Facing problem in making linked server

  • Hi to all,

    I am trying to make a Linked server of Mysql running on the same machine having MS sql server.

    I am using the following script:

    sp_addlinkedserver @server ='192.168.1.11' ,

    @srvproduct = 'MSDASQL' ,

    @provider ='MSDASQL' ,

    @datasrc = 'demomatch' ,

    @location ='192.168.1.11' ,

    @provstr = 'Driver={MySQL ODBC 3.51 Driver}' ,

    @catalog = 'demomatch'

    go

    I can c the the new linked server made in the linked server list but when I click on the tables, I receive error:

    error 7399: ole db provider 'MSDASQL' reported an error. Data source name not found and no default driver specified

    Any help?

    Regards

  • Sorry to post the topic here instead of posting in "Replication Topics". 

    I guess u guys will ignore this mistake 

    I will Repost it in Replication topics , Please forgive me for this  

    Thx     

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply