Re: How to import a tab delimited text file into MS Access database
- From: "Tom Serface" <tserface@xxxxxxx>
- Date: Fri, 17 Nov 2006 22:23:06 -0800
If you file has any indication of which data goes in which field you could
just parse the CSV file and update the records one by one to the .MDB file
using:
http://msdn2.microsoft.com/en-gb/library/34fa51ss(vs.71,en-us).aspx
Tom
"Pradeep" <pradeep.ram@xxxxxxxxx> wrote in message
news:1163809911.714407.230170@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi,
I have the following task to be done in VC++ 6.0. I have a tab
delimited text file that needs to be imported into a MS Access table.
The table is created and the table structure is defined using DAO
methods. So now I have to fill this table with the data in the text
files. For a few rows in the text file, the number of columns could be
less than the number of columns in the table. Can anyone please post me
the code to do this. Thanks a ton in advance.
Pradeep
.
- References:
- Prev by Date: Re: MFC application with its own desktop
- Next by Date: Re: how to change color of font or background on listbox
- Previous by thread: How to import a tab delimited text file into MS Access database
- Next by thread: Re: Creating Run Time Controls
- Index(es):
Relevant Pages
|