Data base | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Data base

hi guys! i want to know how can i make a data base with c++. Is it possible?

15th May 2018, 7:09 PM
Mohammadali Dastour
Mohammadali Dastour - avatar
5 Answers
+ 4
I just found this for SQLLight that maybe of some use. https://www.tutorialspoint.com/sqlite/sqlite_c_cpp.htm This may help to shows how to make your own database. https://www.codeproject.com/Articles/1029838/Build-Your-Own-Database
15th May 2018, 10:14 PM
Ben
Ben - avatar
+ 4
Are you talking about your own custom database or one that is allready out there as there are a few choices such as SQL , SQLLite, ADO, if you want a custom one say for an address book or a little project you could look at using Random Access Files.
15th May 2018, 9:01 PM
Ben
Ben - avatar
+ 1
Yes but you need other tools to do so for example MySql to start off and Microsoft Access.
15th May 2018, 10:27 PM
Anthony Perez
0
I mean i am creating a warehouse program and i want to have my own data base and I have a little knowledge of SQL
15th May 2018, 9:05 PM
Mohammadali Dastour
Mohammadali Dastour - avatar
0
I got it and i have another question : can i use my data base in access to my program made by c++?
15th May 2018, 10:32 PM
Mohammadali Dastour
Mohammadali Dastour - avatar