Jan 20, 2004 #1 Jim808 Programmer Joined Jan 20, 2004 Messages 2 Location GB Does anyone know if there is functionality available to create indexed files in Visual C++.Net ?
Jan 20, 2004 #2 Cagliostro Programmer Joined Sep 13, 2000 Messages 4,226 Location GB I believe you should use databases. Ion Filipski Upvote 0 Downvote
Jan 20, 2004 #3 ArkM IS-IT--Management Joined Oct 21, 2002 Messages 1,819 Location RU There are (free and commercial) C++ libraries with indexed files functionality (upto near full RDBMS/ODBMS features)... Upvote 0 Downvote
There are (free and commercial) C++ libraries with indexed files functionality (upto near full RDBMS/ODBMS features)...
Jan 20, 2004 #4 Cagliostro Programmer Joined Sep 13, 2000 Messages 4,226 Location GB there are freeware databases, so I don't see real reasons to use something else. Ion Filipski Upvote 0 Downvote
Jan 21, 2004 Thread starter #5 Jim808 Programmer Joined Jan 20, 2004 Messages 2 Location GB Sometimes using a database is over-kill for a simple program. An indexed file is much smaller and suitable for the tasks I need. Upvote 0 Downvote
Sometimes using a database is over-kill for a simple program. An indexed file is much smaller and suitable for the tasks I need.