fbsql_create_clobDescriptionstring fbsql_create_clob ( string clob_data [, resource link_identifier])Returns: A resource handle to the newly created CLOB. fbsql_create_clob() creates a clob from clob_data. The returned resource handle can be used with insert and update commands to store the clob in the database. See also: fbsql_create_blob(), fbsql_read_blob(), fbsql_read_clob(), and fbsql_set_lob_mode(). | ||