Aug 9th, 2000, 09:04 AM
I'm looking to work with a CSV file with ADO. Currently I can open the file and read through the records, as well as add new records. I cannot, however, edit or delete existing records.
Is this simply a limitation of working with a CSV file as opposed to a "true" DB file? We needed to keep this file in text format for reading by another process. I did import it into an mdb file and I was able to edit and delete records, so I am afraid that it really is a limitation.
Any thoughts?
QuaffAPint
VB6SP3
Is this simply a limitation of working with a CSV file as opposed to a "true" DB file? We needed to keep this file in text format for reading by another process. I did import it into an mdb file and I was able to edit and delete records, so I am afraid that it really is a limitation.
Any thoughts?
QuaffAPint
VB6SP3