SynopsisRetrieves string values from the databases. Prototype#include "emfdb.h" int dbReadStr(ind did, char_t* table, char_t* column, int row, char_t **returnValue); Parameters
DescriptionRead a string from the database. Return ValuedbReadStr returns 0 if success, or -1 if an error occurred. Examplechar_t* fsname; dbReadStr(smd, "base_fs_static", "name", row, &fsname); See Also |