which form has little traffic in the net?

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
eduardosic
Posts: 387
Joined: Fri 18 Nov 2005 00:26
Location: Brazil

which form has little traffic in the net?

Post by eduardosic » Tue 11 Apr 2006 08:03

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?

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Tue 11 Apr 2006 11:27

Traffic across the network doesn't concern using TDbEdit or TEdit.

eduardosic
Posts: 387
Joined: Fri 18 Nov 2005 00:26
Location: Brazil

thanks,

Post by eduardosic » Tue 11 Apr 2006 21:52

Antaeus wrote:Traffic across the network doesn't concern using TDbEdit or TEdit.

Thanks all..

Post Reply