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
1 Réponse
+ 4
you need to connect the two units(sockets possibly). Then modify both dbs with commands and queries.