Click here to Skip to main content
15,880,891 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I want work with indexed binary file.
I want to create a portable dictionary and its database is very big.

I know ordinary commands that we can work with file but I want to create an indexed file so that we can find information in binary file very quickly.(like db.dat db.idx).

Thanks
Posted
Updated 28-Oct-10 5:51am
v2
Comments
Dalek Dave 28-Oct-10 11:51am    
Edited for Grammar, Spelling and Syntax.

1 solution

If you want that level of indexing and direct access functionality, why don't you just access and use a real database, like SQL Server (they have free editions)? Otherwise you'd be basically reinventing the wheel.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900