Link to home
Start Free TrialLog in
Avatar of PHD
PHD

asked on

Sql package to import data from Excel 2003 -> Sql server 2000

I made an sql package that import data from Excel file into sql server table.
That package should be launched from a Delphi application.

Ā https://www.experts-exchange.com/questions/21120355/Excel-2003-SQL-server.html

How can I do that ?

Avatar of bpana
bpana

I've posted in the other question already. I'll also post it here also as it's more relevant to the question.

use the dtsrun command prompt utility:
WinExec('cmd /c dtsrun /Sserver_name /Uuser_nName /Ppassword /Npackage_name /Mpackage_password', SW_HIDE);
ASKER CERTIFIED SOLUTION
Avatar of bpana
bpana

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial