Newbie question MySQL client app
Posted: Sat 10 Feb 2007 14:42
Hello all,
I'm new to MySQL and have a couple quick questions....
1. In my client app (Delphi 2006), what do I need to have to make a MySQL db using your components? Is there some type of MySQL library that needs to be distributed with my app?
2. I've read that your components can directly connect to a MySQL db over the net. Is there a quick an easy method to make sure that the DB on the client side is in sync with the db on the server?
3. If I create a user on my server to have access to the MySQL db, is it ok to give all client users the same username and password so I don't have to manage numerous accounts? If so, can multiple clients connect at the same time with the same username and password?
Thanks again for any help or advise you can provide. I think these components are what I've been looking for a along, but since I'm new to MySQL I'm not sure. I'm used to working with DBISAM on the client side.
Cheers,
Bryan
I'm new to MySQL and have a couple quick questions....
1. In my client app (Delphi 2006), what do I need to have to make a MySQL db using your components? Is there some type of MySQL library that needs to be distributed with my app?
2. I've read that your components can directly connect to a MySQL db over the net. Is there a quick an easy method to make sure that the DB on the client side is in sync with the db on the server?
3. If I create a user on my server to have access to the MySQL db, is it ok to give all client users the same username and password so I don't have to manage numerous accounts? If so, can multiple clients connect at the same time with the same username and password?
Thanks again for any help or advise you can provide. I think these components are what I've been looking for a along, but since I'm new to MySQL I'm not sure. I'm used to working with DBISAM on the client side.
Cheers,
Bryan