Queste sono le differenze tra la revisione selezionata e la versione corrente della pagina.
|
documentation [2008/08/22 23:31] gchiesa Links to mfcdb_delete changed to documentation:mfcdb_delete |
documentation [2009/07/29 10:13] (versione corrente) gchiesa inserite nuove funzioni implementate |
||
|---|---|---|---|
| Linea 21: | Linea 21: | ||
| | [[documentation:mfcdb_fetch]] | Get the record pointed by key | {{simbol_ok.png|OK}} | | | [[documentation:mfcdb_fetch]] | Get the record pointed by key | {{simbol_ok.png|OK}} | | ||
| | [[documentation:mfcdb_exists]] | Verify if a record exists in table | {{simbol_ok.png|OK}} | | | [[documentation:mfcdb_exists]] | Verify if a record exists in table | {{simbol_ok.png|OK}} | | ||
| + | | [[documentation:mfcdb_start]] | Select a index and a starting point to reading | {{simbol_ok.png|OK}} | | ||
| + | | [[documentation:mfcdb_curr]] | Read current record after a mfcdb_start | {{simbol_ok.png|OK}} | | ||
| + | | [[documentation:mfcdb_next]] | Read next record after a mfcdb_start | {{simbol_ok.png|OK}} | | ||
| + | | [[documentation:mfcdb_prev]] | Read previous record after a mfcdb_start | {{simbol_ok.png|OK}} | | ||
| | [[documentation:mfcdb_get_info]] | Get information about table struct and keys declared | {{simbol_ok.png|OK}} | | | [[documentation:mfcdb_get_info]] | Get information about table struct and keys declared | {{simbol_ok.png|OK}} | | ||
| + | | [[documentation:mfcdb_error]] | Get last error | {{simbol_ok.png|OK}} | | ||
| | [[documentation:mfcdb_comp3encode]] | Encode a string in COMP-3 format | {{simbol_ok.png|OK}} | | | [[documentation:mfcdb_comp3encode]] | Encode a string in COMP-3 format | {{simbol_ok.png|OK}} | | ||
| | [[documentation:mfcdb_comp3decode]] | Decode data from COMP-3 format | {{simbol_ok.png|OK}} | | | [[documentation:mfcdb_comp3decode]] | Decode data from COMP-3 format | {{simbol_ok.png|OK}} | | ||