Interesting question. I've dug around in the code for something similar but haven't found anything that seems to do what you are looking for. For persistent stores, you can inquire about the size of the file pretty easily, but not the actual number of bytes used.
I know that JCW has a tool that can be used to discover the number of used bytes in a db, but he hasn't yet released that as part of the API. Presumably that approach would also work for an in-memory db. -- jeff On 8/19/04 8:23 AM, "Ulrik Einarson" <[EMAIL PROTECTED]> wrote: > > Hi Everyone > > I am a new user to metakit, but I have done some programming with it and > understand the general concepts. > > I am working on an embedded c++ platform. > > I have several database files stored in flash, and one table that I only > want to store in memory. I wonder if it is possible to find out how much > space the table I only have in memory takes. (I am collecting data into > it, and want to stop collecting when I reach about 2 megabytes) > > Is it possible to get to know the size of an in memory database? > > Thanks for taking the time to read this! > > Hope to hear from you soon! > > Take care > > Ulrik Einarson > _____________________________________________ > Metakit mailing list - [EMAIL PROTECTED] > http://www.equi4.com/mailman/listinfo/metakit > jeffrey kay -- shinkuro <jeff!shinkuro.com> -- aim <jkayk2> -- weblog <k2.com> -- pgp <www.k2.com/keys.htm> securely share files and collaborate using shinkuro -- <www.shinkuro.com> "first get your facts, then you can distort them at your leisure" -- mark twain "if the person in the next lane at the stoplight rolls up the window and locks the door, support their view of life by snarling at them" -- a biker's guide to life "if A equals success, then the formula is A equals X plus Y plus Z. X is work. Y is play. Z is keep your mouth shut." -- albert einstein _____________________________________________ Metakit mailing list - [EMAIL PROTECTED] http://www.equi4.com/mailman/listinfo/metakit
