Search Button

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
thami
Posts: 2
Joined: Tue 23 Aug 2005 08:14

Search Button

Post by thami » Tue 06 Sep 2005 18:17

I'm using VB .NET 2003 with MySQL (VBMySQLDirect, Connector .NET).
I've never used these tools before.
I would like to search for a record in the database using a primary key and display the record on a datagrid.
Please help.

Serious

Post by Serious » Wed 07 Sep 2005 07:04

Connector/NET is MySQL AB product, we do not support it. Moreover, our provider doesn't requires Connector/NET or any other connector to be installed on your machine.

MySQLDirect .NET installation package includes various sample projects in C#, MC++, VB.NET, Delphi.
See "%ProgramFiles%\CoreLab\MySQLDirect.NET\Samples" folder.

Post Reply