No value for parameter error
Posted: Sun 04 Jun 2006 20:40
I'm using Delphi 7, and when I have an insert or update query with parameters, and some parameter have a NULL value, I wrote this code:
parameter.clear;
parameter.bound:=true;
and got an error message "no value for parameter XXX"
Any suggestions?
Thanks,
Luis Miguel Molinero
Las Rozas - Madrid SPAIN
parameter.clear;
parameter.bound:=true;
and got an error message "no value for parameter XXX"
Any suggestions?
Thanks,
Luis Miguel Molinero
Las Rozas - Madrid SPAIN