olehs / arduino-edb

Automatically exported from code.google.com/p/arduino-edb
0 stars 0 forks source link

EDB open function - needs code for checking if open was OK? #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I am looking in the edb lib... very interesting...!

With edb we can open a edb table from the EEPROM... How can we make sure that 
the opened edb object holds the correct data (for the corresponding record 
structure)?

I mean how can I confirm that the already opened data structure (EEPROM) and 
the EDB object (opened) use the absolute same record structure?

I even try to open a structure that was not existed (in EEPROM) and the 
function returned "EDB_OK"

I think that something is missing here...

Original issue reported on code.google.com by ago...@gmail.com on 26 Feb 2011 at 5:43