How Does ASP.NET Connect to My SQL

liunx

Guest
Hi,

I'm coming from PHP and am looking at a page but don't understand how the ASPX page connects to the database... Is it to with the MySql.Data.dll file? Also I have noticed that calls from that page to Columns in the MySQL database are written in lowercase... Is this to do with the MySQLDataGrid... Does ASP.NET talk to this first and is this where I need to specifiy what's in the DB?your questions are not structured.
I have programmed quite some applications with asp.net and mysql as backend.
ask your questions 1 by 1.

Have you been able to connect your mysql database from asp.net to begin with?its actually lower case because the collection isn't case sensitive.
 
Back
Top