> I have another - maybe silly - question. Is there a simple batch 
> file (script) available which allows the creation of a sapdb 
> database instance? Something like "createdb.bat dbname 

The installation contains a script create_demo_db.cmd, which does just that, although 
with a fixed databasename and fixed names for users.

> user password" or similar. And is it also possible to run this thru the jdbc 
>interface? 

Not with the JDBC API. But the JDBC driver contains a class to execute administration 
commands, see http://listserv.sap.com/pipermail/sapdb.general/2001-November/009195.html

> Just to add: MySQL has a simple way for this, just using the sql command "CREATE 
>DATABASE ...".

I think 'database' is only some sort of namespace inside one MySQL server process. A 
'database' in SAP DB terms is a new process with it's own configuration. So the 
procedure to create one is a bit more complicated.

Daniel Dittmar

--
Daniel Dittmar
SAP DB, SAP Labs Berlin
[EMAIL PROTECTED]
http://www.sapdb.org/
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to