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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

importing excel to sql

Status
Not open for further replies.

versillus

Programmer
Feb 12, 2004
12
ID
I'm using ms sql 2000. I want to import excel file to table in sql.
I want to use it in store procedure. Anyone can help me.
 
Use the Data Transformation Services to import your spreadsheet into your SQL database.

It is pretty straightforward to use.
 
but if i want combine with program in visual foxpro, how can i do that
 
I would suggest you first try it with DTS, then save the DTS. This will give you some SQL which you can then copy into your Visual FoxPro application, and then execute from there. I very rarely use Visual FoxPro, but that is how I would approach the problem with Delphi.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top