G
Guest
I am setting the command object text of an OracleCommand to "Select
FNGETDBVER() FROM DUAL;"
I am attempting to retrieve the result of this function. However, when I
call ExecuteScalar on this I get an invalid character error: "ORA-00911:
invalid character".
Any ideas? I can execute this sql fine from any oracle client tool.
Thanks
FNGETDBVER() FROM DUAL;"
I am attempting to retrieve the result of this function. However, when I
call ExecuteScalar on this I get an invalid character error: "ORA-00911:
invalid character".
Any ideas? I can execute this sql fine from any oracle client tool.
Thanks