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


DESCRIPTION:
Write a subrecord into a base record in remote database.

ClassCLASS: CFBSocket

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


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


RETURN VALUE:


EXAMPLE:




COMMENT:
This function will replace the identical subrecord. If no identical subrecord currently existed, the given record will be added to the base.
Untitled Document
SearchSearch: