Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Indexed files in Visual C++

Status
Not open for further replies.

Jim808

Programmer
Jan 20, 2004
2
GB
Does anyone know if there is functionality available to create indexed files in Visual C++.Net ?
 
I believe you should use databases.

Ion Filipski
1c.bmp
 
There are (free and commercial) C++ libraries with indexed files functionality (upto near full RDBMS/ODBMS features)...
 
there are freeware databases, so I don't see real reasons to use something else.

Ion Filipski
1c.bmp
 
Sometimes using a database is over-kill for a simple program.

An indexed file is much smaller and suitable for the tasks I need.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top