first close ?
Posted: Tue 19 Sep 2006 19:37
Just a quick question about calling open for TMyQuery
1. Do I need to call close, brore I set the SQL.text property and open. That is
Close
SQL.text:=text
open
or is there no need for close: Just
SQL.text:=text
open
?
2. Do I need to call First after open, or is Bof automatically set ?
Thanks

1. Do I need to call close, brore I set the SQL.text property and open. That is
Close
SQL.text:=text
open
or is there no need for close: Just
SQL.text:=text
open
?
2. Do I need to call First after open, or is Bof automatically set ?
Thanks