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

  Рет қаралды 66,895

CodeBeauty

CodeBeauty

Күн бұрын

Пікірлер: 76
@CodeBeauty
@CodeBeauty 2 жыл бұрын
📚 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
@vitaltopics316
@vitaltopics316 2 жыл бұрын
Can I use MSSQL instead? SSMS?
@mangallapalliswapna4331
@mangallapalliswapna4331 2 жыл бұрын
You are the great programming teacher available in youtube. Thanks a lot for your classes.
@anwar6971
@anwar6971 2 жыл бұрын
Thanks for these databases lessons
@rino19ny
@rino19ny 2 жыл бұрын
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??
@devoiddude
@devoiddude 5 ай бұрын
Of course she does, she got money for plugging this.
@DavidCrimsonPurg
@DavidCrimsonPurg 2 жыл бұрын
First time waiting for your video in real time!
@vss5004
@vss5004 2 жыл бұрын
Yess plz make a series on SQL
@johnromero1537
@johnromero1537 2 жыл бұрын
I'd like an SQL series too.
@rohithtony8211
@rohithtony8211 2 жыл бұрын
Tq for cleared explanation 😌😌
@collengura
@collengura 2 жыл бұрын
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 2 жыл бұрын
agree. and use only a single IDE brand. don't jump from one sponsor to another confusing your viewers in the process.
@medulla0blongata65
@medulla0blongata65 7 ай бұрын
It has worked so far for me, but are their any alternatives to this?
@wisdommonger
@wisdommonger 2 жыл бұрын
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 2 жыл бұрын
same issue, no email. tried 2 different email organizations as well. nothing.
@cikaiva6776
@cikaiva6776 2 жыл бұрын
Yeah, same here. Embarcadero seems to be dead, no email from them. Are there any alternatives?
@mariusscheepers9003
@mariusscheepers9003 2 жыл бұрын
I'm also stuck. Licence expired issue....Embarcadero should have had a free community platform for training.
@dedrickbrooks3670
@dedrickbrooks3670 Жыл бұрын
hvála vam za pomoč!
@JaydeeSan
@JaydeeSan 2 жыл бұрын
You are way too amazing for this, I swear
@berrynewman7178
@berrynewman7178 4 ай бұрын
Thank you CodeBeauty☺
@eugeneamoakwah278
@eugeneamoakwah278 2 жыл бұрын
Thanks very much, really appreciate it
@manoharsagunthalla9215
@manoharsagunthalla9215 Жыл бұрын
Thank you very much for the information. I need more videos and SQL separate full video
@afelar3818
@afelar3818 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
@ogabekhamdamov7647
@ogabekhamdamov7647 2 жыл бұрын
Thank you very much for your work. It is what I was searching for . I really appreciate it.
@rajeevyadav7466
@rajeevyadav7466 2 жыл бұрын
Yes,please Create Database Course like cpp
@codefoxx
@codefoxx 2 жыл бұрын
Nice tutorial, but how would we process this information with C++ code if the user was sending it to through an HTML form?
@jacobmckameron4931
@jacobmckameron4931 2 жыл бұрын
Can you please post a full detailed long video on STL using C++
@largerbucchus7rabie752
@largerbucchus7rabie752 2 жыл бұрын
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.
@rekhamunagala7021
@rekhamunagala7021 Жыл бұрын
Could you please make videos related to SQL? The tutorials are vey nice. Those are very useful for us in realtime.
@roshanpoudel5140
@roshanpoudel5140 2 жыл бұрын
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 2 жыл бұрын
Hai are you working In C++ i need job support please reply me
@roshanpoudel5140
@roshanpoudel5140 2 жыл бұрын
@@Jadapallimadhan no, its only for personal project, i'm not in the software field
@Jadapallimadhan
@Jadapallimadhan 2 жыл бұрын
@@roshanpoudel5140 okay thank you for replying me 😡
@medulla0blongata65
@medulla0blongata65 7 ай бұрын
in normal cpp u can use fstream library to read and write to a .txt file
@delidag
@delidag Жыл бұрын
Thansk for useful tutorials
@cipgameg
@cipgameg 2 жыл бұрын
Hello! Can you please make another video with multithreading, its one of my favourite subjects in c++
@CodeBeauty
@CodeBeauty 2 жыл бұрын
what would you like to see? is there some topic related to multithreading that is especially interesting to you? 😃😃
@cipgameg
@cipgameg 2 жыл бұрын
​@@CodeBeauty I would like to learn more about functionalities like .join() or what other cool thing you can do with them.
@LittleIronMan-s9l
@LittleIronMan-s9l 2 ай бұрын
Can we use this database in Visual Studio 2022?
@CodeBeauty
@CodeBeauty 2 ай бұрын
yes you can, there is a guide online on how to do it :)
@sherifali484
@sherifali484 2 жыл бұрын
Can I follow the Data Structures course without knowing c++ by the way i know JavaScript
@CodeBeauty
@CodeBeauty 2 жыл бұрын
you can if you no basics of oop ☺️
@Felidog69
@Felidog69 Жыл бұрын
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
@anjalikona4487
@anjalikona4487 2 жыл бұрын
Hi@CodeBeauty Can you help me with taking taking inputs using cin but taking inputs in different lines in c++
@codewithjude6395
@codewithjude6395 2 жыл бұрын
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
@peroperic2749
@peroperic2749 Жыл бұрын
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.
@Fatih-ii4ue
@Fatih-ii4ue 6 ай бұрын
how can I make in visual studio
@CodeBeauty
@CodeBeauty 5 ай бұрын
This video should help you: kzbin.info/www/bejne/d4qlnKp8mtNohNU
@nicklem9846
@nicklem9846 2 жыл бұрын
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
@it27shabiabbas12
@it27shabiabbas12 2 жыл бұрын
Hey could you make a video to prepare for Google and other big companies job
@technicaltechnmofficial2513
@technicaltechnmofficial2513 2 жыл бұрын
Please make a video on how to make a db console app from visual studio ...
@Power49524
@Power49524 2 жыл бұрын
How extract apk file from the RAD studio ?
@andreasponchiado8839
@andreasponchiado8839 Жыл бұрын
What about a search function? is useless otherwise if you have to search inside 1000 items.
@markmatzke5836
@markmatzke5836 2 жыл бұрын
working for Survey Junkie's this person is saying hi.
@sabinanurak9633
@sabinanurak9633 2 жыл бұрын
That's awesome !
@arshmaanali714
@arshmaanali714 2 жыл бұрын
When the next video of data structures will come??
@mr.potato8894
@mr.potato8894 2 жыл бұрын
I watched it but Im wondering what it can be used for 🤔
@mariusscheepers9003
@mariusscheepers9003 2 жыл бұрын
Hi, CB. Can you please consider to do a data analytics type course with using C++ and SQL
@CodeBeauty
@CodeBeauty 2 жыл бұрын
Hi, how are you able to watch this video. It is private and hasn't been published yet? 😱🤔
@mariusscheepers9003
@mariusscheepers9003 2 жыл бұрын
Hi, I can see it under the previous video's description. I clicked there but I see now it's not in your list
@georgemagdy2665
@georgemagdy2665 2 жыл бұрын
thank you for your great effort , could you make a playlist about java or kotlin for Android ?
@jackjaconelli5593
@jackjaconelli5593 2 жыл бұрын
Impressive lady :D
@sethparker3122
@sethparker3122 Жыл бұрын
Strange... I had expected the c++ tutorial to, you know, contain some c++ code.
@alexanderlord1512
@alexanderlord1512 2 жыл бұрын
I wish you make js course for us
@Akas766
@Akas766 2 жыл бұрын
great.
@amanullahkhan3646
@amanullahkhan3646 2 жыл бұрын
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 Жыл бұрын
tableplus!!
@kaptnkirk2740
@kaptnkirk2740 2 жыл бұрын
*NEVER* use "age" as an attribute in databases! This is an iron law.
@Jadapallimadhan
@Jadapallimadhan 2 жыл бұрын
Hai are you working In C++ i need job support please reply me
@anoridinaryhumanbeing70
@anoridinaryhumanbeing70 2 жыл бұрын
She shares free education. She's not a job agent.
@xamsemahdi3861
@xamsemahdi3861 2 жыл бұрын
l love you soo much honey 😍😍
@supratimpaul4286
@supratimpaul4286 2 жыл бұрын
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 2 жыл бұрын
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
Your first C++ CRUD app (DB + UI)
41:33
CodeBeauty
Рет қаралды 48 М.
Правильный подход к детям
00:18
Beatrise
Рет қаралды 9 МЛН
you need to learn SQL RIGHT NOW!! (SQL Tutorial for Beginners)
24:25
NetworkChuck
Рет қаралды 1,6 МЛН
Exception handling in C++ (How to handle errors in your program?)
24:46
What are Sigma Input Tables?
13:44
Data Katrina
Рет қаралды 31
BEST WAY to make Desktop Applications in C++
26:00
The Cherno
Рет қаралды 940 М.
Writing My Own Database From Scratch
42:00
Tony Saro
Рет қаралды 259 М.
Собеседование Junior C++
45:32
Ambushed Raccoon
Рет қаралды 125 М.
Database Indexing Explained (with PostgreSQL)
18:19
Hussein Nasser
Рет қаралды 321 М.
Правильный подход к детям
00:18
Beatrise
Рет қаралды 9 МЛН