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'"
^^^^^^^^ ???
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'"
^^^^^^^^ ???