Syntax for creating PreparedStatements (SQL) in vb

dotolee

Member
Joined
Nov 30, 2004
Messages
20
Programming Experience
10+
How do I create a prepared statement in vb.net? been doing some reading and i understand that using ps are better than regular SQL statements because Oracle is able to reuse the execution plan / hence speeding up the application.

Also, related.. how to use bind variables in asp / vb ?

Thanks.
 
Back
Top