hai gurus,
can any body give the syntax to call a stored procedure in oracle from vb6
thanks in advance
Printable View
hai gurus,
can any body give the syntax to call a stored procedure in oracle from vb6
thanks in advance
FYI:
I have read that there is no compatible cursor type with oracle DBs & stored procedures (possibly via 3rd party drivers) so calling stored procedures that return > 1 records won't work properly, you need to embed the SQL in your code....
what about procedures which do not return records, i mean action queires.
I would assume that they are not a problem....but I don't know oracle...