almike
February 10th, 2000, 04:48 PM
I have an ADODB.recordset that I am generating programitically... it is not connected to a database table, file, or SQL command. I tried to do a recordset.sort on it and that caused an error.
Is the sort method supported for a recordset that is not pointing to a table, file or SQL command?
Also, while trying to do a work-around, I did a recordset.save to a file and then re-opened it. The recordset data looks great prior to saving the file, but once I re-open the rccordset from the file, some of the data is corrupted - specifically, the first character in some of the strings. Anybody have any ideas why this data was corrupted. I saved it in the ADTG format.
Thanks.
PSH
Is the sort method supported for a recordset that is not pointing to a table, file or SQL command?
Also, while trying to do a work-around, I did a recordset.save to a file and then re-opened it. The recordset data looks great prior to saving the file, but once I re-open the rccordset from the file, some of the data is corrupted - specifically, the first character in some of the strings. Anybody have any ideas why this data was corrupted. I saved it in the ADTG format.
Thanks.
PSH