Board index » delphi » Data Aware Controls and an Empty Database

Data Aware Controls and an Empty Database

If I have a database that has zero records in it, and I have DBEdits
tied to the fields in this database, is there an implied insert/append
that automatically occurs?  Does this happen when the user enters data
for the first time, or is it at open?
 

Re:Data Aware Controls and an Empty Database


You should insert a record before the user enters any data.

--
Bill
(TeamB cannot answer questions received via email)

Re:Data Aware Controls and an Empty Database


Quote
>If I have a database that has zero records in it, and I have DBEdits
>tied to the fields in this database, is there an implied insert/append
>that automatically occurs?

IT the Tdataset.AutoEdit is true then yes there will be an Insert when the user
first tries to enter data.
--
Brian Bushay (TeamB)
Bbus...@NMPLS.com

Other Threads