| Reply | « Previous Thread | Next Thread » |
|
Does anyone know is it possible to connect to your own created database? I've made a program and i wan't it to show data from Ms access database, is it possible? I know how to use sql queries and so on.
I have made jdbc connections and sql queries in Java, but it seems that emulator doesn't have jdbc driver... when trying to use String JDBCDriver = "sun.jdbc.odbc.JdbcOdbcDriver"; i get error message that tells it didn't find the driver. |
|
If you're using Personal Java, you might be better to post this in the Personal Java area.
The error message is probably because you have no such class as sun.jdbc.odbc.JdbcOdbcDriver in your JRE. This class is specific to ODBC, and requires ODBC support on the device. In turn, to read an Access database, ODBC requires the Access library files (DLLs). Unless there is a specific driver for supporting databases on the Nokia 9210, your best bet is probably to find a free database engine, written in Java, which you can port to the 9210. (I should add that my Personal Java experience comes only from working on PocketPC - which doesn't support ODBC, even though it's "Windows"! - and not Nokia phones.) Graham. |
| grahamhughes |
| View Public Profile |
| Find all posts by grahamhughes |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|