which form below cause little traffic in the net? e is more insurance of if using?
1 - Using
TmyQuery.Open;
Edit1.text := TmyQuery.FieldByName( 'Name' ).AsString;
2 - Or Using
TmyQuery.Open;
TmyQuery -----> TDataSource --> TDbEdit?
What?
which form has little traffic in the net?
-
eduardosic
- Posts: 387
- Joined: Fri 18 Nov 2005 00:26
- Location: Brazil
-
eduardosic
- Posts: 387
- Joined: Fri 18 Nov 2005 00:26
- Location: Brazil
thanks,
Antaeus wrote:Traffic across the network doesn't concern using TDbEdit or TEdit.
Thanks all..