Hi Jim,
Based on my understanding, you have read from a text file through ADO.net
and Schema.ini file, then you want to write a text file with a update.
ADO.net only expose the function of reading text file through .ini file
through ODBC or OLEDB Text Provider. Because text file is a loosely
structed, there is not a build-in way to update it or add record to it.
Normally, text file is for read only purpose. If you really want to do
this, you have to write it like a normal text file through TextWriter.
I recommanded you to use XML file or access(.mdb) file or even Excel file
to replace text file. For these files, ADO.net has strong function to
manipulate it.
===============================
Please apply my suggestion above and let me know if it helps resolve your
problem.
Thank you for your patience and cooperation. If you have any questions or
concerns, please feel free to post it in the group. I am standing by to be
of assistance.
Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! -
www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.