Help with text files

uibai

New Member
I need to jump a line in text file, how I do this?
Example: I need to jump to line 10, and take the description of the item

Thanks
 

uibai

New Member
hello

I use a txt file as database and I need to expedite the search procedure, since it is sequential. I wanted to use a binary search for it, but do not know how. Can anyone tell me where I find the algorithm to do this or else how do I move the cursor to a specific line in the file?
 

uibai

New Member
I'm trying to use SQLite, but I need to load the database of the PocketPC with the data from another database. When I try to import the data, SQLite takes too long or stops working, making it impractical to use it.
Any other idea or another database can be used?
 
Top