Click to See Complete Forum and Search --> : Bound or Unbound connections
Smithrr
Sep 14th, 1999, 06:25 PM
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
JHausmann
Sep 14th, 1999, 06:34 PM
I use bound connections only for field retrieval(s). Anything else I code as though it were unbound....
jritchie
Sep 15th, 1999, 06:48 AM
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).
jritchie@genauto.com
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.