Question and Answer Database FAQ1869C.txt How can I assign a Null value to a numeric field in a table? Category :Database Issues Platform :All Product :C++Builder 1.x 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(); 7/2/98 10:32:32 AM
Last Modified: 01-SEP-99