How can I include the MySql Class in webservices?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
HSBF LEWE
Posts: 4
Joined: Sat 10 Feb 2007 11:08

How can I include the MySql Class in webservices?

Post by HSBF LEWE » Sat 10 Feb 2007 11:13

Hi,

How can I include the MySql Class in webservices?

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Mon 12 Feb 2007 07:38

Add a reference to CoreLab.MySql assembly first.
Then you will be able to right in your *.cs file:

Code: Select all

using CoreLab.MySql;

HSBF LEWE
Posts: 4
Joined: Sat 10 Feb 2007 11:08

Post by HSBF LEWE » Mon 12 Feb 2007 20:37

Thanks for your help.

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Tue 13 Feb 2007 13:31

You are welcome.

Post Reply