Is there a way to have Access modify CSV files through ISAM?

G

Guest

I want to use CSV files to allow access to the legacy
system can I just link to the file and use ISAM to write
to the CSV file? I complains it can't update with the
installed ISAM driver. I was hoping that a ISAM driver is
a available that does this.
 
J

John Nurick

CSV files are hard to modify because every time you change the length of
a single field the system has to rewrite the entire remainder of the
file. With big files in a multiuser environment this is impractical, and
Access doesn't attempt it.

The best approaches are either
- import, modify, export back to CSV
- use textfile tools such as Perl, Textpad or whatever.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top