G
Guest
I have a database that has been split. The front end will remain on the
users desktop while the backend will reside on the file server. I have been
informed that less bandwidth will used if I use code such as ado to connect
to the tables as oppose to creating the link within the database where you
see them in the MS access table object window.
The logic is that if the tables are linked within access without using code,
then the connection to the tables are always open until the database is
closed. With code, you can link to the table, get the records, then close
the connection without closing the database. I have not been able to find
any information on-line to help me with this debate.
My concern is time to build the database versus bandwidth issue. If someone
could point me to literature or provide advise, I would appreciate it.
CY
users desktop while the backend will reside on the file server. I have been
informed that less bandwidth will used if I use code such as ado to connect
to the tables as oppose to creating the link within the database where you
see them in the MS access table object window.
The logic is that if the tables are linked within access without using code,
then the connection to the tables are always open until the database is
closed. With code, you can link to the table, get the records, then close
the connection without closing the database. I have not been able to find
any information on-line to help me with this debate.
My concern is time to build the database versus bandwidth issue. If someone
could point me to literature or provide advise, I would appreciate it.
CY