K
KenLee
Unregistered / Unconfirmed
GUEST, unregistred user!
ClientDataSet1.Close;
Asql:='select * from tablename where skbz is null';
ClientDataSet1.CommandText := ASql;
ClientDataSet1.Open;
结果出错说“translate error. Value out of bounds”怎么搞?
Asql:='select * from tablename where skbz is null';
ClientDataSet1.CommandText := ASql;
ClientDataSet1.Open;
结果出错说“translate error. Value out of bounds”怎么搞?