Forum Post: RE: Using DataDirect ODBC connections in an SSIS Script Task

  • Thread starter Thread starter Sumit Sarkar
  • Start date Start date
Status
Not open for further replies.
S

Sumit Sarkar

Guest
Hi John, you can pass the ODBC connection string as follows: for any DataDirect ODBC driver: cmSource.ConnectionString = "DSN=DataDirect_ODBCsource;UID=user;PWD=password" What driver(s) are you looking to use? Are you running into errors with above aporoach?

Continue reading...
 
Status
Not open for further replies.
Back
Top