I didn't worked too much with databases (and with ADO, subsequently) and I would need to know how to build a parameterized query and use it (I'm more interested in queries, not stored procs because of the performance impact these queries have on Oracle's instructions cache). Also I understood that in ADO named parameters are supported only on calls to stored procedures. Is this true?
I'd appreciate an example. 10x!
I'd appreciate an example. 10x!