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!

thx Daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to