Hi all, I am currently on a research project about SQLite btree data structure and I have a simple question here.
I need to retrieve in which offset SQLite keeps my record, for example : lets say I have 100 records kept in a table named "customer", with three fields, namely "id", "name" and "address" I need to know in which offset SQLite keeps all my records I've been trying to traverse the SQLite source code, but to no avail.. Can someone direct me to a clue? Any help/comment is appreciated and anticipated, Cheers -- Deddy Wahyudi Database Laboratory School Of Informatics and Electrical Engineering Bandung Institute Of Technology _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users