Assets system using c++ so i created a sql db hosted locally, how can i do so that it create database on run on other machine? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Assets system using c++ so i created a sql db hosted locally, how can i do so that it create database on run on other machine?

Assets system using c++ so i created a sql db hosted locally, how can i do so that it create database on run on other machines when i run it

17th May 2018, 2:48 AM
francis mokoena
francis mokoena - avatar
1 Answer
+ 4
you need to connect the two units(sockets possibly). Then modify both dbs with commands and queries.
26th May 2018, 3:51 AM
Manual
Manual - avatar