Results 1 to 3 of 3

Thread: Bound or Unbound connections

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Sep 1999
    Location
    Rock Island
    Posts
    21

    Post

    I am using ADO to develop applications and I want to know what everyone thinks about bound verses unbound connections. I have been using unbound data connections with good results. I have about 200 users accessing the SQL server. Just want to know what people think the pros and cons are. Thanks

  2. #2
    Frenzied Member
    Join Date
    Aug 1999
    Location
    Santa Clara, Ca , 95058
    Posts
    1,105

    Post

    I use bound connections only for field retrieval(s). Anything else I code as though it were unbound....

  3. #3
    Addicted Member
    Join Date
    Jan 1999
    Location
    Sydney,NSW,Australia
    Posts
    178

    Post

    I use unbound exlusively because it avoids refresh/update issues in my apps. However to cut down on the amount of associated code l find it best to define a class file for each file in the application. If you haven't seen this approach email me and l will send back an example application, (vb5).
    [email protected]

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