4. How to Fetch Data from Database using JDBC and ResultSet ?

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ต.ค. 2024

ความคิดเห็น • 17

  • @nareshbojja2939
    @nareshbojja2939 ปีที่แล้ว +1

    I saw so many videos but no one can explain in detail like you thank you for the explanation brother it's very helpful so many people

  • @shubham_shubham
    @shubham_shubham 12 วันที่ผ่านมา +1

    thnk you for this playlist.... it really helped to learn basic

  • @apoorvsharma7794
    @apoorvsharma7794 2 ปีที่แล้ว +3

    very well explained...far better than other videos that i went through. plz keep up the good work

  • @tradingwithpradeepy
    @tradingwithpradeepy 3 ปีที่แล้ว +1

    bro.. I Watch many video but your video is much better than others ....
    make more video on other subject

  • @bhagwatsaheb
    @bhagwatsaheb 2 ปีที่แล้ว +1

    Your video is last hope for me 🥺 to get a solution

  • @irfansecrets7625
    @irfansecrets7625 2 ปีที่แล้ว +2

    Super bro You are Really Awesome man 🤩

  • @babcbengalbengalianculture
    @babcbengalbengalianculture ปีที่แล้ว +1

    Statement statement = connection.createStatement();
    ResultSet result = statement.executeQuery(sql) ; this two command are shows error. What to do? Previous code run well but this two code did not working.

    • @LearnProgrammingYourself
      @LearnProgrammingYourself  ปีที่แล้ว

      what is the error that you are getting?

    • @babcbengalbengalianculture
      @babcbengalbengalianculture ปีที่แล้ว +1

      @@LearnProgrammingYourself sorry brother, to disturb you. Actually you may use mysql 5 but I use mysql 8. The 8 user has to use java.sql.Statement stmt = con.create statement(); in case of Statement stmt.... then the error will be solve. Thanks for making coding learning video. I am an software developer intern at a MNC but I truly say I learn more from you.

    • @babcbengalbengalianculture
      @babcbengalbengalianculture ปีที่แล้ว +1

      @@LearnProgrammingYourself errors is solved, I used latest version so some changes needed.

    • @LearnProgrammingYourself
      @LearnProgrammingYourself  ปีที่แล้ว

      Great