On Thu, 18 Aug 2005 09:05:14 +0200, "Cor Ligthert [MVP]" <(E-Mail Removed)> wrote:
¤ RDS,
¤
¤ Binding in Net is not the same as setting an sql parameter, which you cannot
¤ bind.
¤
Cor,
The use of "Bind variables" is a different concept than "data binding". See the following:
http://www.rittman.net/archives/000832.html
Specifically he's just asking about the use of the Command object and named parameters. So if you
have a PL/SQL statement like the following:
select salary from employees where employee_number = :empno
You would add a Parameter object with the name "empno" to the Parameter collection in order to
support bind variables.
Paul
~~~~
Microsoft MVP (Visual Basic)