// JP opened flex table

Click to See Complete Forum and Search --> : [RESOLVED] Key-generating


DarkCount
March 24th, 2007, 12:20 PM
Hi all!
I have a very great problem... :( The matter-of-course I need to generate key-value for low-level database. It consist of three parts, file header, index region, data region. Keys are contained in the index region. In the data region some record (fields have types: int, double, String, String)... How can I generate keys with data-fields values for comfortable searching, adding and deleting records?

//JP added flex table