Siliconetics Developer Center 
(609) 7607027
admin@srcsb.com
Untitled Document
SearchSearch:
ClassMethodAddNewRecord


DESCRIPTION:
Add a new record into remote database.

ClassCLASS: CFBSocket

PROTOTYPE(S):
int AddNewRecord(CRecord* pRec, int Flag = 0, int StartID = 1);


ARGUMENT(S):
CRecord* pRecA pointer to the record to be added.
int FlagCurrently unused.
int StartIDStart id to be used to generate record new id.


RETURN VALUE:
This function returns the new records id.

EXAMPLE:




COMMENT:
Please note that the original record id will be changed to the new id.
Untitled Document
SearchSearch: