Page 1 of 1

which form has little traffic in the net?

Posted: Tue 11 Apr 2006 08:03
by eduardosic
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?

Posted: Tue 11 Apr 2006 11:27
by Antaeus
Traffic across the network doesn't concern using TDbEdit or TEdit.

thanks,

Posted: Tue 11 Apr 2006 21:52
by eduardosic
Antaeus wrote:Traffic across the network doesn't concern using TDbEdit or TEdit.

Thanks all..