Create Table in mysql database from an asp.net page
Hi,
I need the code to create a table (say "contacts") in mysql database (named "test") with dsn "something.mysite.com"
What i want to do is to create a table from an asp.net page.
Any help is appreciated.
I have search enough but could not find it. Every one explains how to do it on server ( mysql> ...) but no one knows / talks about how to do it from asp.net page.
Bookmarks