dbTalk Databases Forums  

RE: SSIS - Using ODBC Connections

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss RE: SSIS - Using ODBC Connections in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
eprobst
 
Posts: n/a

Default RE: SSIS - Using ODBC Connections - 01-26-2006 , 04:05 AM






Hello Dave!
I had the same problem. The problem is that the OLE DB provider for ODBC is
not supported by SISS.
Although it does work with migrated DTS-Packages from SQL Server 2000, if
you don't change anything.
If you try to use one of the Connection Managers for the ODBC-Connection
which were created during the migration to create another data flow, then you
will get the following error message:
"The .Net Framework Data Provider for OLEDB (System.Data.OleDb) does not
support the Microsoft OLE DB Provider for ODBC Drivers (MSDASQL). Use the
..Net Framework Data Provider for ODBC (System.Data.Odbc)."

So what I tried is:

Create a new ADO .NET Connection Manager, choose .Net Providers\ODBC Data
Provider, then choose the ODBC-Data Source form the drop down list.
Then create a new Data Reader Source in the data flow. There you can enter
the SQl_Statement
Maybe this helps you.
For my ODBC-Driver this did not work, but that is probably due to some
misunderstandings between the .Net Provider and the ODBC Driver.
I had to link the tables in an Access-Database and then point the data
sources to the access-Database.

Regards, Elke Probst

"Dave" wrote:

Quote:
Does anyone know why the "OLE DB provider for ODBC" won't show up in my
Provider list when I try to set up a New OLE DB Connection?

I do have this provider installed.

Is my only option to write a script in order to connect to an ODBC
destination?

Thanks.
Dave.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.