Mega Code Archive

 
Categories / Delphi / ADO Database
 

How can i assign a null value to a numeric field in a table

Question: How can I assign a Null value to a numeric field in a table? Answer: Use the Clear method of any TField object. Table1Amount->Clear();