S
Savvoulidis Iordanis
I currently use a MDE + MDB access 2000 application (which uses the DAO
library only), through Internet VPN (1Mbit Download, 256 Upload). The
limitation is that all data/indexes must travel through the wire (access MDB
is file based) and be filtered on the client. 1 MBit is still slow for
Internet VPN.
1) Of course the performance sucks, so I decided to make a quick shift to an
ODBC connection to SQL Server for the data, but still use the MDE
application with no changes (or only a few). So now the tables are linked to
SQL Server database.
This way, do I avoid the transfer of all the table data/indexes, each time I
open a form, or not?
Also I use User Security Accounts for the MDE. How can I make use of SQL
Server logins when the MDE starts? Should I stop using User Security
Accounts?
2) Another idea that came on my mind is to use Windows Terminal Services, so
I keep the first MDE/MDB scenario.
Can Windows Terminal Services let users open multiple (but private for each
user) desktop sessions on the server, to run the MDE? Is it a safe option
for gaining speed ?
=================================
TIA and I'm looking forward to any replies
Savvoulidis Iordanis
Greece
library only), through Internet VPN (1Mbit Download, 256 Upload). The
limitation is that all data/indexes must travel through the wire (access MDB
is file based) and be filtered on the client. 1 MBit is still slow for
Internet VPN.
1) Of course the performance sucks, so I decided to make a quick shift to an
ODBC connection to SQL Server for the data, but still use the MDE
application with no changes (or only a few). So now the tables are linked to
SQL Server database.
This way, do I avoid the transfer of all the table data/indexes, each time I
open a form, or not?
Also I use User Security Accounts for the MDE. How can I make use of SQL
Server logins when the MDE starts? Should I stop using User Security
Accounts?
2) Another idea that came on my mind is to use Windows Terminal Services, so
I keep the first MDE/MDB scenario.
Can Windows Terminal Services let users open multiple (but private for each
user) desktop sessions on the server, to run the MDE? Is it a safe option
for gaining speed ?
=================================
TIA and I'm looking forward to any replies
Savvoulidis Iordanis
Greece