In ODBC and ADO there was the capability to open delimited (tab etc.) text files. Is there the same capability with ADO.NET and can someone point me to some relevant documentation/examples?
Yes, this is the same in .NET, but I would suggest to use OLEDB JET provider
instead of text driver to read from the text files. Here is an example (in
VB6 but idea is the same and connection string will be the same in .NET)
¤ In ODBC and ADO there was the capability to open delimited (tab etc.) text files. Is there the same capability with ADO.NET and can someone point me to some relevant documentation/examples?
Below is an ADO.NET example using the Jet OLEDB provider:
Dim ConnectionString As String
Dim SQLString As String
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.