I am pretty new to SQL. Ive been writing a program that accesses a MySQL database on a server computer from another computer here to do all of its work (stores and retrieves everything on/from the remote database), just to learn how to get it all to work.
Now that I have that learning part done, I need to change the program to have it connect to the remote computer only to get one database update (for selectable items), but keep everything else (names, phone numbers, selected items, etc.) on a private database stored on the users computer that never has anything to do with the internet. I have no idea what the correct term for this kind of private database is, how it works or if that aspect of it is even possible using MySQL. Teamspeak, as I understand, uses a type of SQL service (sqlite I believe, though I saw on their boards someone got it to work with MySQL) where it stores names that have logged in on a local database.
Does anyone have any info or a link to a guide on how I would go about setting up such a database? Or even the name of this kind of database would help immensely. Thanks!
Now that I have that learning part done, I need to change the program to have it connect to the remote computer only to get one database update (for selectable items), but keep everything else (names, phone numbers, selected items, etc.) on a private database stored on the users computer that never has anything to do with the internet. I have no idea what the correct term for this kind of private database is, how it works or if that aspect of it is even possible using MySQL. Teamspeak, as I understand, uses a type of SQL service (sqlite I believe, though I saw on their boards someone got it to work with MySQL) where it stores names that have logged in on a local database.
Does anyone have any info or a link to a guide on how I would go about setting up such a database? Or even the name of this kind of database would help immensely. Thanks!
Last edited by a moderator: