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


DESCRIPTION:
Write a record into remote database.

ClassCLASS: CFBSocket

PROTOTYPE(S):
void WriteRecord(CRecord* pRecord, int Flag=0);


ARGUMENT(S):
CRecord* pRecordA pointer to the record to be written.
int FlagThe write flag. This flag currently unused.


RETURN VALUE:


EXAMPLE:




COMMENT:
WriteRecord will search and replace the identical record if found. Otherwise, the given record wil be added into database as a new record without changing the defined id.
Untitled Document
SearchSearch: