how to create an import specification programmatically in MS Access.
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
hi, I am trying to import a tab delimited text file into an MS Access database using transferText function.This transferText function needs the import Specification name for creating the table.It specifies the format ,number of columns ,columnnames etc.We can do it manually in MS Access using import wizard's Advanced button.But in my project requirements are such that the user won't be manually creating the specification. I ask help of all the experts to help me create the specification programmatically.It's Quite urgent. Thanks and regards.