我想插入一条记录,语句如下
  with DataModule8.ADOTable1zhzl do
    appendrecord('0168001','edit1.Text','bank');
可出错,我查help,语句如下:
This statement appends a record to the Customer data. Note that Nulls are entered for some of the values, but are not required for missing values at the end of the array argument, i.e. after the Discount field.Customer.AppendRecord([CustNoEdit.Text,CoNameEdit.Text, AddrEdit.Text, Null, Null, Null, Null, Null, Null, DiscountEdit.Text]);
为啥我的就不行呢?