Home > Archive > Java Help > July 2006 > JDBC & Open Office
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
JDBC & Open Office
|
|
| Shane Trahan 2006-07-20, 8:01 am |
| Does anyone know what drivers to use for Open Office ? I am using MAC
OSX and do not have ODBC...
Class.forName("OpenOffice.Driver");
String url = "jdbc:OpenOfficexxxxxxxx";
Connection con = DriverManager.getConnection(url,
"USERNAME", "PASSWORD");
Thanx
Shane
| |
| IchBin 2006-07-21, 4:01 am |
| Shane Trahan wrote:
> Does anyone know what drivers to use for Open Office ? I am using MAC
> OSX and do not have ODBC...
>
> Class.forName("OpenOffice.Driver");
> String url = "jdbc:OpenOfficexxxxxxxx";
> Connection con = DriverManager.getConnection(url,
> "USERNAME", "PASSWORD");
>
> Thanx
> Shane
>
Check responses in the comp.lang.java.databases newsgroup
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA http://weconsultants.phpnet.us
________________________________________
__________________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
|
|
|
|
|