Hi
I am importing a tab delimited text file to access table. All works fine except some of the columns ofsome of the rows in the file not come up when I use the 'select command' . Becasue the rows have " (double quotes). Please some one help me how to escape these character.
I am using the following
1. Filessystemevents ' when file created in to folder this events kicks and do the following
2. Open connection to tab delimited text file
3. Using schema.ini ' contents are - [or455580090229.txt] Format = tabdelimited columnheader = true
3. 'Select command' to get the data from file
4. Datareader to read the data
5. While read loading the data in to variable
6. Insert to access table.
Advance thanks
Note : I couldn't paste the code here bcos it is my office pc.