Board index » delphi » TQuery error - "Could Not Find Object"
Alan McKeen
![]() Delphi Developer |
Sat, 12 Jan 2002 03:00:00 GMT
TQuery error - "Could Not Find Object"
I have a TQuery with SQL similar to the following:
INSERT INTO table1 (field1,field2,field3...) The apparent complexity of the query is unimportant; the "Could Not Find TQuery.ParamCheck is set to True and I am setting the parameter's value One last (and probably most significant) twist: the SQL works perfectly if I Any ideas about what this error could mean? Are there some issues using Thanks, |