SynopsisUpdates integer values to the designated cell. Prototype#include "emfdb.h" int dbWriteInt(int did, char_t* table, char_t* column, int row, int i); Parameters
DescriptionWrite an integer to the database. Return ValuedbWriteInt returns 0 on success, or a -1 if a failure. ExampledbWriteInt(smd, "base_os", "swap_free", 0, value_integer(1000)); See Also |