SynopsisSet the number of row in the table. Prototype#include "emfdb.h" int dbSetTableNrow(int did, char_t* table, int nNewRows); Parameters
DescriptionThis function is used to grow the size of the table. If the number of rows requested by this function is less than the actual number of rows, the function returns without doing anything. Return ValuedbSetTabelNrow returns 0 if successful, or -1 if an error. Exampleint dbSetTableNrow(int did, char_t* table, int nNewRows); See Also |