Connect C++ app with Database (How to Insert/Read/Update/Delete from DB with C++ app)

Sdílet
Vložit
  • čas přidán 6. 06. 2024
  • 📚 Learn how to solve problems and build projects with these Free E-Books ⬇️
    C++ Lambdas e-book - free download here: bit.ly/freeCppE-Book
    Entire Object-Pascal step-by-step guide - free download here: bit.ly/FreeObjectPascalEbook
    🚀📈💻🔥 My Practical Programming Course: www.codebeautyacademy.com/
    Experience the power of practical learning, gain career-ready skills, and start building real applications!
    This is a step-by-step course designed to take you from beginner to expert in no time!
    💰 Here is a coupon to save 10% on your first payment (CODEBEAUTY_YT10).
    Use it quickly, because it will be available for a limited time.
    ☕ If you've found my content helpful and would like to support me, you now have the option to buy me a coffee or a cookie! It's a small gesture of gratitude that means a lot to me and helps me keep creating free educational videos for you. You can use the link below to make a contribution: bit.ly/CodeBeauty_BuyMeACoffee
    However, please don't feel obligated to do so. I appreciate every one of you, and I will continue to share valuable content with you regardless of whether you choose to support me in this way. Thank you for being part of the Code Beauty community! ❤️😇
    In this simple tutorial, you'll learn how to:
    1. build a C++ UI application
    2. make a Database
    3. how to connect the C++ app and Database together
    This video serves as a C++ project for building User Interface and Database applications.
    After watching this video you'll know how to Insert/Read/Update/Delete DB records with C++ app.
    Download DB here: bit.ly/InterBase_Download
    Download C++Builder here: bit.ly/CppBuilderFree
    Contents:
    00:00 - Prerequisites
    00:54 - Explaining the app that we'll build
    02:14 - Create a database and start server
    04:05 - SQL Create table
    07:45 - SQL Insert into the database
    11:35 - Connect C++ UI app with database
    12:45 - Set up a Database connection
    16:48 - Insert/Read/Update/Delete DB records with C++ app
    Related videos:
    How to setup a database: • How to setup a databas...
    How to build C++ UI apps: • Build C++ GUI apps FAS...
    Follow me on other platforms:
    Instagram 📸 - / truecodebeauty
    Twitter 🐦- / truecodebeauty
  • Věda a technologie

Komentáře • 69

  • @CodeBeauty
    @CodeBeauty  Před 2 lety +18

    📚 Learn how to solve problems and build projects with these Free E-Books ⬇
    C++ Lambdas e-book - free download here: bit.ly/freeCppE-Book
    Entire Object-Pascal step-by-step guide - free download here: bit.ly/FreeObjectPascalEbook
    🚀📈💻🔥 My Practical Programming Course: www.codebeautyacademy.com/
    Experience the power of practical learning, gain career-ready skills, and start building real applications!
    This is a step-by-step course designed to take you from beginner to expert in no time!
    💰 Here is a coupon to save 10% on your first payment (CODEBEAUTY_YT10).
    Use it quickly, because it will be available for a limited time.
    Code from this video:
    create table Students(
    Id int not null,
    Name varchar(30) not null,
    Grade int not null,
    Age int not null,
    primary key (Id)
    );
    insert into Students(Id, Name, Grade, Age)
    values (2, 'Saldina', 10, 27)
    select * from Students

  • @mangallapalliswapna4331
    @mangallapalliswapna4331 Před 2 lety +15

    You are the great programming teacher available in youtube.
    Thanks a lot for your classes.

  • @rino19ny
    @rino19ny Před rokem +6

    But you expect us to use C++Builder and its tools!?
    How about a video on connecting C++ to any database server regardless of IDE being used??

  • @ogabekhamdamov7647
    @ogabekhamdamov7647 Před 2 lety +1

    Thank you very much for your work. It is what I was searching for . I really appreciate it.

  • @David00Gamer
    @David00Gamer Před 2 lety

    First time waiting for your video in real time!

  • @anwar6971
    @anwar6971 Před 2 lety +4

    Thanks for these databases lessons

  • @Duggieneez
    @Duggieneez Před rokem

    You are way too amazing for this, I swear

  • @eugeneamoakwah278
    @eugeneamoakwah278 Před 2 lety +2

    Thanks very much, really appreciate it

  • @manoharsagunthalla9215

    Thank you very much for the information. I need more videos and SQL separate full video

  • @dedrickbrooks3670
    @dedrickbrooks3670 Před rokem +1

    hvála vam za pomoč!

  • @rohithtony8211
    @rohithtony8211 Před 2 lety +2

    Tq for cleared explanation 😌😌

  • @rekhamunagala7021
    @rekhamunagala7021 Před rokem

    Could you please make videos related to SQL? The tutorials are vey nice. Those are very useful for us in realtime.

  • @delidag
    @delidag Před rokem

    Thansk for useful tutorials

  • @largerbucchus7rabie752

    Can I use this program to create a database were, for instance in your example, grade can have more than one input? I want to create a data base for medical viruses and in one field include all the symptoms for that virus.

  • @jacobmckameron4931
    @jacobmckameron4931 Před 2 lety +1

    Can you please post a full detailed long video on STL using C++

  • @sabinanurak9633
    @sabinanurak9633 Před 2 lety

    That's awesome !

  • @rajeevyadav7466
    @rajeevyadav7466 Před 2 lety +2

    Yes,please Create Database Course like cpp

  • @vss5004
    @vss5004 Před 2 lety +1

    Yess plz make a series on SQL

  • @codefoxx
    @codefoxx Před rokem +1

    Nice tutorial, but how would we process this information with C++ code if the user was sending it to through an HTML form?

  • @nicklem9846
    @nicklem9846 Před 2 lety

    Wish you do a tutorial in general about UWP apps, im trying for quite some time to make apps for old lumia phones but absolutely without success xD

  • @georgemagdy2665
    @georgemagdy2665 Před 2 lety

    thank you for your great effort , could you make a playlist about java or kotlin for Android ?

  • @anjalikona4487
    @anjalikona4487 Před rokem

    Hi@CodeBeauty
    Can you help me with taking taking inputs using cin but taking inputs in different lines in c++

  • @wisdommonger
    @wisdommonger Před 2 lety +4

    I like your videos, but I have yet to start because of Embarcadero. I went for trial of C++ builder, and have yet to see an email with my serial number. And went with Developer edition of the Database software from them. Is there a reason you use/recommend them? Will this work using Visual Studio and some other database program?

    • @thomas3473
      @thomas3473 Před 2 lety +4

      same issue, no email. tried 2 different email organizations as well. nothing.

    • @cikaiva6776
      @cikaiva6776 Před 2 lety +2

      Yeah, same here. Embarcadero seems to be dead, no email from them.
      Are there any alternatives?

    • @mariusscheepers9003
      @mariusscheepers9003 Před 2 lety +2

      I'm also stuck. Licence expired issue....Embarcadero should have had a free community platform for training.

  • @it27shabiabbas12
    @it27shabiabbas12 Před 2 lety

    Hey could you make a video to prepare for Google and other big companies job

  • @Felidog69
    @Felidog69 Před rokem

    Thank for the video. Who know Connect c++ ui with data base MySQL or other? And wht ide of c++ is the best? I need to do a program. Thank folk

  • @collengura
    @collengura Před 2 lety +4

    You provide very good videos on C++. There is only one exception. Why do you insist on using C++ builder which appears not so user friendly to install? Let this not destruct the fact that your C++ lessons are an exceptional product on offer.

    • @rino19ny
      @rino19ny Před rokem +2

      agree. and use only a single IDE brand. don't jump from one sponsor to another confusing your viewers in the process.

    • @lucascook7981
      @lucascook7981 Před měsícem

      It has worked so far for me, but are their any alternatives to this?

  • @codewithjude6395
    @codewithjude6395 Před rokem

    my + sign in my navigator does not allow me to update my table like yours. i followed you throughout the steps and i didnt miss anything

  • @cipgameg
    @cipgameg Před 2 lety +2

    Hello! Can you please make another video with multithreading, its one of my favourite subjects in c++

    • @CodeBeauty
      @CodeBeauty  Před 2 lety +1

      what would you like to see? is there some topic related to multithreading that is especially interesting to you? 😃😃

    • @cipgameg
      @cipgameg Před 2 lety +2

      ​@@CodeBeauty I would like to learn more about functionalities like .join() or what other cool thing you can do with them.

  • @peroperic2749
    @peroperic2749 Před 10 měsíci

    Hey, i did exactly the same and it works (thanks), but i just cant edit cells. However when i turn to True goEditing in stringGrid Options it indeed enables editing but it changes background color to black (?). So i can't see what I am typing in that selected cell as the font color is also black. Idk if i missed something obvious but i would appreciate if someone could help me.

  • @roshanpoudel5140
    @roshanpoudel5140 Před 2 lety +3

    I'd just like to see a two way lookup (including interpolation) by reading text numerical data from a file , preferably .txt or excel file

    • @Jadapallimadhan
      @Jadapallimadhan Před 2 lety

      Hai are you working In C++ i need job support please reply me

    • @roshanpoudel5140
      @roshanpoudel5140 Před 2 lety +2

      @@Jadapallimadhan no, its only for personal project, i'm not in the software field

    • @Jadapallimadhan
      @Jadapallimadhan Před 2 lety

      @@roshanpoudel5140 okay thank you for replying me 😡

    • @lucascook7981
      @lucascook7981 Před měsícem

      in normal cpp u can use fstream library to read and write to a .txt file

  • @Akas766
    @Akas766 Před 2 lety

    great.

  • @arshmaanali714
    @arshmaanali714 Před 2 lety

    When the next video of data structures will come??

  • @technicaltechnmofficial2513

    Please make a video on how to make a db console app from visual studio
    ...

  • @markmatzke5836
    @markmatzke5836 Před 2 lety

    working for Survey Junkie's this person is saying hi.

  • @alexanderlord1512
    @alexanderlord1512 Před 2 lety

    I wish you make js course for us

  • @Power49524
    @Power49524 Před rokem

    How extract apk file from the RAD studio ?

  • @jackjaconelli5593
    @jackjaconelli5593 Před 2 lety

    Impressive lady :D

  • @mr.potato8894
    @mr.potato8894 Před 2 lety

    I watched it but Im wondering what it can be used for 🤔

  • @afelar3818
    @afelar3818 Před 2 lety +2

    Saldina, I really enjoy your videos, I'm a computer science student and have learnt cpp from you so I am really appreciated. But this with databases is way easier and simpler in python

  • @sherifali484
    @sherifali484 Před 2 lety +1

    Can I follow the Data Structures course without knowing c++ by the way i know JavaScript

    • @CodeBeauty
      @CodeBeauty  Před 2 lety

      you can if you no basics of oop ☺️

  • @andreasponchiado8839
    @andreasponchiado8839 Před 7 měsíci

    What about a search function? is useless otherwise if you have to search inside 1000 items.

  • @mariusscheepers9003
    @mariusscheepers9003 Před 2 lety +1

    Hi, CB. Can you please consider to do a data analytics type course with using C++ and SQL

    • @CodeBeauty
      @CodeBeauty  Před 2 lety +3

      Hi, how are you able to watch this video. It is private and hasn't been published yet? 😱🤔

    • @mariusscheepers9003
      @mariusscheepers9003 Před 2 lety +1

      Hi, I can see it under the previous video's description. I clicked there but I see now it's not in your list

  • @amanullahkhan3646
    @amanullahkhan3646 Před 2 lety

    Hello mam, I am a student and I have been installed RAD Studio/CPP builder, therefore my trail key is expired and cannot use no more. Now please guide me how i extend my trail base key or use another free version.

  • @chrishabgood8900
    @chrishabgood8900 Před 5 měsíci

    tableplus!!

  • @sethparker3122
    @sethparker3122 Před rokem

    Strange... I had expected the c++ tutorial to, you know, contain some c++ code.

  • @kaptnkirk2740
    @kaptnkirk2740 Před rokem

    *NEVER* use "age" as an attribute in databases! This is an iron law.

  • @Jadapallimadhan
    @Jadapallimadhan Před 2 lety

    Hai are you working In C++ i need job support please reply me

  • @xamsemahdi3861
    @xamsemahdi3861 Před 2 lety

    l love you soo much honey 😍😍

  • @supratimpaul4286
    @supratimpaul4286 Před rokem

    I cant connect my UNIVERSITYDB with the EMPLOYEE it gives an error like this
    [FireDAC][Phys][I8]-314. Cannot load vendor library [gds32.dll or ibtogo.dll]. %1 is not a valid Win32 application
    Hint: check it is in the PATH or application EXE directories, and has x86 bitness.

  • @1birr2023
    @1birr2023 Před 2 lety +1

    Thanks alot, saldina i'm always watching your videos, i'm a software engineering student ,i think i need some help related to software engineering please contact me