The first thing you need is a client and a server ?
debasisdas
Posting Genius
6,872 posts since Feb 2007
Reputation Points: 666
Solved Threads: 434
For a basic design you need to store the database in the server and the application should be deployed in the client.
debasisdas
Posting Genius
6,872 posts since Feb 2007
Reputation Points: 666
Solved Threads: 434
In simple words all your code for stand-alone application is the same for any kind of client-server application except that for a server end you just need the path to the database in your client code.
what i do is use mysql on server...get my IP address...store it in config table on the server...enable client to access the config table thereby enabling him selection or connection parameters so that everything is hidden from client's view...and voila the client is connected to the primary database.
BE sure to setup a dummy table outside the main database which would store the path ,username,password and whatever u feel like..
dspnhn
Junior Poster in Training
90 posts since May 2008
Reputation Points: 20
Solved Threads: 13