Exception in thread "AWT-EventQueue-0" java.lang.AbstractMethodError: Receiver class org.sqlite.RS does not define or inherit an implementation of the resolved method 'abstract java.lang.Object getObject(int,java.lang.Class)' of interface java.sql.ResultSet.
Exception in thread "AWT-EventQueue-0" java.lang.AbstractMethodError: Receiver class org.sqlite.RS does not define or inherit an implementation of the resolved method 'abstract java.lang.Object getObject(int,java.lang.Class)' of interface java.sql.ResultSet.
Hello Sir, I made an app using java swing + mysql How to convert this code with its database into an application that I can install on my desktop? please reply Thanks
I am using SQlite Database so I do not need user name and password if your database has user id and password you can write this code for connection Connection con=DriverManager.getConnection( "jdbc:mysql://localhost:3306/sonoo","username","password"); above code is for mysql database
Thanks, this was the video that I need
Good one man, nice job
You saved me dude, ty, gj
Thank you sir I am very glad this video
sir now i am using sqlite database,but when i installed the software i got database locked exception........How can i slove it????
Must close database connection after connect
Exception in thread "AWT-EventQueue-0" java.lang.AbstractMethodError: Receiver class org.sqlite.RS does not define or inherit an implementation of the resolved method 'abstract java.lang.Object getObject(int,java.lang.Class)' of interface java.sql.ResultSet.
Exception in thread "AWT-EventQueue-0" java.lang.AbstractMethodError: Receiver class org.sqlite.RS does not define or inherit an implementation of the resolved method 'abstract java.lang.Object getObject(int,java.lang.Class)' of interface java.sql.ResultSet.
sir how can I give size while creating the table in SQLite ????
use db browser for sqlite
@@@learnislife sir,,,,i didn't get any video link for that.......plz give me a link
@@bibhuprasad7247 ua-cam.com/video/YLOZpYAYPLQ/v-deo.html
thank you sir,,,,
sir, what about user ID and password
sir can i get the social media links of your
Hello Sir, I made an app using java swing + mysql How to convert this code with its database into an application that I can install on my desktop? please reply Thanks
Yeah I’m looking for answers
Did you get solution
@@kingcobra2635
No, solution
hi sir iam using access as database of my project so how can i do this
jahan sqlite ki file use ho rahi h wahan access ki file use karo
while connecting database
I am using SQlite Database so I do not need user name and password
if your database has user id and password you can write this code for connection
Connection con=DriverManager.getConnection( "jdbc:mysql://localhost:3306/sonoo","username","password");
above code is for mysql database
but, sir I am getting Network adapter could not establish the connection exception while I run the app on other pc
@@bibhuprasad7247 which database you are using and what is your database connection url?
oracle 11g EE, Connection conn=DriverManager.getConnection("jdbc:oracle:thin:LAIBRARY.DBF:1521:orcl","Laibrary","Bibhu");
@@bibhuprasad7247 not sure but according to me you need to install oracel database in other pc
jaspersoft runs with mysql perfectly but unable to run with sqlite.. error message:: org.sqlite.RS does not inherit or define class