Wrox Home  
Search P2P Archive for: Go

  Return to Index  

activex_data_objects thread: Re: Query a recordset


Message #1 by "Bambang Lai" <bambanglai@y...> on Sat, 18 Aug 2001 01:36:03
I don't think u could run query with record set object.(but don't take my 

word for it...)

Why don't u use SELECT INTO to store the result to temp table. that way u 

could run the query against that temp table.

Using cursor is another option.



BB.



> Is it possible to run SQL queries against Recordsets? e.g. (SELECT * 

FROM 

> rsObject) 

> In Foxpro I used to run SQL queries and store the results into a cusror. 

> Then I could do anything with this cursor including running an sql query 

  Return to Index