Results 1 to 3 of 3

Thread: Add to recordset??

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 1999
    Location
    Reynosa, Mexico
    Posts
    274

    Post

    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!

  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Post

    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!

  3. #3
    Hyperactive Member Jupiter-SL9's Avatar
    Join Date
    Apr 2001
    Location
    Porto Alegre
    Posts
    289

    Re: Add to recordset??

    Hi
    I know, this post is old, but i need exactly this feature. How can i do it?
    thanks
    If you want to be loved, first love who God gave to you.

    "Se você quer ser amado, primeiro ame quem Deus te deu"

    (Acts 20:35)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width