PDA

Click to See Complete Forum and Search --> : Add to recordset??


Tonatiuh
Feb 17th, 2000, 11:41 AM
I have a recordset from some table. For example:

SELECT * FROM table WHERE field='x'

But, later I want to add another certain record of the same table to the recordset opened.

This is: If the original recordset has 10 records I want to add another 11 record.

Is this possible?

Thanks!

Clunietp
Feb 17th, 2000, 11:44 AM
You could probably do it using a client batch cursor, and then never updating the DB if you don't want that 11th record inserted into the database......but you won't be able to save your changes later....unless you delete the 11th record before an update.....so i guess you can do it!

Jupiter-SL9
Jun 15th, 2005, 03:06 PM
Hi
I know, this post is old, but i need exactly this feature. How can i do it?
thanks