3. Library Management System - Creating Database and Connection With Project

Поделиться
HTML-код
  • Опубликовано: 1 фев 2025

Комментарии • 307

  • @mdtokitahmid2970
    @mdtokitahmid2970 5 лет назад +2

    Thanks a lot.
    If anyone has any problem in setting with the database.Kindly comment or mail me.I found that solved.Thanks again .
    it was very helpful

    • @TechEntertaining
      @TechEntertaining  5 лет назад +1

      Thanks for helping

    • @dolly__s8694
      @dolly__s8694 5 лет назад

      Shariful Islam I have an problem please help me

    • @deepthireddy8991
      @deepthireddy8991 4 года назад

      i have got a issue in connecting my project and the data base i can't download SQLite so i have used db browser so now by using db browser how to connect it to my project

    • @mdrakibulislam4075
      @mdrakibulislam4075 2 года назад

      I face a problem... when i am hit create button why show null.pointer Exception?

  • @HahaHaha-tk6gy
    @HahaHaha-tk6gy Месяц назад

    Why do I still get the error like at 14:08? When I run the first login interface, it also shows "java.lang.ClassNotFoundException: org.sqlite, JDBC", when I click on the signup button it still shows up, when finished creating The account cannot be created but still appears, it shows: "java.lang.NullPointerException: Cannot invoke "java.sql.Connection.prepareStatement(String)" because "this.conn" is null.

  • @malinkhann2994
    @malinkhann2994 7 лет назад +1

    Finally I found the error.
    Thank you!!

  • @PrakashPraaku
    @PrakashPraaku 7 лет назад

    Thank you so much Ram. Really helpful series.Appreciate your efforts. Keep uploading such amazing videos.

  • @deepanshusharma2128
    @deepanshusharma2128 8 лет назад

    i have done everything as you told in the video

  • @yadwindersingh6637
    @yadwindersingh6637 6 лет назад +1

    at 11:03 sec listen this video using headphones

  • @shahzaibyounus961
    @shahzaibyounus961 5 лет назад

    hey there ,its giving option(not error)that "java.lang.ClassNotFoundException:org.sqlite.JDBC
    & its not asking for main class????plzzz reply me fast,i have to submit my project as soon as possible

    • @shahzaibyounus961
      @shahzaibyounus961 5 лет назад +1

      jdbc has been corrected,but new error is occuring that "table account has no column Sec_Q".
      plzzz guide me....

    • @TechEntertaining
      @TechEntertaining  5 лет назад

      If you have issue regarding the code, visit my github youll get the code there. www.github.com/codehax41

  • @inciburcuemeksiz4366
    @inciburcuemeksiz4366 3 года назад

    I can not use the SQLite Manager from Google it has been changed. Do you have any suggestion ?

  • @MohitSingh-po1rw
    @MohitSingh-po1rw 7 лет назад +6

    hey there is some error showing in the signup.java source code ,
    i have also send a mail regarding this

  • @sneharoy582
    @sneharoy582 7 лет назад +1

    i had connected a jar file v056, xctly d way u did, but aftr clckng d run button itz shwng the message "java.sql.SQLException:No suitable driver for jdbc".. please reply as fast as possible

    • @RajRaj-od8tf
      @RajRaj-od8tf 7 лет назад

      same error plz rply as soon as possible ?

    • @SUDHANSHUKUMAR-cw8lv
      @SUDHANSHUKUMAR-cw8lv 6 лет назад

      can you provide me the link for the jar file v056 ???please

  • @weishengmuackz
    @weishengmuackz 7 лет назад +3

    bro, when i clicked signup button during run, it show up java.sql.SQLException: constraint failed.... how to solve it? i really like your project

  • @faysalahmedakash7703
    @faysalahmedakash7703 7 лет назад +1

    Sir,though the signup page's field is empty but if i click on create button,an empty row has been created in database.......but i want that if any field is empty and i click on create button an error message will be shown.....how to solve this plz respond...Thanx in advance

    • @TechEntertaining
      @TechEntertaining  7 лет назад

      give if else statement that
      if{
      jTextField1.getText=="";
      {
      JOptionPane.showMessageDilaog(null, "Please fill all the Fields");
      }
      else{
      code of create button
      }
      }

    • @amareshsahoo320
      @amareshsahoo320 7 лет назад

      please explain in details

  • @surajguarv3623
    @surajguarv3623 7 лет назад +6

    In javaconnect.java class replace this part of code.
    Connection conn = DriverManager.getConnection("jdbc:sqlite: followed by your path);
    Try this it would work

  • @harshmaru8223
    @harshmaru8223 7 лет назад

    i am connect a jar file v056 ,but after run the application . this show " java.sql.SQLException:NO suitable driver for jdbc" please solve this problem.

  • @tudoralexandru4386
    @tudoralexandru4386 6 лет назад

    Works. Thank you!

  • @mamihlapinatapai3538
    @mamihlapinatapai3538 4 года назад

    9:00 Here I get an error saying that it is password string type but in database int type. Please help me.

  • @ektachauhan8255
    @ektachauhan8255 7 лет назад +1

    Hi,
    Is there any chance I can use SQL server Management system as a database rather than SQLite.
    Please reply ASAP.

  • @deepanshusharma2128
    @deepanshusharma2128 8 лет назад +2

    bro i am getting some error while running the program ( java.sql.SQLException: No suitable driver found for jdbc:sqlite) plz tell me how to resolve it

    • @TechEntertaining
      @TechEntertaining  8 лет назад

      have you added sqlite jdbc driver in the Libraries. if not go the link and download it and add it to your project libraries
      www.java2s.com/Code/Jar/s/Downloadsqlitejdbcv056jar.htm

    • @ralpdexter2495
      @ralpdexter2495 8 лет назад +1

      java.sql.SQLException:No suitable driver found for jdbc.sqlite:C:\Users\MyraB\Documents\NetBeansProjects\Library Management System\LibraryNew.sqlite
      (this is my error too)

    • @ralpdexter2495
      @ralpdexter2495 8 лет назад

      allready download and use v056 driver on my library

    • @TechEntertaining
      @TechEntertaining  8 лет назад

      +ralp dexter please add driver in your project by adding in the Library

    • @ralpdexter2495
      @ralpdexter2495 8 лет назад

      i already add the driver just like what you did on your video , i don't know why mine doesn't work. :|

  • @yashbhatt4704
    @yashbhatt4704 7 лет назад +1

    hii
    i had imported the sqllite jdbc v056
    but the same error is running that java.lang.classnotfoundexception:org.sqllite.JDBC

  • @nishaagarwal3659
    @nishaagarwal3659 4 года назад

    After Clicking on run button ,i am not getting that option that which we have to chose as the main menu and also its showing build successful but the app is not opened like where i could try and check it like the one you showed me in this video.
    Plzzz plzzz plzzz solve my problem as soon as possible

  • @bedirhansagir1
    @bedirhansagir1 5 лет назад

    @Tech Entertaining Could you put project's class diagram? Is it project designed on OOP(object oriented programming) concept?

  • @information88info
    @information88info 4 года назад

    Thank you

  • @RimZeime
    @RimZeime 7 лет назад

    You've really helped me Thanks alot!

  • @malinkhann2994
    @malinkhann2994 7 лет назад +1

    I got some error while running the forms No suitable driver found for jdbc.sqlite.D:.....AND java.lang.NullPointerException.
    Please, help me to find and solve them
    Best regard!!

    • @TechEntertaining
      @TechEntertaining  7 лет назад

      See firstly as i said in the tutorial that please add the preferred JDBC driver and then please initialize all the values like int a=0 or anything; not int a; hope this will work for you.

    • @alfaraby5360
      @alfaraby5360 7 лет назад

      int a=o???? sry but can u explain where should i initialize the value??

    • @sneharoy582
      @sneharoy582 7 лет назад

      where to initialize??

    • @amareshsahoo320
      @amareshsahoo320 7 лет назад

      Where To initialize the value

  • @syedsubtainrazakazmi5495
    @syedsubtainrazakazmi5495 7 лет назад

    Hello Ram Brother!! ab ne jo sqlite jdbc 056 add ki hai na library may meri wahan pay issue a rha hai wo kahta hai " NO suitable driver found" please help kijiye ????

    • @TechEntertaining
      @TechEntertaining  7 лет назад

      bhai uska method har page pe call karo thik ho jayegi

  • @ahmedabdulmunem3533
    @ahmedabdulmunem3533 7 лет назад +1

    java.sql.sqlexception no suitable driver ..... this the problem i got and i done exactly what in the tutorial and the two before it ... i need help please ??

    • @TechEntertaining
      @TechEntertaining  7 лет назад

      conn=javaconnect.ConnecrDb();
      make sure you written this line in every frame.

    • @RajRaj-od8tf
      @RajRaj-od8tf 7 лет назад +1

      in everey frame i added but it seeing No suitable driver found help me bro?

  • @ImanManan97
    @ImanManan97 7 лет назад +1

    i cannot download the require JAR file, may I know where to get it and what type JAR file required for the "SignUp"

  • @ramandeepkaur-vz5uz
    @ramandeepkaur-vz5uz 7 лет назад

    Hi,
    I'm getting Java.sql.SQLException:out of memory dialog msg after every click on forgot password and other buttons click.What should i have to do to resolve this.
    Thanks!!

  • @akashpatra3670
    @akashpatra3670 5 лет назад

    Hey the jdbc version 056 is not available so is it okay if w use jdbc 054

    • @ethembahce740
      @ethembahce740 5 лет назад +1

      you can make library files download. Then library files add to netbeans libraries folder inside.
      besides "you need to make sure that the library files are downloaded correctly?"

    • @ethembahce740
      @ethembahce740 5 лет назад +1

      "sqlite-jdbc-3.6.20.1.jar " ı downloaded this file any a web sites

    • @TechEntertaining
      @TechEntertaining  5 лет назад

      either you can download db browser

  • @razibhasan9
    @razibhasan9 7 лет назад +2

    ps.setString(3, jTextField3.getText());
    how is it possible..
    this is not a textField..
    this is a passwordField and data type is int
    so how can i use "String" and "textField"?

    • @TechEntertaining
      @TechEntertaining  7 лет назад

      Use this code:String password = String.valueOf(jPasswordField.getPassword());

  • @yukthapolepalli
    @yukthapolepalli 6 лет назад

    Guys.. If u r getting a nullpointer exception, write "return conn; " , erase "return null; " in javaconnect program

  • @sauravsuman2806
    @sauravsuman2806 6 лет назад

    i have downloaded the sqlite manager and it is showing also in customize but now it is not displaying in my mozilla firefox in the costomize.......... what can i do ??

  • @sauravsuman2806
    @sauravsuman2806 6 лет назад

    this will showing like this when i go to dowloading it for next time , On the top of window it is written there (this add-on is not compatible with your version of firefox) ,what can i do ?

  • @shikharrawat4388
    @shikharrawat4388 7 лет назад +1

    I am using Xampp and have already created the login page,later i have added "signup " page and when i click on Signup button nothing happens :(

    • @justrp3826
      @justrp3826 3 года назад +1

      Solve ho gaya tha ????

  • @deepthimanognya9274
    @deepthimanognya9274 7 лет назад

    your keeping User as primary key so it is taking value 1 for default.
    thats why when we insert into table, it is showing null pointer exception because User already have 1 in it.
    how to remove that? so that we can remove java.nullpointerexception error and can insert data
    PS copy that query and execute in your sql manager and check whether the query is working or not
    before writing the query directly into that java file, once run the query in sql and then copy that query and paste here.
    then you will all know whether error is in java code or in sql query.
    in here its in query.
    kindly explain how to remove that

    • @TechEntertaining
      @TechEntertaining  7 лет назад

      ramsundar.1238@gmail.com this is my mail send me some screen shot so i can help you

  • @uzairshamim4480
    @uzairshamim4480 7 лет назад

    why we use super keyword in public signup method ? 4:30

  • @TheCyruz22
    @TheCyruz22 7 лет назад

    This add-on is not compatible with your version of Firefox. Any other options?

    • @sudhirlaykar88
      @sudhirlaykar88 7 лет назад

      please download the old of version of firefox(56.0.2)support.mozilla.org/en-US/kb/install-older-version-of-firefox

    • @TechEntertaining
      @TechEntertaining  7 лет назад

      V38

  • @jagabandhupadhy4454
    @jagabandhupadhy4454 7 лет назад

    I hav done all steps correctly but not getting the message "new account created" after clicking on create button in sign up. Please help...

  • @ARandomGuyOG
    @ARandomGuyOG 6 лет назад +1

    Bro, can u give me the link to download Sqlite Manager that u r using?

    • @shahzaibyounus961
      @shahzaibyounus961 5 лет назад

      addons.thunderbird.net/en-us/firefox/addon/sqlite-manager/?src=cb-dl-popular

  • @NitinSingh-cs6lp
    @NitinSingh-cs6lp 6 лет назад

    On clicking create button I get Awt event queue java null pointer exception... What I would do?

  • @sougatamal2434
    @sougatamal2434 5 лет назад +1

    Class.forName("org.sqlite.JDBC");
    Connection conn =
    DriverManager.getConnection("jdbc:sqlite:test.db"); // here "test" is db filename
    THIS ALSO WORKS FINE.:-)

    • @TechEntertaining
      @TechEntertaining  5 лет назад

      Thanks for your advice bro @Sougata Mal

    • @mdrakibulislam4075
      @mdrakibulislam4075 2 года назад

      Showing ClassNotFoundException: org.sqlit.JDBC
      What's the problem bro?

  • @kanmanthareddysantoshreddy4531
    @kanmanthareddysantoshreddy4531 7 лет назад

    It's showing a message java.lang.ClassNotFoundException:org.sqlite.JDBC please solve my error and the output is showing sign up instead of login im done up to your tutorial 3 when you execute the login section it will login but for its showing a message as described above and output of sign up is opening instead of login

  • @nishatchowdhury1466
    @nishatchowdhury1466 6 лет назад +1

    Suitable drive not found is showing. I have done everything you showed.. Can you plzz upload this project.. I have tried my best..

    • @TechEntertaining
      @TechEntertaining  6 лет назад

      make sure your javaconnect class have no error.

    • @nishatchowdhury1466
      @nishatchowdhury1466 6 лет назад

      no errors in my javaconnect class

    • @yashpatne4018
      @yashpatne4018 5 лет назад

      Yes I have same problem but my java connect class has error is main class not found

  • @mdrakibulislam4075
    @mdrakibulislam4075 2 года назад

    when i am hit create button why show null.pointer Exception?

  • @arvindpatil9062
    @arvindpatil9062 7 лет назад

    Table named Account has no column named Username.... How to fix this?? When i insert and press create.. It pop-ups like this!!

  • @sneharoy582
    @sneharoy582 7 лет назад

    i found the error n i solve dat..but now there is another error during creation of new account..a message came.."java.lang.ArrayIndexOutOfBoundsException:0"..please help me to solve this

    • @pavithraprabhu5413
      @pavithraprabhu5413 7 лет назад

      May I know how you have solved java.sqlException:NO suitable driver found for jdbc error?? As soon as possible?

  • @darkrider0007
    @darkrider0007 8 лет назад

    its saying "java.sql.SQLRxception: no suitable driver found for jdbs:sqlite:(location)
    i also added the driver //plz help i am makig my project :/

    • @TechEntertaining
      @TechEntertaining  8 лет назад

      +Rocker Sabbier please review the tutorials brother.

  • @mubashirumer4303
    @mubashirumer4303 6 лет назад

    i need the same project which has 10 classes in only eclipse not going beyond that can you help making it?

  • @ismoilshokirov4579
    @ismoilshokirov4579 6 лет назад

    "NO SUITABLE DRIVER"Guys I also came across with the same error: Not suitable driver ... I killed 2 hours to find a mistake, it was a syntax error. Everything that is shown in the video is truly correct. 056 you can download here: sourceforge.net/projects/phycluster/files/Packages%20needed/sqlitejdbc-v056.jar/download

  • @siddhiverma6572
    @siddhiverma6572 6 лет назад

    From where can I download latest sqlite jdbc 056 jar, the link mentioned here is no more working, kindly help.

    • @TechEntertaining
      @TechEntertaining  6 лет назад

      It will work just download it from google by searching it.

  • @mayankkukreja2552
    @mayankkukreja2552 5 лет назад

    Bro i found an error... ; java. Lang.unsupportedoperationexception.not support yet....... Can you help me.?

    • @TechEntertaining
      @TechEntertaining  5 лет назад

      You can download from here www.github.com/codehax41

  • @utsavk1
    @utsavk1 7 лет назад +1

    I am getting this error when i run the signup page
    java.lang.classnotfoundexception org.sqlite.jdbc

    • @utsavk1
      @utsavk1 7 лет назад +1

      pls help me asap

    • @TechEntertaining
      @TechEntertaining  7 лет назад

      sir please correct the code in javaconnect class.

    • @utsavk1
      @utsavk1 7 лет назад

      okay sir
      thanks for the assisstance

    • @utsavk1
      @utsavk1 7 лет назад

      sir the sqlite is not working for newer versions of firefox

    • @utsavk1
      @utsavk1 7 лет назад

      can u please provide me with your email id and watsapp no.

  • @gokulkrishnamanikumar9379
    @gokulkrishnamanikumar9379 6 лет назад

    In this video you didn't create any method for setvisible.help me how to add the setvisible method

  • @akshitgoyal1979
    @akshitgoyal1979 6 лет назад

    It does not work in the new version of SQLite. What shall I do?

  • @dkdarshan0986
    @dkdarshan0986 8 лет назад

    my program is run successfully but in new account when i click create button it shown this error java.sql.SQlException: near"in":syntex error please help me to solve this error brother ..thanks

    • @TechEntertaining
      @TechEntertaining  8 лет назад

      +Darshan Patel check i think some spelling may be incorrect..

    • @dkdarshan0986
      @dkdarshan0986 7 лет назад

      i have checked but still same problem wat can i do now

  • @abhijeetbari8171
    @abhijeetbari8171 7 лет назад

    I am getting an error saying: "java.sql.SQLException:near"Question": syntax error... How to fix it?

  • @lalitroushan3510
    @lalitroushan3510 6 лет назад

    everytime when i click the create button it is giving nullpoint exception , i have checked everything is correct

  • @ZubairAhmed-vs7ts
    @ZubairAhmed-vs7ts 7 лет назад +1

    i did everything you did in the end i get an error that says java.land.NullPointerException .......
    please help me

    • @TechEntertaining
      @TechEntertaining  7 лет назад

      Dear Zubair this error is generally caused by missing some code or spelling error please re check it out.
      Thanking You.

    • @ZubairAhmed-vs7ts
      @ZubairAhmed-vs7ts 7 лет назад

      i checked it is still the same

  • @ar4hm4n
    @ar4hm4n 3 года назад

    Exception : no such table Account ; can anyone help me with that ?
    I created the database over 10 times, and it's still showing me the same thing!

  • @pranavkumar9943
    @pranavkumar9943 7 лет назад

    When I click on create button it gives an error java.sql.SQLException:near"NO":syntax error

    • @TechEntertaining
      @TechEntertaining  7 лет назад

      This error happens when you have spelling mistakes or special symbols.

  • @kapilpawar623
    @kapilpawar623 6 лет назад

    Sqlite jdbc 056 is not downloading now... What should I do instead of that... My code is not running

    • @TechEntertaining
      @TechEntertaining  6 лет назад

      Google it you may found some ideas about the website

  • @saifuddin2818
    @saifuddin2818 8 лет назад

    I already done everything but when i click on run button it's not working. Can you help me?

    • @TechEntertaining
      @TechEntertaining  8 лет назад

      I think you have not added action listener. double click the button or right click on the button and select event and then select actionPerformed and pur the code on it am sure it will work.

    • @saifuddin2818
      @saifuddin2818 8 лет назад

      I also select event. Please check the link, i upload screenshot.
      1. prnt.sc/dh0yhb
      2. prnt.sc/dh0yw4
      3. prnt.sc/dh0z2h
      when i click on Run button, there has no popup of the program. I want to why my program is not run like as you?

    • @TechEntertaining
      @TechEntertaining  8 лет назад

      +Saif Uddin have you created the main class of this frame.

    • @TechEntertaining
      @TechEntertaining  8 лет назад

      +Saif Uddin or please re start with my first tutorial cause i cant know the error in your programming.

    • @saifuddin2818
      @saifuddin2818 8 лет назад

      Check this. I also create main class of this frame.
      prnt.sc/dh6n0i

  • @mdsiydolaziz6026
    @mdsiydolaziz6026 6 лет назад

    Bro I have downloaded the sqlite jdbc jar file and installed it but while i run programme it say driver missing what shoul I do? please help me man

  • @ShubhamRaj01
    @ShubhamRaj01 7 лет назад

    I am getting an error java.sql.SQLException : constraint failed.. Please help me to fix it.

  • @sachindubey6162
    @sachindubey6162 4 года назад

    Bro I have a doubt kii yah super("forgot password ") iska kya use hai ismai????

  • @vanithagovindhan4816
    @vanithagovindhan4816 8 лет назад

    why are you writing some code like this super("login").where it goes to process?

    • @TechEntertaining
      @TechEntertaining  8 лет назад

      +vanitha govindhan this code used for headlines of frame.

  • @RajRaj-od8tf
    @RajRaj-od8tf 7 лет назад

    ERROR

  • @قناةكباروصغارللترفيهوالتعليم

    sqlite jdbc 056 i can not found this you can help me plase

  • @savitakumari3683
    @savitakumari3683 6 лет назад

    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....

  • @mansisharma5118
    @mansisharma5118 7 лет назад +1

    i am getting java.lang.nullpointer Exception. how can i solve it?

    • @TechEntertaining
      @TechEntertaining  7 лет назад

      this error only happen when you have not initialized any value like int a; the correct will be int a=2; hope this will work for you

    • @niharikasaikrothapalli592
      @niharikasaikrothapalli592 7 лет назад

      Even I am facing the same problem. How did you solve it?

    • @sneharoy582
      @sneharoy582 7 лет назад

      m facing the same problem as well

    • @Centrist-Human
      @Centrist-Human 7 лет назад

      where should i use int=a?

  • @nayeemsvlog9211
    @nayeemsvlog9211 8 лет назад

    hi,
    i have done everything how you showed ,but it's saying no such table:Account

    • @TechEntertaining
      @TechEntertaining  8 лет назад

      +nayeem jorge make sure that name of table which you maded in database both name should be same.

  • @GovindKumar-nj9bs
    @GovindKumar-nj9bs 6 лет назад

    I have done all Code correctly and alredy creat database but messege shows "Incorrect Username and Password" please help.....

    • @GovindKumar-nj9bs
      @GovindKumar-nj9bs 6 лет назад

      When click the Login page this messege shows

    • @GovindKumar-nj9bs
      @GovindKumar-nj9bs 6 лет назад

      My Password and Username is correct in table but this messege shows when Login

  • @BestVideos-ws6ih
    @BestVideos-ws6ih 5 лет назад

    Hallo sir, when i am click on create button then it shows lang.nullpointerexception.

  • @jyotitiwari6732
    @jyotitiwari6732 3 года назад

    sir please make a video ,how we can use mysql or zamp with this project, its urgent sir

  • @mohammedmuzammil3473
    @mohammedmuzammil3473 5 лет назад +1

    Can anyone fix this error?
    java.sql.SQLException:no such table: Account

  • @believerofgod4778
    @believerofgod4778 6 лет назад

    I am getting Java.Lang.NullPointerException Whenever I am trying to put data inside the database.

  • @ayushsharma-of3jd
    @ayushsharma-of3jd 6 лет назад

    my javaconnect.class is asking for main method ,how to resolve that?

    • @TechEntertaining
      @TechEntertaining  6 лет назад

      Make a new project start it again with new one and set login page as main class

  • @mridulprasher
    @mridulprasher 6 лет назад

    when run the signup code it shows numerous errors while i copy same as you did

    • @TechEntertaining
      @TechEntertaining  6 лет назад

      Please rewatch the video or show me the error so i can identify.

    • @mridulprasher
      @mridulprasher 6 лет назад

      Tech Entertaining thank you for the reply but i corrected my mistake

  • @acaciobielobiloko7097
    @acaciobielobiloko7097 7 лет назад

    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? please help!!!!

  • @saikumarceokolla8032
    @saikumarceokolla8032 7 лет назад +1

    Hi this is Kolla Sai kumar.I want to know how to add main class code.

    • @TechEntertaining
      @TechEntertaining  7 лет назад

      just create a class and then while running the program you need to set the main class just set it

  • @thutomalepe7885
    @thutomalepe7885 7 лет назад

    i still get java.lang.NullPointerException when i try to search username from the database even after trying all the options you mentioned to the comments

  • @jonelramirez2604
    @jonelramirez2604 7 лет назад

    when i run project the one who comes up is forgot password not login. please help. how can i do the same in tutorial?

  • @mou5381
    @mou5381 6 лет назад +1

    whenever i try to signup, it shows java.lang.UnsupportedOperationException:Not supported yet, can anyone help me with this?

  • @jaishankerdwivedi4704
    @jaishankerdwivedi4704 7 лет назад

    hello i added the driver as u give in this rar file but when i run the program a pop will come with an error message the message is
    java sql SQLException No Suitable driver found for jdbc sqlite i added driver reply me asap

  • @geraldinedelasalas7847
    @geraldinedelasalas7847 5 лет назад

    I cannot download SQL manager? What am i going to do?

  • @SUDHANSHUKUMAR-cw8lv
    @SUDHANSHUKUMAR-cw8lv 6 лет назад

    i am getting the error "java.lang.NullPointerException." can any one suggest me ,what to do ? it's urgent bro.....

    • @abisheknair3545
      @abisheknair3545 4 года назад

      This happened when the pathway wasnt put properly for. Just check ur pathway syntax.

  • @prashantrana403
    @prashantrana403 7 лет назад +1

    please help me to find my error in my project ..
    my error is something in sqlite JDBC

    • @TechEntertaining
      @TechEntertaining  7 лет назад

      Please add the SQLITE Driver and after that re-watch the tutorials.
      Thank You.

    • @amareshsahoo320
      @amareshsahoo320 7 лет назад

      I hv also same problem

    • @yashpatne4018
      @yashpatne4018 5 лет назад

      On your given site the driver has not download

  • @harshalshende3357
    @harshalshende3357 8 лет назад

    i downloaded this project but unabl;e to execute it ... please give me the information how to execute that file

  • @zibrankhan6155
    @zibrankhan6155 6 лет назад

    after i hit on create account it says "Java.Lang.UnsupportedException , Not supported for now".
    Please help me to fix this error. Thanks Please see ur email too

    • @TechEntertaining
      @TechEntertaining  6 лет назад

      make sure your query and code is correct as i showed

  • @udemypaidcursefreenow6480
    @udemypaidcursefreenow6480 8 лет назад

    java.sql.SQLException: No suitable driver found for jdbc:sqlite) its not solve by this driver added

  • @kunalpisal9983
    @kunalpisal9983 6 лет назад +1

    validations not working on login button manh!!!!reply asap broh

  • @sneharoy582
    @sneharoy582 7 лет назад

    m getting some problems related to the database..

  • @klajdibylyku3576
    @klajdibylyku3576 6 лет назад

    How can i find my suitable driver for jdbc.sqlite please?

  • @TeamKapaldo
    @TeamKapaldo 6 лет назад

    Can you creat a Sample library management program On Foxpro? Thank you.

  • @amanverma5829
    @amanverma5829 6 лет назад

    brother i can't find the sqlite jdbc driver .. plzzz snd me link plzzzz

  • @NarayanP-e3r
    @NarayanP-e3r Год назад +1

    Source code couldn't open?

    • @TechEntertaining
      @TechEntertaining  Год назад

      sure mail me I'll share zip ramsundar.1238@gmail.com

  • @arianreddymohammad8493
    @arianreddymohammad8493 5 лет назад

    i cant download the stuffs on the links

  • @dipeshmishra3985
    @dipeshmishra3985 2 месяца назад

    Brother sqlite kaise kare bhai
    Nahi mil reha hai

  • @mansi8409
    @mansi8409 4 года назад

    Actually driver add krne bad bhi exception error aa rha hai
    Plez help

  • @SUDHANSHUKUMAR-cw8lv
    @SUDHANSHUKUMAR-cw8lv 6 лет назад

    Any one can provide me the link for sqlite jdbc 056?? .please......

    • @TechEntertaining
      @TechEntertaining  6 лет назад

      I already attached the full video

    • @SUDHANSHUKUMAR-cw8lv
      @SUDHANSHUKUMAR-cw8lv 6 лет назад

      But,when i am going for downloading this from your link given in the description bellow then it is throwing error .