C
canigou9 (remove your socks to reply)
(cross posted - comp.databases.ms-access, microsoft.public.access)
Hello folks - this is my first post here, after a short lurk.
I have written an application in Access2002 for a friend's business
which allows him to take orders, arrange deliveries and trace
deliveries back in the event of subsequent complaints.
It uses a handful of tables in a relational schema, with a few
ancillary lookup tables, some forms, reports and VBA modules.
Currently the whole thing runs on a standalone PC.
Now he wants to run a copy in the warehouse which packs and ships the
orders, in a location miles from anywhere and across the country from
the order-taking and customer service office. OK, fine...
I'm thinking that there are two options here:
1) is run a dedicated server in one location or the other, with the
mdb on it, and make the remote warehouse access it remotely... er...
somehow.
Or 2) (more likely), migrate the main tables to an SQL or MySQL server
on the net somewhere, and edit the application such that it accesses
the server in a client/server kinda way. This makes more sense to me
in that he's talking about creating a website further down the line,
allowing customers to order online.
My question is, how easy is it to migrate a relational database app
like this to client/server whilst retaining reasonable performance and
integrity?
Both sites have windowsXP or 2000, Access 2002 and I'm guessing he can
afford to run ADSL at both sites, but any kind of serious expenditure
is out of the question - especially as I'm hoping he might pay me a
little!
Thanks in advance for any advice/pointers.
Charlie
Hello folks - this is my first post here, after a short lurk.
I have written an application in Access2002 for a friend's business
which allows him to take orders, arrange deliveries and trace
deliveries back in the event of subsequent complaints.
It uses a handful of tables in a relational schema, with a few
ancillary lookup tables, some forms, reports and VBA modules.
Currently the whole thing runs on a standalone PC.
Now he wants to run a copy in the warehouse which packs and ships the
orders, in a location miles from anywhere and across the country from
the order-taking and customer service office. OK, fine...
I'm thinking that there are two options here:
1) is run a dedicated server in one location or the other, with the
mdb on it, and make the remote warehouse access it remotely... er...
somehow.
Or 2) (more likely), migrate the main tables to an SQL or MySQL server
on the net somewhere, and edit the application such that it accesses
the server in a client/server kinda way. This makes more sense to me
in that he's talking about creating a website further down the line,
allowing customers to order online.
My question is, how easy is it to migrate a relational database app
like this to client/server whilst retaining reasonable performance and
integrity?
Both sites have windowsXP or 2000, Access 2002 and I'm guessing he can
afford to run ADSL at both sites, but any kind of serious expenditure
is out of the question - especially as I'm hoping he might pay me a
little!
Thanks in advance for any advice/pointers.
Charlie