Results 1 to 3 of 3

Thread: Prepared Statements?

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 2002
    Posts
    34

    Cool Prepared Statements?

    Does ADO for VB support prepared statements?

    Thanks!

  2. #2
    Frenzied Member vbgladiator's Avatar
    Join Date
    May 2001
    Posts
    1,950
    What's a prepared statement?

  3. #3

    Thread Starter
    Member
    Join Date
    Aug 2002
    Posts
    34
    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
  •  



Click Here to Expand Forum to Full Width