![]() |
BillMax Billing Solutions 877.245.5629 sales@billmax.com |
BillMax_CustomSqlPut — Insert or update a CustomSQL record in the customsql table
#include "billmax.h"
int BillMax_CustomSqlPut( |
customsql, | |
| customsql, | ||
flags); |
|
customsql; |
|
flags; |
If customsql->number is 0, then a new record is inserted into the customsql table. If customsql->number is NOT 0 and there exists a record in the customsql table of which customsql.number is the same value as customsql->number, then the database fields of that record are updated with the values in CUSTOMSQL structure. Otherwise a new record is inserted with the values in CUSTOMSQL structure.
The data for inserting or updating a record in customsql table. See CUSTOMSQL structure.
Placeholder for future use.