Create database via ODBC

2003-02-13 Thread cjanders
I have an application which is being converted from access to mysql, and have the need to create a second database under the mysql implementation. Is there a way that i can create this second database via an ODBC object, or do I need to at least specify the database be created as part of the

RE: Create database via ODBC

2003-02-13 Thread cjanders
If that is done with the engine already running, will the DB be recognized without a restart? Also - do you happen to know if I am able to determine where the mysql/data directory resides from a given DB connection? It will not always be the same location for the different installs that