0
Data base
hi guys! i want to know how can i make a data base with c++. Is it possible?
5 odpowiedzi
+ 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
+ 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.
+ 1
Yes but you need other tools to do so for example MySql to start off and Microsoft Access.
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
0
I got it and i have another question : can i use my data base in access to my program made by c++?