Quoting manish sharan <[EMAIL PROTECTED]>: > > Hi, > > I am encouraging my user of my application to use SAPDB. But after they > install the database, they get confused about the steps they need to take to > > create a database and user to use with my application. > > I would like to create a java module such that it will automatically create > the database for my application with all the options and the database user. > > My end goal is for the user to only run my module and it should do all the > database creating and cofiguration,. > > Is this possible ?Where can I learn more about creating dbmcli commands > from java ?
Please have a look at the DatabaseServer and DbInstance classes from the dbmjui project (dbmjui.sf.net). If you intend to provide database creation from java to your users, it would be nice if you could contribute to the db creation wizard in the dbmjui project. All the ui is there, but the logic is still missing. > > Regards > -manish > > > > > _________________________________________________________________ > Add photos to your e-mail with MSN 8. Get 2 months FREE*. > http://join.msn.com/?page=features/featuredemail > > _______________________________________________ > sapdb.general mailing list > [EMAIL PROTECTED] > http://listserv.sap.com/mailman/listinfo/sapdb.general > > _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
