J
John Dann
Trying to teach myself some database programming under VB.Net so
apologies if this is something of a newbie question:
Having succeeded in getting some local database programs working OK
I'm now interested in a slightly more ambitious project to maintain a
remote database on a web server. But looking around, the most
inexpensive option for an amateur web database seems typically to be
to use MySQL, which raises two questions:
1. I want to be able to update the remote database automatically and
at frequent intervals from my own local program. I can think of two
ways of doing this: (i) To update the remote database directly eg with
a locally generated update dataset; (ii) To maintain a local database
(Access might be the easiest option) and find a mechanism to
synchronise the remote database with the local one. Anyone have any
comments on the pros/cons of these two approaches?
2. How much of a problem would I be setting myself by opting to use
MySQL as the remote database rather than eg Access or SQL Server? Are
there any ado.net interfaces to MySQL databases for example?
Any comments or links to webpages dealing with these issues would be
much appreciated.
JGD
apologies if this is something of a newbie question:
Having succeeded in getting some local database programs working OK
I'm now interested in a slightly more ambitious project to maintain a
remote database on a web server. But looking around, the most
inexpensive option for an amateur web database seems typically to be
to use MySQL, which raises two questions:
1. I want to be able to update the remote database automatically and
at frequent intervals from my own local program. I can think of two
ways of doing this: (i) To update the remote database directly eg with
a locally generated update dataset; (ii) To maintain a local database
(Access might be the easiest option) and find a mechanism to
synchronise the remote database with the local one. Anyone have any
comments on the pros/cons of these two approaches?
2. How much of a problem would I be setting myself by opting to use
MySQL as the remote database rather than eg Access or SQL Server? Are
there any ado.net interfaces to MySQL databases for example?
Any comments or links to webpages dealing with these issues would be
much appreciated.
JGD