Page 1 of 1

How can I include the MySql Class in webservices?

Posted: Sat 10 Feb 2007 11:13
by HSBF LEWE
Hi,

How can I include the MySql Class in webservices?

Posted: Mon 12 Feb 2007 07:38
by Alexey
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;

Posted: Mon 12 Feb 2007 20:37
by HSBF LEWE
Thanks for your help.

Posted: Tue 13 Feb 2007 13:31
by Alexey
You are welcome.