Jeremy
I use ADO and bound controls - I think 'people' use unbound
control 'cause they can't get bound controls to work the way they
want.
I take Max's approach - don't work around the problem (by
unbinding your controls) - SOLVE THE PROBLEM
For scalable apps I use Client/Static/BatchOpt ADO (on MSSQL
et al) and for small Server/Keyset/Opt (on JET) both work well - The
main
advantage ADO has with bound controls and
Client/Static/BatchOpt is that you now have a 2 stage commit process - posting
to the dataset
and batch updating the server - this menas that speed and
efficiency of the bound controls is not so much of an issue as they are only
posting
to an in memory recordset
HTH
Neven
|
- [DUG]: To Bind or Not to Bind Jeremy Coulter
- Re: [DUG]: To Bind or Not to Bind Neven MacEwan
- Re: [DUG]: To Bind or Not to Bind Mark Derricutt
- Re: [DUG]: To Bind or Not to Bind Neven MacEwan
- RE: [DUG]: To Bind or Not to Bind Max Nilson
- Re: [DUG]: To Bind or Not to Bind Xander van der Merwe
- Re: [DUG]: To Bind or Not to Bind Steve Peacocke
- Re: [DUG]: To Bind or Not to Bind Mark Derricutt
- RE: RE: [DUG]: To Bind or Not to Bind vss