What are you going to do with the 'table'? Most things can be done with SQL.
Main Topics
Browse All TopicsHi,
I have a table in the mdb file (Access file) and I need to work with this table a lot.
In oredr to provide better performance the table should be in memory.So iwould like to use STL map.
The table is big.
My question is: what is the best way to put this table into the STL map? What is the best way to update the table from the map to the Access file?
Thanks
Inna
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I think you forgot this question. I will ask Community Support to close it unless you finalize it within 7 days.
Unless there is objection or further activity, I will suggest to accept "tdubroff" comment(s) as an answer.
The link to the Community Support area is: http://www.experts-exchang
Please do not accept this comment as an answer!
======
Werner
Business Accounts
Answer for Membership
by: abancroftPosted on 2001-01-25 at 07:21:02ID: 184256
Why have you chosen std::map?
How are you accessing the data in the DB? (ODBC, DAO etc)