Creating a MySQL database using ASP.NET

  • Thread starter Thread starter Marcus
  • Start date Start date
M

Marcus

Hi,

I'm using the odbc driver to connect to MySQL and would like to be able to
add a new database & tables using my ASP.NET application. Is there a simple
procedure I need to follow?

Marcus
 
Hi Marcus,

You'll have to issue sql stataments.
I guess the correct syntax should be listed with mySql database.
 
Back
Top