> >as DBM GUI (written in Visual Basic) accesses the Database > Manager that > way. > Is there any place in help file for this. I want see what api > there is (eg. > can I make backup though api).
I've created a page in the wiki for this: http://sapdb.2scale.net/moin.cgi/DbmAutomation > > > 2) Will there be native .NET dataprovider ? > > There are no plans at this time. Volunteers are welcome. > Sorry I'm to dumb for this. > But this is big missing part I'm sure if you add it, you got > many additional > users. > (Just say magic word in some ms net news group 'Free > powerfull SAP Db with > Net data provider' and web hitcounter will start scrolling) We just can't keep up with Microsoft's "Database API of the month club". Microsoft supplies a ODBC .NET Data Provider which seems to work with the SAP DB ODBC driver: http://msdn.microsoft.com/downloads/default.asp?URL=/downloads/sample.asp?url=/MSDN-FILES/027/001/668/msdncompositedoc.xml Daniel Dittmar -- Daniel Dittmar SAP DB, SAP Labs Berlin [EMAIL PROTECTED] http://www.sapdb.org/ > -----Original Message----- > From: Ivar [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 29, 2003 5:46 PM > To: Dittmar, Daniel > Subject: Re: Q > > > Thanks for reply, > > >as DBM GUI (written in Visual Basic) accesses the Database > Manager that > way. > Is there any place in help file for this. I want see what api > there is (eg. > can I make backup though api). > > > > > > 2) Will there be native .NET dataprovider ? > > There are no plans at this time. Volunteers are welcome. > Sorry I'm to dumb for this. > But this is big missing part I'm sure if you add it, you got > many additional > users. > (Just say magic word in some ms net news group 'Free > powerfull SAP Db with > Net data provider' and web hitcounter will start scrolling) > > > ----- Original Message ----- > From: "Dittmar, Daniel" <[EMAIL PROTECTED]> > To: "'Ivar'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Wednesday, January 29, 2003 6:30 PM > Subject: RE: Q > > > > > 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
