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.
Also, related.. how to use bind variables in asp / vb ?
Thanks.