SQL-Server Express 2005 is free and its capacity if slightly superior to
Access. By using linked tables and adding the keyword dbSeeChanges here and
there (Access will tell you conveniently where to do it by rising an error
message when it will be missing).
Quite probably, things will go a little slower than with using Access as the
backend but by using Views here and there where you have jointed tables, you
will greatly enhance the speed. See
http://support.microsoft.com/kb/q209123/ for having updatable views.
For MySQL, I don't know but you shouldn't see any big difference between
SQL-Server and MySQL because you will use linked tables. For about Views, I
don't know.

Signature
Sylvain Lafontaine, ing.
MVP - Technologies Virtual-PC
E-mail: http://cerbermail.com/?QugbLEWINF
> We have developed an Access/Jet database (2000, XP & 2003 versions) that
> has been used by clients all around the world for several years and is
[quoted text clipped - 28 lines]
> Thankyou for your thoughts
> Ian
Sylvain Lafontaine - 16 Nov 2005 04:16 GMT
Sorry, a sentence was missing in my previous post:
SQL-Server Express 2005 is free and its capacity if slightly superior to
Access. By using linked tables and adding the keyword dbSeeChanges here and
there (Access will tell you conveniently where to do it by rising an error
message when it will be missing), you can do the job in a few hours with a
near zero learning curve.
Quite probably, things will go a little slower than with using Access as the
backend but by using Views here and there where you have jointed tables, you
will greatly enhance the speed. See
http://support.microsoft.com/kb/q209123/ for having updatable views.
For MySQL, I don't know but you shouldn't see any big difference between
SQL-Server and MySQL because you will use linked tables. For about Views, I
don't know if there will be a difference between these two when using Access
as the FE.

Signature
Sylvain Lafontaine, ing.
MVP - Technologies Virtual-PC
E-mail: http://cerbermail.com/?QugbLEWINF
> SQL-Server Express 2005 is free and its capacity if slightly superior to
> Access. By using linked tables and adding the keyword dbSeeChanges here
[quoted text clipped - 42 lines]
>> Thankyou for your thoughts
>> Ian
aaron.kempf@gmail.com - 16 Nov 2005 23:14 GMT
you know; you could use an Access Data Project against MSDE or SQL
express also.
i mean-- that's the newsgroup you're in.
And these MDB sissies just walk all over mdb-folk
Access Data Projects. It is an awesome way to make Access scale and
it's a lot easier to deal with LONGTERM than mdb hell