Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Query a Saved Recordset

Status
Not open for further replies.

RichardF

Programmer
Oct 9, 2000
239
GB
Hi,

Is there a way to query data from a saved recordset ?

ie.

~ in the office ~

rspeople.open "select id, name, age from people"
rspeople.save cfile, adPersistADTG

~ later ~ on a remote machine ~

rspeople.open cfile
rsnew.open "select id from rspeople where name = 'Richard'"
^^^^^^^^ ???
 


Don't think you can query a recordset, persisted or otherwise.

Might be best to write the file out in a format that you can query (temp table or something).


Stew

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top