New bie to C#

  • Thread starter Thread starter Rene J. Pajaron
  • Start date Start date
R

Rene J. Pajaron

Hello Everyone,

Can I use MySQL with C#? What data access do I have to use and how?

--
---

Regards,

Rene J. Pajaron
RPSoftware Associates
Philippines
 
Rene J. Pajaron said:
Can I use MySQL with C#? What data access do I have to use and how?

Yes, you can. A google search of
mysql C#
gives a load of hits on how to use MySQL from C#.
 
Yes, you can. You use System.Data.Odbc namespace types (assuming you have
installed MySQL on your PC).

"Rene J. Pajaron" <[email protected]>
wrote in message Hello Everyone,

Can I use MySQL with C#? What data access do I have to use and how?

--
---

Regards,

Rene J. Pajaron
RPSoftware Associates
Philippines
 
To All You C# Guys,

Thanks for your response. I will an update when I done that. Just bought a
books on C# from MS Press by Williams. Is there any good literature about
C# that you guys recommend?

Rene
 
Back
Top