hw_InsDoc

hw_InsDoc -- insert document

Description

int hw_insdoc(int connection, array object_array);

Inserts a new document with attributes as in object_array into collection with object ID objectID. This function inserts only the object record but not the document data. If you want to insert the document data as well use hw_insertdocument() instead.

See also hw_InsertDocument(), hw_InsColl().