Database Help auto-update deployed db

DfeqT

New member
Joined
Nov 9, 2006
Messages
3
Programming Experience
1-3
Hey!

Im made myself a little program that i want to send to a few of my friends. but i want to be able to update usernames and passwords at anytime too add people or remove them. I am wondering if i could do this using an SQL database off my website... or would there be another more efective way or database to do this?

thanks
 
provide the database on your webserver. You appear to want centralisation of your data, despite everyone having their own database

We dont do this, we centralise the database

For a simple solution, provide an xml file of a dataset (see dataset methods ReadXML and WriteXML) that you mates can download. It is a very simple matter to ReadXML it into your app and then Update() a database with it
 
Back
Top