can't set options in jc_compare_vb()?

User f09ff22166

14-02-2009 01:30:00

Looks like we can not set query options in jc_compare_vb, while in jc_compare we can. Can we make it the same as jc_compare?





jc_compare_vb (target_structure IN VARCHAR2, query_structure IN BLOB) = 1/0;





jc_compare (target_structure IN VARCHAR2, query_structure IN VARCHAR2, options IN VARCHAR2) = 1/0;

ChemAxon aa7c50abf8

14-02-2009 08:10:55

This is a documentation bug. jc_compare_vb accepts a third parameter of type VARCHAR2 for search options.