which form has little traffic in the net?
Posted: 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?
1 - Using
TmyQuery.Open;
Edit1.text := TmyQuery.FieldByName( 'Name' ).AsString;
2 - Or Using
TmyQuery.Open;
TmyQuery -----> TDataSource --> TDbEdit?
What?