P
Paul
I am thinking of moving my mdb to an adp, primarily to
take advantage of SQLs ability to send only the requested
records.
ie I will use stored procedures to pass across records
for today, this week, this year etc - I am assuming this
is quicker than using a criteria driven query to an
access database.
(my table has 4000 records, today might only be 5 records)
Firstly - do I understand correctly the benefit of moving
to adp?
Second if the above is an advantage to me, does anyone
have a sample of a good way of recreating an access logon
for an adp, the first thing my mdb does if recognise who
the current user is and assign the appropriate global
variables and permissions.
I would need to do something similar for the adp (
including a logon password)
Also what happens to the permissions held on the access
workgroup file??
Thanks in advance Paul
take advantage of SQLs ability to send only the requested
records.
ie I will use stored procedures to pass across records
for today, this week, this year etc - I am assuming this
is quicker than using a criteria driven query to an
access database.
(my table has 4000 records, today might only be 5 records)
Firstly - do I understand correctly the benefit of moving
to adp?
Second if the above is an advantage to me, does anyone
have a sample of a good way of recreating an access logon
for an adp, the first thing my mdb does if recognise who
the current user is and assign the appropriate global
variables and permissions.
I would need to do something similar for the adp (
including a logon password)
Also what happens to the permissions held on the access
workgroup file??
Thanks in advance Paul