User 9912280a1f
23-06-2006 13:52:58
Hi again,
Trying to get the insert working using jc_insert. My SQL statement is of the format
"SELECT jc_insert('<structure>', 'JChemTest', null, 'true', 'false', null) FROM DUAL"
(I removed the structure and replaced with <structure> to improve readability).
I get the error - 'unsupported column datatype' which is coming from the Oracle .NET data provider. I assume this is because it doesn't like the type of the return value. How can I call this function using SQL?
Cheers
Paul
Trying to get the insert working using jc_insert. My SQL statement is of the format
"SELECT jc_insert('<structure>', 'JChemTest', null, 'true', 'false', null) FROM DUAL"
(I removed the structure and replaced with <structure> to improve readability).
I get the error - 'unsupported column datatype' which is coming from the Oracle .NET data provider. I assume this is because it doesn't like the type of the return value. How can I call this function using SQL?
Cheers
Paul