Hi,
I am having a problem with passing pl/sql tables (arrays) as a variable.
I can pass such a table between Oracle procedures without a problem, but I need to be able to pass it to VB and would also like to be able to read an array passed to me from VB.
I have the following VB code:
Dim...
Hi,
I am having a problem with passing pl/sql tables as a variable.
I can pass such a table between Oracle procedures without a problem, but I need to be able to pass it to VB and would also like to be able to read an array passed to me from VB.
I have the following VB code:
Dim iCommand As...
Hi all,
I am having a little problem with ref cursors that I hope someone can help me with.
I am trying to use them to generically audit any table on the system.
That means, the procedure will never know what the table structure or columns involved are until it is called.
This is my code...
Hi All,
I have a problem in that I am getting error ORA-04091 in a trigger I am writing. I can see why I get it, but not how to get around it.
The basic idea is, I have a table which can have any amount of rows for a project. If a row is deleted, I want to check if there are any other rows in...
I have an sql query that hopefully someone will have time to look at:
I want to pass a series of numbers into a procedure, ie 1,3,5,6,7,8 and then be able to use them to access a cursor.
Unfortunately, it keeps giving me an invalid number error when I try to run it.
So, I tried to pass them in...
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.