Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 access external table in stored procedure

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-04-08 : 11:50:09
Dave Vick writes "I have some dbf files that need to be put into a sql table on a regular basis. What I would like to do is have stored procedure that will perform this task. My original intent was to use a DTS, but I can not seem to be able to call this from vbs script or even an asp page. So I am left with using a stored procedure. what I need to know is how to get the stored procedure to connect to both the source dbf table and the destination SQL table. The dbf file is a dBase IV table.
Any input would be greatly appreciated. Or if you know how I can get the dts to work from a vbs page that would be even better.

Thanks

Dave"
   

- Advertisement -