Re: Recommended? Access + DAO + SQLServer 2000 + ODBC
- From: <david@epsomdotcomdotau>
- Date: Thu, 26 Jan 2006 18:49:15 +1100
If you have a well designed application, you do not transfer
table data/indexes.
If you have poorly designed application you do.
Most people prefer Windows Integrated Security
rather than SQL Server Accounts.
If you remove the SQL Server permission's from the
integrated logins, you will get a login screen when you
connect, which will enable you to use SQL Server logins.
Terminal Server works well.
(david)
"Savvoulidis Iordanis" <iordanis_sav@xxxxxxxxxxx> wrote in message
news:ObogX0gIGHA.1312@xxxxxxxxxxxxxxxxxxxxxxx
> 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
>
>
>
>
>
.
- Follow-Ups:
- Re: Recommended? Access + DAO + SQLServer 2000 + ODBC
- From: Savvoulidis Iordanis
- Re: Recommended? Access + DAO + SQLServer 2000 + ODBC
- References:
- Recommended? Access + DAO + SQLServer 2000 + ODBC
- From: Savvoulidis Iordanis
- Recommended? Access + DAO + SQLServer 2000 + ODBC
- Prev by Date: Re: Reports
- Next by Date: empty form to add table records problem
- Previous by thread: Re: Recommended? Access + DAO + SQLServer 2000 + ODBC
- Next by thread: Re: Recommended? Access + DAO + SQLServer 2000 + ODBC
- Index(es):
Relevant Pages
|