I have written several app's.
Front-End is always Access, Back-End SQL-server (2000 or 2005).
So, I make use of linked-tables to the sql-db.
Each time my application starts, I relink the tables.
code looks like:
For each tbl in Currentdb.Tabledefs
tbl.refreshlink
Next tbl
After re-linking; my access-application grows extreme!!
For example:
Without relinking (and fully repaired) my application.mdb is 27Mb.
After relinking it grows to over the 140Mb.
Any suggestion is welcome !!
Front-End is always Access, Back-End SQL-server (2000 or 2005).
So, I make use of linked-tables to the sql-db.
Each time my application starts, I relink the tables.
code looks like:
For each tbl in Currentdb.Tabledefs
tbl.refreshlink
Next tbl
After re-linking; my access-application grows extreme!!
For example:
Without relinking (and fully repaired) my application.mdb is 27Mb.
After relinking it grows to over the 140Mb.
Any suggestion is welcome !!