I've added the sqlite jdbc v 056 but its showing an error : java.sql.exception no suitable driver found for jdbc.sqlite:C:\Users\ParthaSarathi\Documents\NetBeansProjects\Library Management System\LibraryNew.sqlite
Bro can you help me with one thing. If we dont use sql lite instead use mysql will there be any problem? If so , can you please tell how i can avoid facing any problem. since now Sqllite's interface is much different than what it used to be. so im facing trouble.
SQLite manager says its not compatible with firefox quantum. is there any other way i can get an SQLite that is compatible with the latest version of firefox?
If anyone is having error driver not found..then install sql workbench. ..and install it.... Now click Database and click connect database Now create a new database by clicking Database -> new database Name it LibraryNew And then in the left pane right click on LibraryNew and create a new table Account If you are having any doubt regarding mysql workbench you can watch video of telusko learning of mysql.... I watched it from there Nd change code in Javaconnect file public class Javaconnect { public static Connection ConnecrDb() { try { String url = "jdbc:mysql://localhost:3306/LibraryNew"; String uname = "root"; String pass = "password"; Class.forName("com.mysql.jdbc.Driver"); Connection conn = DriverManager.getConnection(url, uname, pass); return null; }catch(Exception e) { Same...... } } } """"""REMEMBER""""" root and password is the username and password you give while installing mysql workbench if anyone is having error in conn = javaconnect.ConnecrDb(); Then change "javaconnect" to "Javaconnect" --- conn = Javaconnect.ConnecrDb() Rest is same..... Mine worked hope it helps....
Please bro, i need a hel. when im trying to register a new account I have this error: how to fix java.sql.SQLException: no such table: Account . how can i fix this?
can you send the icons that you are using in this project.............................................. please send me just the icons as soon as possible
bro when i am doing it is that no suitable driver found for jdbc.sqlite:C: but i had done 3-4 times but it is showing the same can u help me bro its very important for me
Go the Link and download the Required Jar File - clkmein.com/qBMFB6 Go the Link and download the Required icons - clkmein.com/qBVcFb Go the Link and download the Required Giphy Images - clkmein.com/qBVcMR Go the Link and download the Icon Pack - clkmein.com/qBVve2 Library Management System Required Notes :- clkmein.com/qBMGUJ
Bhiya connection nahi ho pa rha hai jab run karwte hai hai to message aata hai Java.sql.SQLException:No suitable driver found for JDBC.sqlite:E....... Kar ke aata hai aap Jo bole the sqlite 056 jar file download kar ke aad v kar deye hai aur Jase Jase path set kiye hai o v kar deye hai plz plz plz bhiya help Mai 2 din paresan hai plz bhiya contact me 9006219504
Connection conn DriverManager.getConnection("jdbc.sqlite") return conn; Bro what symbol you use after Connection conn before DriverManager.getConnection("jdbc.sqlite") . ASAP thanks bro! Have a nice day! Godbless!
I've added the sqlite jdbc v 056 but its showing an error : java.sql.exception no suitable driver found for jdbc.sqlite:C:\Users\ParthaSarathi\Documents\NetBeansProjects\Library Management System\LibraryNew.sqlite
any answers here?
Check your getConnection("jdbc:sqlite:____
Can you connect database using db browser that too on a newer version of netbeans
Can you explain to use DB Browsers SQLite?
thx bro it gona be a great help
Thank you for being the reason I smile.
does it still work with new SQLite Manager new version? 2018
#Please kindly reaply bc im doing final year project now
no
please ,provide us the old version of sqlite jdbc 056.. the link which you have provided us ,is opening...it is showing error.
@@SUDHANSHUKUMAR-cw8lv did u get one?
how do we work the new version because it shows that we have to write out own code to make the data base pls help
@@_mzf_ use the old version of mozilla which is 50.1, it works for me
Bro can you help me with one thing.
If we dont use sql lite instead use mysql will there be any problem?
If so , can you please tell how i can avoid facing any problem.
since now Sqllite's interface is much different than what it used to be.
so im facing trouble.
No problem you can use any type od db either oracle, mysql, phpmyadmin etc
@@TechEntertainingcan I ask how do u do it without database but use txtfile
Can you explain this project use with db brownser SQLite
db browser is used to create sqlite db
Sir I can't download the icon from the description please replace the link
Sir i am unable to use Sqlite database through extension
SQLite manager add-on is not compatible with my firefox. What should I do?
Use db browser sqlite.
Tech Entertaining how we can use DB brownser SQLite?
it is realy grate tutorial
thanks for be the part of this channel
Whats the difference between mysql and sqlite manager? please answer
+Socorro Limot bro sqlite is the part of mysql.
Basically sqlite use for small project like my one. Anything else you can ask me.
Hi, How to connect your java project to msql?? not sqlite.??
+Socorro Limot ya both are same.
i need to make livrary system using java that connects to MYSQL how.?
Can we use the same java program for mysql database??
yes absolutely.
so how we can connect it with mysql?
Sir please give me the link of sqlite manager that is used in this.
please provide another download link to your icons and image .the links provided donnot work for some reason.
Dropbox...... Google Drive.....
Meanwhile, I will give Biblio 8.26 a try
Hey ram wich SQLite version you use in this and with wich version of mozila
I use 50.1 and it work, new version doesn't have the same sqlite so download the old version instead
how did u download the png file...pls send me a link if u can
hey icon site it mens your given link is not working please give me another link..
becuase my icon size is very big
ERROR: >
i don't know how to fix it.
syntax error means you have done mistake in spelling or misplaced signs or numerics please again check it out.
I added a sqlite manager, but it seems update version than yours..how can i connect this?
Download the old version of Mozilla, i downlpad 50.1 for me
Download db browser
Appreciate that
What is the size of your icons?
latest version of sqlite manager is not compatible with firefox quantum. what to do??
download db browser
i am not able to add titled borders
how can connect with oracle database ?
sir which version of Mozilla u used plzzz tell me..
download db browser instead
@@TechEntertaining do we follow the same steps after downloading DB browser ?
SQLite manager says its not compatible with firefox quantum. is there any other way i can get an SQLite that is compatible with the latest version of firefox?
download the version 38
Sir i am unable to use Sqlite database through extension.Can you explain to use DB Browsers SQLite?
Why u r showings already done thins here sometimes it's a problems hw to download all the thing's what's u Said
I added sqlite manager bug it seems update version than yours...what to do..?
Download the old version of mozilla insteaf, it works for me
either download db browser
If anyone is having error driver not found..then install sql workbench. ..and install it....
Now click Database and click connect database
Now create a new database by clicking Database -> new database
Name it LibraryNew
And then in the left pane right click on LibraryNew and create a new table Account
If you are having any doubt regarding mysql workbench you can watch video of telusko learning of mysql.... I watched it from there
Nd change code in Javaconnect file
public class Javaconnect
{
public static Connection ConnecrDb()
{
try
{
String url = "jdbc:mysql://localhost:3306/LibraryNew";
String uname = "root";
String pass = "password";
Class.forName("com.mysql.jdbc.Driver");
Connection conn = DriverManager.getConnection(url, uname, pass);
return null;
}catch(Exception e)
{
Same......
}
}
}
""""""REMEMBER"""""
root and password is the username and password you give while installing mysql workbench
if anyone is having error in
conn = javaconnect.ConnecrDb();
Then change "javaconnect" to "Javaconnect" ---
conn = Javaconnect.ConnecrDb()
Rest is same.....
Mine worked hope it helps....
did you attached jar file for sql
What is the use of class.forname ?
For call the class from jar file
Bhai mare Lappy mai mysql install Hai oracle kaa too ussai is project se kaise connect karu instead of this mozila database .... Pls reply fast
I can't resize icon in my Project.How can i resize icon in my project?
download image resizer software for it
Please write the coding in the comments which is written at the time 10:16 second.
You can download from here www.github.com/codehax41
Please bro, i need a hel. when im trying to register a new account I have this error: how to fix java.sql.SQLException: no such table: Account . how can i fix this?
bhai kya tumne asp pr banaya hai?
can you send the icons that you are using in this project..............................................
please send me just the icons as soon as possible
When i try to open my file in sqlite manager it says your database is encrypted enter a password..what should i do?
open it with sqlite manager
how to solve the error of no suitable driver found for jdbc
sqlite manager is not compatible for the latest firefox version. pls help
download the earlier version either
is it ok to ask some questions?
+Patrick McMullan yes.
from where i can get all the icons required in the project
i already added the link in the description go the link and download it
@@TechEntertaining sir but the link is not opening plese help me to download it
bro i need help regarding this project please reply
github.com/codehax41
bro when i am doing it is that no suitable driver found for jdbc.sqlite:C:
but i had done 3-4 times but it is showing the same can u help me bro its very important for me
sir kindly correct your javaconnect class file code
I am getting the same problem does anybode have a solution
same i have that problem too..
@@AnkitTiwari-sl6so i have same problem can anyone help
thank you bro i will ask some queries in your e-mail.
+Dinesh Neupane ya ofcos.please watch my last video my contact details are there
Please ask for its SQL database ... please send link only :)
thank you..
Go the Link and download the Required Jar File -
clkmein.com/qBMFB6
Go the Link and download the Required icons -
clkmein.com/qBVcFb
Go the Link and download the Required Giphy Images -
clkmein.com/qBVcMR
Go the Link and download the Icon Pack -
clkmein.com/qBVve2
Library Management System Required Notes :-
clkmein.com/qBMGUJ
@@TechEntertaining bhaii what sign is there between connection conn and driver manager in try block?pleasee reply it..
how to create database for this program in sql?
the panel thing didnt work for me pls help
sir re watch the video please it only be explanable in video
i m unable to get sqlite in mozilla firefox
download db browser
Pl can u help this project with mysql database
code is same just search google how to implement is code is same both sqlite and sql
sir im getting invalid database address pls reply me
change your database address it saying your location is not correct
null pointer exception
what is the version of mozilla ?
Bro ye sqlite manager mn problem de rha hn kya karu
you can use db browser instead
Bhiya connection nahi ho pa rha hai jab run karwte hai hai to message aata hai Java.sql.SQLException:No suitable driver found for JDBC.sqlite:E....... Kar ke aata hai aap Jo bole the sqlite 056 jar file download kar ke aad v kar deye hai aur Jase Jase path set kiye hai o v kar deye hai plz plz plz bhiya help Mai 2 din paresan hai plz bhiya contact me 9006219504
library management system with source code in here
in the description
Firefox me add sql ho nahi rha
download db browser
reply please i really need help here
no, or else you can download db browser i have attacked a link in my new project
Connection conn DriverManager.getConnection("jdbc.sqlite")
return conn;
Bro what symbol you use after Connection conn before DriverManager.getConnection("jdbc.sqlite") . ASAP thanks bro! Have a nice day! Godbless!
Giving the source code for search books
attached in the description
Abe hindi me bol leta.. itna a66a project hai, no need to talk in english.. hindi me bol lena
Please help me
yes tell me the issue
Bro hindi m hi smjade is are am krra h
Biblio 8.26
.
biblio.vzpla.net/indexEN.html
.
Ram Bhai I sent you Mail in Your Email please check it and Give me the solution of the problem
Bhai plz send me icon plzplz
Can i please look the car parking system?
Check your email brother i have some trouble