我用ADOtable 和adoconnection 来连接数据库。但在运行时老是提示出错:couldnot convert variant of type(null) into type(string
我用Delphi做一个宾馆管理系统,在客房信息的录入模块,我用ADOtable 和adoconnection 来连接数据库。但在运行时老是提示出错:couldnot convert variant of type(null) into type(string),请问该如何解决???
问题补充:虽然出错了,但又不影响程序的运行,只是在连接表时会出现错误提示(有多少个ADOTABLE控件,就会有多少个错误提示)。该如何解决啊????