Does ADO for VB support prepared statements?
Thanks!
Printable View
Does ADO for VB support prepared statements?
Thanks!
What's a prepared statement?
In java it's used for querying a database...
It seems to be available for RDO in VB.
It's useful because it takes parameters as strings automatically....
The way the code is arranged also tends to be more readable.
ie, 'A
would become the equivalent of ''A
More simple to use + it's quicker...
(I think! :P)