Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Import text file specification

Status
Not open for further replies.

toekneel

Programmer
Aug 10, 2001
96
US
I'm working with Microsoft Access 2000 Project (*.adp) as the front end of a SQL Server 2000 db. I need to import a text file with import specifications, which was easily done in *.mdb. Problem is that the *.adp does not allow you to use the same interface to establish your specs. The TransferText command is looking for a schema.ini file to use as the import specification, housed in the same folder as the *.adp file. I find no such file in searches of existing Access 2000 file areas. I need to find what that schema should look like so I can build it and then utilize it in importing my text file. Any help from SQL Server gurus who discovered that moving to SQL Server from Access just wasn't quite as easy as you'd always been told?

Thanks!

Tony L
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top