database program question

K

Kid

Hi

Can C# write and read MySQL , is there some sample ?

Is there some good API , Should I install some package ?

Thank you .
 
A

Arne Vajhøj

Kid said:
Can C# write and read MySQL , is there some sample ?

Is there some good API , Should I install some package ?

Download and install the MySQL Connector for .NET.

It follows standard ADO.NET conventions, so at least
when starting the only difference from other databases
are that class names start with MySql.

When you get a little further you will need to use
?xx instead of @xx for parameter names etc..

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top