Execute queries in back-end database via ADO !?!
From: David (eliasmerkin_at_tittersnatch.com)
Date: 04/30/04
- Next message: Duane Hookom: "Re: Syntax to Average a time duration (hh:mm:ss)."
- Previous message: Allen Browne: "Re: Highest value from three fields"
- Next in thread: Rick Brandt: "Re: Execute queries in back-end database via ADO !?!"
- Reply: Rick Brandt: "Re: Execute queries in back-end database via ADO !?!"
- Reply: Albert D. Kallal: "Re: Execute queries in back-end database via ADO !?!"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 30 Apr 2004 09:06:02 -0700
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.
- Next message: Duane Hookom: "Re: Syntax to Average a time duration (hh:mm:ss)."
- Previous message: Allen Browne: "Re: Highest value from three fields"
- Next in thread: Rick Brandt: "Re: Execute queries in back-end database via ADO !?!"
- Reply: Rick Brandt: "Re: Execute queries in back-end database via ADO !?!"
- Reply: Albert D. Kallal: "Re: Execute queries in back-end database via ADO !?!"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|