Board index » delphi » Access 97 Parameters BUG (The application has improperly defined a Parameter object)
Alex Suhov
![]() Delphi Developer |
Mon, 05 Aug 2002 03:00:00 GMT
Access 97 Parameters BUG (The application has improperly defined a Parameter object)
Hello,
[Delphi 5 enterprise, ADO patcth and Access 97 database] I used a parametrised SQL statement as usually in Delphi (parameters To fix this, I decided to try to create a parametrised query in Access, like PARAMETERS parStartDate DateTime, parCode Text, parParentID Long, parID To execute the query I use an ADOCommand with CommandType set to I tried to change the word "PARAMETERS" to "PROCEDURE", however, this does Please help to solve this, in particular, how to use a query with a DateTime Thanks, |