POS Embedded Applications > Cybernet API > Cybernet Mini Database System

Records of the Database

int mfs_Fields (char *fle, char sep);

int mfs_Where (char *fle, int num, char sep);

void mfs_FieldValue (char *fle, int num, char sep, char *str);

void mfs_FieldDefine (char *fle, int num, char sep, char *str);

void mfs_FieldRemove (char *fle, int num, char sep);

void mfs_FieldInsert (char *fle, char sep, char *str);

Fields of the Record

int tdb_Fields (char *str, char sep);

int tdb_Where (char *str, int num, char sep);

void tdb_FieldValue (char *str, int num, char sep, char *fld);

void tdb_FieldDefine (char *str, int num, char sep, char *fld);

void tdb_FieldRemove (char *str, int num, char sep);

void tdb_FieldInsert (char *str, char sep, char *fld);