Hi, I have a question. I need to do a webservice that connects to a database
in MySQL. This webservice must be able to be acceded by a program (in VB6)
that record information in this database. And on the other hand, it must be
acceded also for a page in ASP.NET that loads the information from the same
database. Can someone help me??
Thank you very much!
PS: Sorry about my poor english!
> Hi, I have a question. I need to do a webservice that connects to a
> database in MySQL. This webservice must be able to be acceded by a program
> (in VB6) that record information in this database. And on the other hand,
> it must be acceded also for a page in ASP.NET that loads the information
> from the same database. Can someone help me??
Use Connector/Net from MySQL at:
http://dev.mysql.com/downloads/connector/net/1.0.html
to connect to MySQL from ASP.Net
Working with webservices would be business as usual. :-)

Signature
Happy Hacking,
Gaurav Vaish | http://www.mastergaurav.com
http://articles.edujinionline.com/webservices
-------------------