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


DESCRIPTION:
Add a new subrecord into a base record in remote database.

ClassCLASS: CFBSocket

PROTOTYPE(S):
int AddNewSubRecord(int RootType, int RootID, CRecord *pRecord, int Flag = 0);


ARGUMENT(S):
int RootTypeThe base record type.
int RootIDThe base record id.
CRecord* pRecordThe subrecord to be added into the defined base record.
int FlagCurrently unused.


RETURN VALUE:
This function returns the new subrecord ids. In case of error, it returns 0.

EXAMPLE:




COMMENT:
Untitled Document
SearchSearch: