User 478d103dc9
19-03-2013 17:58:06
Hi,
Is it possible to
perform a search directly within the database, passing "CC.CCC" value
as a parameter into stored procedure?
Thanks,
User 478d103dc9
19-03-2013 17:58:06
Hi,
Is it possible to
perform a search directly within the database, passing "CC.CCC" value
as a parameter into stored procedure?
Thanks,
ChemAxon bd13b5bd77
19-03-2013 22:52:49
I think yes, if the sproc calls the JChem Cartridge.
Forwarding your question to the JCC team.
User 478d103dc9
20-03-2013 02:41:13
hamoriviktor wrote: |
I think yes, if the sproc calls the JChem Cartridge. Forwarding your question to the JCC team. |
What if its SQL Server?
ChemAxon bd13b5bd77
20-03-2013 07:34:33
We do not have MS SQL Server Cartrdige, we do have Oracle.
ChemAxon 9c0afc9aaf
20-03-2013 12:10:18
Hi,
Is your aim maybe to access our API from a non-Java envoironment or something else ?
Please note that you can also use JChem Base for MS SQL Server via the following non-Java wrappers:
- JChem Web Services (SOAP interface)
- Our .NET API (the full Java API translated with IKVM)
Just FYI.
Best regards,
Szilard
User 478d103dc9
03-04-2013 02:20:03
hamoriviktor wrote: |
We do not have MS SQL Server Cartrdige, we do have Oracle. |
Does that mean it’s impossible to do
it on SQL Server then?
User 478d103dc9
03-04-2013 02:24:51
Szilard wrote: |
Hi, Is your aim maybe to access our API from a non-Java envoironment or something else ? Please note that you can also use JChem Base for MS SQL Server via the following non-Java wrappers: - JChem Web Services (SOAP interface) - Our .NET API (the full Java API translated with IKVM) Just FYI. Best regards, Szilard |
Yes, I know how to doit using .NET API.
I'm basically getting molStr value(CC.CCC) from MarvinScetch and want to pass this value into stored procedure.
Ideally I want to query structure table directly from within stored procedure. Can that be done?
Thanks
ChemAxon abe887c64e
04-04-2013 12:44:47
Hi,
MolSearch - that is available from .NET API as well - can be used for this purpose.
https://www.chemaxon.com/api_land.html#molsearch
Best regards,
Krisztina