Hiya,

Im currently trying to develop a mysql app on the android, ive got the
basics working and ive also managed to get the JDBC working with java
but not android :(

im running my application threw the debig in eclipse and it appears to
be these lines it comming up with errors

Class.forName("com.mysql.jdbc.Driver");
Connection conn = DriverManager.getConnection(url
+dbName,userName,password);

what do u think im doing wrong?

as im moving forward and forward in eclipse threw the lines (F5) it
keeps going into
Class.class and saying Source Not Found ???
and also
ClassLoader.class and saying source not found aswell

what do u think im doing wrong or what should i do???

thank you :)

SASmith
Simon Smith

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to