I have an access application connecting to a SQL database, mostly using ODBC connected linked tables.
For performance reasons I also want to use Pass through queries which for complex queries will run much faster.
Trouble is, that I seem to need to modify querydefs in order to provide parameters to the pass through queries.
This does not sit well with me, for multiuser reasons; e.g. several users simultaneously accessing (and changing) the same querydef with different criteria.
The literature all talks about using querydefs and I have no problem with setting these up and using them, but do have concerns re potential multi user issues.
Any comments in relation to this, and better options would be much appreciated. Unfortunately I am stuck with the existing environment, and don't have the option for example of using ADP's.
thanks in advance,
Steve
SimplyData
Steve Lewy
Solutions Developer
SimplyData
simplydata.com.au
(dont cut corners or you'll go round in circles)
For performance reasons I also want to use Pass through queries which for complex queries will run much faster.
Trouble is, that I seem to need to modify querydefs in order to provide parameters to the pass through queries.
This does not sit well with me, for multiuser reasons; e.g. several users simultaneously accessing (and changing) the same querydef with different criteria.
The literature all talks about using querydefs and I have no problem with setting these up and using them, but do have concerns re potential multi user issues.
Any comments in relation to this, and better options would be much appreciated. Unfortunately I am stuck with the existing environment, and don't have the option for example of using ADP's.
thanks in advance,
Steve
SimplyData
Steve Lewy
Solutions Developer
SimplyData
simplydata.com.au
(dont cut corners or you'll go round in circles)