You can connect to any database providing ODBC/JDBC drivers. If you need
to connect using OO-Basic take a look into the developer guide:

http://api.openoffice.org/docs/DevelopersGuide/Database/Database.xhtml

Tom

Daniel Goehl wrote:
> 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]
> 
> 

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to