hallo all
i need to connect over a NATIVE Mysql connector
my code for a odbc connections is:
sURL = "sdbc:odbc:"myconnectionname"
'sdbc = protocol
'odbc = subprotocol
'myconnectionname = name off the wanted odbc connection
oManager = CreateUnoService("com.sun.star.sdbc.DriverManager")
oCon = oManager.getConnection(sURL)
wath sould the URL been for a native Mysql connector ???
thanks for any hint
Fernand
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]