User 9912280a1f
23-06-2006 07:55:49
I am unsure which of the SQL operators to use in querying. Should I use jc_compare exclusively,
or is there any advantage to using jc_contains, jc_equals, jc_tanimoto?
The main difference I think is that jc_compare allows a lot more customization of the query. Is that correct?
I am also not 100% clear on what column to specify when using a column to specifiy the target structure.
I am currently using
jc_contains(cd_smiles, '" & vchQuery.Value & "') = 1
for a substructure search.
Which column is it best to specify? Is a particular column more efficient than another?
Cheers
Paul
or is there any advantage to using jc_contains, jc_equals, jc_tanimoto?
The main difference I think is that jc_compare allows a lot more customization of the query. Is that correct?
I am also not 100% clear on what column to specify when using a column to specifiy the target structure.
I am currently using
jc_contains(cd_smiles, '" & vchQuery.Value & "') = 1
for a substructure search.
Which column is it best to specify? Is a particular column more efficient than another?
Cheers
Paul