
Import Text file into VB Database Table?
Here is the necessary connection string.
http://www.able-consulting.com/ADO_Conn.htm#ODBCDriverForText
If you are unclear what to do with it then check out the beginner's ADO
tutorial on my website.
--
Andrew Grillage
http://www.concresco.com
Quote:
> How do I import a csv text file into a table in my VB Database App.
> I know in Access I can use DoCmd.TransferText, but is there a way to do it
> in VB6?