Re: Execute queries in back-end database via ADO !?!
From: Rick Brandt (rickbrandt2_at_hotmail.com)
Date: 04/30/04
- Next message: RobFMS: "Re: Separate Text"
- Previous message: JoeCL: "Table Exists Condition"
- In reply to: David: "Execute queries in back-end database via ADO !?!"
- Next in thread: Albert D. Kallal: "Re: Execute queries in back-end database via ADO !?!"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 30 Apr 2004 13:47:40 -0500
"David" <eliasmerkin@tittersnatch.com> wrote in message
news:CFFD8E19-E122-4B74-8714-FD881D59A940@microsoft.com...
> I found that by defining an ADO connection to my back end database, I can
execute a SQL query stored in my back end database. Has anyone used this
technique and is it any more or less efficient than storing the queries in
the local database?
>
> I figured If i put all my tables and queries in the back end, I can do
away with my table links and use the ADO connection to connect and
disconnect thus not maintaining any connection to my back end except when I
need it.
As long as your data is stored in an MDB file all query processing is
local. What program would you expect to execute the query on the back end?
In a remote back end scenario the remote computer is simply acting as a
remote hard drive. It does NONE of the processing.
Your solution is actually less efficient because now the query definition
has to be pulled over the wire as well as the data to execute it.
-- I don't check the Email account attached to this message. Send instead to... RBrandt at Hunter dot com
- Next message: RobFMS: "Re: Separate Text"
- Previous message: JoeCL: "Table Exists Condition"
- In reply to: David: "Execute queries in back-end database via ADO !?!"
- Next in thread: Albert D. Kallal: "Re: Execute queries in back-end database via ADO !?!"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|