dbTalk Databases Forums  

linked server using dot net provider for mysql 5.1.3

microsoft.public.sqlserver.tools microsoft.public.sqlserver.tools


Discuss linked server using dot net provider for mysql 5.1.3 in the microsoft.public.sqlserver.tools forum.



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

Default linked server using dot net provider for mysql 5.1.3 - 03-20-2009 , 07:33 AM






Good Afternoon


Is it possible to set up a linked server in sqlsever2005 using a dot net
provider driver?

In particular can I link (linked server)to mysql using the .net provider for
mysql version 5.1.3?


If this is not possible, is there another way of using the .net provider to
expose
date(read only) from mysql, may be using custom data source .net assemley,
or some such thing.


I would like to be able to write querys and views in sequal that pull data
from mysql

ie
select * from mysql_sometableorother




thanks


David Hills




--
Thanks



David Hills

Reply With Quote
  #2  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: linked server using dot net provider for mysql 5.1.3 - 03-20-2009 , 05:19 PM






David (David (AT) discussions (DOT) microsoft.com) writes:
Quote:
Is it possible to set up a linked server in sqlsever2005 using a dot net
provider driver?
A linked server requires an OLE DB provider.

If all you have is a .Net Provider, you can implement CLR functions that
access the MySQL or whatever that way.




--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinf...ons/books.mspx



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.