hw_InsDoc

hw_InsDoc -- Insère un document.

Description

int hw_insdoc ( resource connection, int parentID, string object_record, string text)

hw_insdoc( ) insère un nouveau document avec les attributs object_record , dans le groupe parentID . Cette fonction insère soit un objet avec ses seuls attributs , soit pur objet ascii , avec text s ' il est fourni . Si vous voulez insérer un document de type général , utilisez plutôt hw_insertdocument( ) .

Voir aussi hw_insertdocument( ) et hw_inscoll( ) .