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 Administration (2000)
 Importing ISAM file through DTS.

Author  Topic 

mohit_sharan
Starting Member

22 Posts

Posted - 2003-12-10 : 03:29:55
Hi,

Is there a way to import Cobol ISAM data file into SQL Server 2000 through DTS? If yes, then what are the steps to be followed for the same and In the source what has to be selected in Import/Export wizard?

Thanks with Regards.
-Mohit.

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2003-12-10 : 12:18:05
Does Cobol ISAM have a driver that you can install on the machine where the DTS will run (doesn't have to be the database server if DTS is going to be executed from client machine)? You need a driver installed that can get to Cobol ISAM. The vendor of the product would be able to help you out on this part.

Tara
Go to Top of Page
   

- Advertisement -