Ask your own question, for FREE!
Computer Science 16 Online
OpenStudy (anonymous):

How do I put data (for example: int a = 1) into a simple database in C++? And how to load/edit that value? Is there any simple tutorial for this? Thanks.

OpenStudy (anonymous):

idk you could probaly find it on a different website there is lots of choices so yeah best way to get the answer to that would be to look it up.

OpenStudy (anonymous):

gtg get back on my math so bye peaple duces|dw:1317078926498:dw|

OpenStudy (rsmith6559):

Basically, for any database, you concatenate a SQL statement/query and turn that string over to the database to execute. So if you're comfortable with C++, you make the string and pass it. The further documentation you'd need is specific to your database software.

OpenStudy (anonymous):

Thanks smith.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!