Results 1 to 2 of 2

Thread: SQL, Database in MEMORY!!!! Urgent - Please!

  1. #1

    Thread Starter
    Fanatic Member clarkgriswald's Avatar
    Join Date
    Feb 2000
    Location
    USA
    Posts
    799

    Post

    Is it possible for me to create a recordset in memory and perform SQL on it. I need to generate a master recordset and then execute an sql statement and return the new recordset. Is this possible without having to create an actual database file? Thanks

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

    Post

    IMDB (in-memory database) was supposed to debut in Windows 2000, but it was removed after RC2 because it didn't support SQL or stored procedures -- I saw a MS powerpoint presentation on that and it looked very cool, but we will see the next version soon.

    Anyways, you can create an ADO recordset at runtime, and that recordset will remain in memory. You can also save it to a file and open it later if you'd like....but no SQL statements can be run on it, unless you want to use the Filter and Sort properties, that might help

    Edited by Clunietp on 02-24-2000 at 01:57 AM

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