« Return to Thread: URL for the native mysql connector

URL for the native mysql connector

by Fernand Vanrie :: Rate this Message:

Reply to Author | View in Thread

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: users-unsubscribe@...
For additional commands, e-mail: users-help@...

 « Return to Thread: URL for the native mysql connector