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
 General SQL Server Forums
 New to SQL Server Programming
 linked server query

Author  Topic 

sgames
Starting Member

3 Posts

Posted - 2009-08-06 : 12:10:13
Hi I successfully created linked server(My Sql server) for ms sql server 2005

when i am trying to query mysql from ms slq i am getting this error

[OLE/DB provider returned message: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified]
OLE DB error trace [OLE/DB Provider 'MSDASQL' IDBInitialize::Initialize returned 0x80004005: ].
Msg 7399, Level 16, State 1, Line 2
OLE DB provider 'MSDASQL' reported an error.


but the data source name is there i tested the conenction the connection is successful.

robvolk
Most Valuable Yak

15732 Posts

Posted - 2009-08-06 : 12:46:06
Please do not cross post:

http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=130771
Go to Top of Page
   

- Advertisement -