Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Using bind variables from VB via ADO
Hi
Does anyone know how to use Oracle bind variables from VB via ADO?
I have a query:
select MyField from MyTable where KeyField = <literal>
...which gets run quite frequently, with different values for the literal.
I know it's more efficient to use a bind variable in place of the literal -
but how? What is the correct syntax?
Please email me directly as well as replying to the group (Remove
.antispam).
Many thanks,
Saul
saulb.antispam_at_discoveryhealth.co.za
Received on Tue Nov 27 2001 - 07:11:13 CST
![]() |
![]() |