I am inserting a new object in my database table, but I keep on retrieving a exception that states....
Does anyone know whether it\'s possible for a PL/SQL procedure (an error-logging one in this case) to get the name of the function/procedure which called it?
Hi I have problem with calling store procedure on Oracle 10g server. This is my table: -- Create table
What is a re entrant procedure and can you give an example scenario of when it is used? Edit: Also, can multiple processes access a re entrant procedure in parallel?
I have a table in a SQL Server database.It has a two-part natural key on Location (an integer) and CaseNumber (also an integer).When I create a new record I want to specify the Location and have the C
So I\'m trying to build an installer for a source port called DXX-Rebirth. I compiled it, and when I run I get a \"could not call proc\" error right after the language select dialog. The error points
I am studying the SQL procedure. I created a procedure and I execute. I was fine... and.it displayed Could not find stored procedure wh开发者_开发技巧en executed \"exec my_procedure\"
The MySQL query should return 1) TRUE along with Comma(,) separated list of STATION_NAME from a table STATION WHERE STATION_NAME is LIKE the INPUT specified buy the user.
I\'d like to create a procedure from PHP using PDO...I can execute the procedure with PDO, I can cre开发者_JAVA技巧ate the procedure with the console line or with phpmyadmin, but I\'m not able to crea
Situation: I\'m trying to run a stored procedure that has an output parameter, which I need to catch. I use C# 3.5 and the OracleClient with an OleDbConnection.