> 1) Will future version suppot create database command > and databases appears as in mssql manager ? > (With Current version must have xxx count ui tools to manage server)
A SAP DB database instance is a new process with it's own configuration, which is something very different compared to a MS SQL Server database instance. So a simple create database won't do. But you can create a database without the GUI tools, because a dbm API is available for several programming languages: Python, Perl and Java. There exists a DLL as well, as DBM GUI (written in Visual Basic) accesses the Database Manager that way. For a description of the commands involved in creating a database instance, see the script <dependent_path>/misc/create_demo_db.cmd. > 2) Will there be native .NET dataprovider ? There are no plans at this time. Volunteers are welcome. 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
