|
-
Sep 4th, 2002, 10:13 AM
#1
Thread Starter
Member
Prepared Statements?
Does ADO for VB support prepared statements?
Thanks!
-
Sep 4th, 2002, 10:15 AM
#2
Frenzied Member
What's a prepared statement?
-
Sep 4th, 2002, 10:27 AM
#3
Thread Starter
Member
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)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|