DB Question  
Author Message
Zero_





PostPosted: .NET Framework Data Access and Storage, DB Question Top

Hi folks, I'm interested in doing some DB work. From what I understand, not all Databases are created equal and that different API's need to be used to access them. I'm planning on using a MySQL database and would like to know if .NET can connect to it easily or if special steps need to be taken (external libraries, additional coding, etc.)

-Zero



.NET Development6  
 
 
Bappi





PostPosted: .NET Framework Data Access and Storage, DB Question Top

Yes you can connect MySql using .net.

But first you have to download and install necessary assemblies of mysql database.

you can download the assemblies from www.mysql.com