Arindam Biswas wrote: > Hi Friends, > > Do anyone of you have any idea regarding the following: > > How we can implement MMDB(main memory database),INDB in C++? > OR in other words > How to store data in Main memory instead of list. > > Thanks. > Arin
MySQL has this ability built into it. http://dev.mysql.com/doc/refman/4.1/en/memory-storage-engine.html Since MySQL is open source, the source code is available. -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
