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.
 

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

Back
Top