R
rgrantz
I am making an application that thus far:
- Has a backend mdb on a shared drive
- Has a Front End on every user's PC
I will soon be using ODBC to connect to a separate central SCO db. I intend
to:
- Run MakeTable/Append queries to update the tables in the one back end .mdb
(to save server traffic/lag on the relatively sluggish sco server). I am
doing this by linking to the ODBC tables on my test PC, and running my own
Front End's queries, etc. to append to the tables in the Back End .mdb.
My question is:
Do I need the ODBC license and install on every Front End PC, or can I make
buttons/code etc. on the front ends that run the ODBC MakeTable/Append
queries on the BACK end, thus needing only the one license and one install
(on the PC or server w/ the shared drive).
If I CAN do this, can anyone provide me with one example sub procedure that
will run a query on the backend .mdb which updates its tables using links to
the ODBC tables?
By they way, if I link to the ODBC using the backend .mdb, I do NOT see
those linked tables in the FRONT end's Linked Table manager. Some newsgroup
searching I did made it seem as if you cannot use links that are twice
removed (linking to a linked table), but I've also heard the reverse. It
would save a lot of money to only need the ODBC on one shared PC/server,
rather than on every front end, especially since the front ends are for data
entry in the .mdb tables, and the updating using ODBC is primaily for
validation and to avoid duplicate data entry.
Any help or advice on this would be greatly appreciated.
ODBC: Providex 32-bit
Windows Ver: 2000 Pro
Access ver: 2000 Pro
- Has a backend mdb on a shared drive
- Has a Front End on every user's PC
I will soon be using ODBC to connect to a separate central SCO db. I intend
to:
- Run MakeTable/Append queries to update the tables in the one back end .mdb
(to save server traffic/lag on the relatively sluggish sco server). I am
doing this by linking to the ODBC tables on my test PC, and running my own
Front End's queries, etc. to append to the tables in the Back End .mdb.
My question is:
Do I need the ODBC license and install on every Front End PC, or can I make
buttons/code etc. on the front ends that run the ODBC MakeTable/Append
queries on the BACK end, thus needing only the one license and one install
(on the PC or server w/ the shared drive).
If I CAN do this, can anyone provide me with one example sub procedure that
will run a query on the backend .mdb which updates its tables using links to
the ODBC tables?
By they way, if I link to the ODBC using the backend .mdb, I do NOT see
those linked tables in the FRONT end's Linked Table manager. Some newsgroup
searching I did made it seem as if you cannot use links that are twice
removed (linking to a linked table), but I've also heard the reverse. It
would save a lot of money to only need the ODBC on one shared PC/server,
rather than on every front end, especially since the front ends are for data
entry in the .mdb tables, and the updating using ODBC is primaily for
validation and to avoid duplicate data entry.
Any help or advice on this would be greatly appreciated.
ODBC: Providex 32-bit
Windows Ver: 2000 Pro
Access ver: 2000 Pro