MySQL Forums
Forum List  »  Microsoft SQL Server

Re: Stored Procedures Migartion, ODBC, .NET
Posted by: Josh Chamas
Date: December 29, 2004 04:52PM

Indy De wrote:
> Hi Josh
>
> - Is the native downloadable ADO.NET provider the
> only way to connect the MySQL from .NET apps?

I would expect without knowing that .NET apps can connect to ODBC providers.
A quick google got me this:

http://www.able-consulting.com/dotnet/adonet/Data_Providers.htm#ODBCManagedProvider

Imports System.Data.Odbc
Dim oODBCConnection As OdbcConnection
...

> - Are there any performance differences between
> ODBC and the native .NET connector. I am assuming
> that the later will be faster.

I would expect the .NET connector to be faster, but I have no information
to this effect. I would suggest you repost your questions to the ODBC
and .Net forums for more answers.

> - Is the .NET connector available for both Linux
> as well as Windows server?
>

I would expect the .NET connector to run under Mono, but have no
information to this effect (not my area of expertise!)

Regards,

Josh

Josh Chamas
Director, Professional Services
MySQL Inc., www.mysql.com
Get More with MySQL! http://www.mysql.com/consulting

Options: ReplyQuote


Subject
Written By
Posted
Re: Stored Procedures Migartion, ODBC, .NET
December 29, 2004 04:52PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.