Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
Does anyone know how to insert a TAB delimited file into and access table? CSV file is fine but I also have TRAB delimited files to insert strSql = "INSERT INTO [tblWrapperTrades] SELECT * FROM [TEXT;DATABASE=Y:\Dev\LTRM\Dev].[CH_Wrapper.csv]" this works fine. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
wrote in message ...
Does anyone know how to insert a TAB delimited file into and access table? CSV file is fine but I also have TRAB delimited files to insert strSql = "INSERT INTO [tblWrapperTrades] SELECT * FROM [TEXT;DATABASE=Y:\Dev\LTRM\Dev].[CH_Wrapper.csv]" this works fine. To specify tab delimited you must use a schema.ini file: http://msdn.microsoft.com/library/de...htextfiles.asp -- |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Database questions, giving text a numerical value | Excel Worksheet Functions | |||
Update Excel Database via Access Main Database with a script | New Users to Excel | |||
VB - non-interactive way of creating database from text file | Excel Discussion (Misc queries) | |||
Macro to importing a text file to populate a database/table | New Users to Excel | |||
Database text converted to numeric | Excel Discussion (Misc queries) |