I have an Oracle databases that has a stored procedure which accepts a string. This return is just a simple message of varchar2 type.
Can someone please tell me what I am doing wrong in the C# code below? - it fails on the ExecuteNonQuery()
Thanks in advance.
if (connection != null)
{...
I have written a Perl script that is called from a browser and is given a UNC or Physical pathname plus a filename without the extension as an argument, e.g. \\server\share\dir\file
The script then searches this remote directory path and finds (or not) the first file it comes to with the same...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.