Database connection

  • Thread starter Thread starter Ralph
  • Start date Start date
R

Ralph

Is there a way to save a database results region into a
table so I can setup a new database connection and run
queries on the new table?

Thanks for your help

Ralph
 
No. A database results region is simply ASP code that fetches data from a
database and displays it in HTML. It doesn't make a copy of the data or
store it anywhere.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
The more I learn, the less I know.
 
Back
Top