Re: CREATE DATABASE?
Daniel Dittmar <[email protected]> Tue, 06 May 2003 00:37:18 +0200
| Newsgroups | gmane.comp.db.sapdb.sources |
|---|---|
| Organization | SAP AG |
| Message-ID | <[email protected]> |
[email protected] wrote: > Am trying to port from mySQL, and can't find any way to create a database > using ODBC/JDBC inside our application - the CREATE DATABASE statement > doesn't seem to be supported. This depends on why you want a separate database. If you simply want a second name space, the CREATE USER statement is preferred (the SQL statement, not the dbmcli/DBM GUI command). If you reaaly want a second database, see http://sapdb.2scale.net/moin.cgi/DbmAutomation on the options to drive the DB Manager programmatically. Daniel Dittmar -- Daniel Dittmar SAP DB, SAP Labs Berlin [email protected] http://www.sapdb.org