Hello everyone here!
I paln to use my Palm m515 connect to MySQL server through bluetooth
But unfortunely,
I cant use superwaba.ext.xplat.sql package to connect to mysql server
but it runs very well in java.sql package.
When I use superwaba.ext.xplat.sql.*
It throws SQLException "Driver not found for URL: jdbc:mysql://localhost/tas?user=root"
I guess there is some problem in JDBC URL representation.
JDBC URL prefix in SuperWaba is different in J2SE, right?
Could anyone give me some advice?
thanks.