aar0n
Member
Hi all,
I've had no problem finding info on how to import a text file into Access and SQL Server using VB.NET, but for some reason I'm having trouble finding code to do the opposite...taking an .mdb file and writing it out to a delimited text file. I'm using a user-defined xml configuration file to determine the delimiter (I think I've got that part covered). It will need to be one table per file.
This is just one of many functions of this application and I've been doing okay so far with the rest.
I'm using odbc as my connection as it eventually won't be limited to just Access.
If someone could provide some basic code and point me in the right direction I'd greatly appreciate it! I should be able to take it from there.
I've had no problem finding info on how to import a text file into Access and SQL Server using VB.NET, but for some reason I'm having trouble finding code to do the opposite...taking an .mdb file and writing it out to a delimited text file. I'm using a user-defined xml configuration file to determine the delimiter (I think I've got that part covered). It will need to be one table per file.
This is just one of many functions of this application and I've been doing okay so far with the rest.
I'm using odbc as my connection as it eventually won't be limited to just Access.
If someone could provide some basic code and point me in the right direction I'd greatly appreciate it! I should be able to take it from there.