Results 1 to 2 of 2

Thread: Can you do ADO through the API?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 1999
    Location
    Phoenix
    Posts
    87
    I know how do use ADO normally in visual basic. I am wondering if there is a way to do it faster, perhaps through the usage of API calls?

    I'm hitting the database mad silly fast and need to squeeze every drop of performance out. (please spare me the 'if performance is an issue why are you using VB?')

    It must be done in VB

    =)

    thanks!

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Jul 1999
    Location
    Phoenix
    Posts
    87

    or...

    would it make sense to write a small program in C++ to do my database access, compile into a .DLL and call it from VB?

    would i see any significant speed increase?

    im thinking the speed of this may be dependant on the type of the database itself, and the load on it at the time oh and the specs of the database server.. hmmm...

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