| View previous topic :: View next topic |
| Author |
Message |
klio Newbie

Joined: 24 Jun 2008 Posts: 1
|
Posted: Tue Jun 24, 2008 6:57 am Post subject: UDL or something like that? |
|
|
I work on a LabView application which uses MS Access database and connects to it by UDL link file. I would like to switch to OpenOffice and I need to know if there is similar way of creating links to databases in Base. Any other solution for connecting is also welcome.
Thanks. |
|
| Back to top |
|
 |
r4zoli Super User

Joined: 17 May 2005 Posts: 570 Location: Budapest, Hungary
|
Posted: Sat Jun 28, 2008 5:12 am Post subject: |
|
|
Connectiong to Base file from outside world not possible in easy way, now.
You can connect through java, using hsqldb connector, but first needs to extract out from odb file into memory, connect to them with hsqldb server, when finished, close server connection, repack all database files back into odb file. |
|
| Back to top |
|
 |
bvdbos OOo Enthusiast

Joined: 23 Nov 2003 Posts: 153 Location: Asten Netherlands
|
Posted: Sat Jun 28, 2008 6:31 am Post subject: |
|
|
true for the hsqldb-enigine (build-in format of base) but if he uses another database (like mysql, csv, mdb or commadelimited) it's easily possible. _________________ gr
Bas |
|
| Back to top |
|
 |
|