Getting MySQLDirect .NET to show as data provider in VS 2003

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
jwillsey

Getting MySQLDirect .NET to show as data provider in VS 2003

Post by jwillsey » Wed 08 Dec 2004 17:25

In Visual Studio 2003, how do I get MySQLDirect .NET to show as a data provider when I add a new connection? I see many Microsoft OLE DB Providers to choose from, but don't see MySQLDirect .NET for MySQL after installing it.

Oleg
Devart Team
Posts: 264
Joined: Thu 28 Oct 2004 13:56

Re: Getting MySQLDirect .NET to show as data provider in VS 2003

Post by Oleg » Thu 09 Dec 2004 08:16

MySQLDirect .NET is not OLE DB Provider, it is .NET data provider.
You can read about using .NET data providers in MSDN.

jwillsey

Re: Getting MySQLDirect .NET to show as data provider in VS

Post by jwillsey » Thu 09 Dec 2004 13:39

Thanks, but your advertising for MySQLDirect .NET says, "MySQLDirect .NET data provider can be used in the same way as the SQL Server .NET or the OLE DB .NET Data Provider."

Oleg
Devart Team
Posts: 264
Joined: Thu 28 Oct 2004 13:56

Re: Getting MySQLDirect .NET to show as data provider in VS

Post by Oleg » Thu 09 Dec 2004 15:29

You probably mean MySQLDirect .NET integration with Server Explorer design-time tool.
MySQLDirect .NET includes its own advanced tool named DbTools for MySQL.
You can read about using this tool in MySQLDirect .NET reference.

Post Reply