Am Donnerstag, den 13.04.2006, 10:38 +0200 schrieb Daniel Goehl: > Hi NS! > > I want to know whether it is possible to read/write data out of a MS SQL > database. I DO NOT want to use OO BASE. My questions was whether it is > possible to use OO Basic, or any other language, to directly connect to > the Database. > > In VBA it looks something like this: > > Dim SQLConnection As New Connection > Dim Data As New Recordset > > SQLConnection.Open (ConnectionProperties) > Data.Open sql, SQLConnection > > The important thing is that I must be able to write Data into the DB. > If that is not possible then we can not switch to OpenOffice!
AFAIK there is no native SDB(C) driver in OO.o, but if you have an ODBC driver you can use that one. HTH, Marc --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
