asp_databases thread: Oracle stored procedure
Hello,
I'm trying to use an Oracle stored procedure, under MS access I use :
RSParam=RS.CreateParameter("Required firstname", ...
under SQL
RSParam=RS.CreateParameter("@firstname", ...
what should I put for an Oracle procedure instead of the Required or @ sign
?
Does the Parameters.Refresh function works with Oracle 8i and SQL 7 ? It
does not seem to work under MS Access.
Thanks for your help,
Bertrand
|





