Board index » delphi » ADO Query parameters: ParamByName doesn't work correctly
FDS
![]() Delphi Developer |
Sun, 03 Apr 2005 16:57:33 GMT
ADO Query parameters: ParamByName doesn't work correctly
Hi everyone
In the following SQL sentence of a TADO Query select * from MDEtiquetas I was assigning values in this way DM.QEtiquetas.Parameters.ParamByName('IdCampana').Value := null; The result was that the second :IdEstadoRemesa was evaluated to NULL instead I haven't found this problem with BDE TQuery. Is ti an ADO component known bug?. Is there any patch?. This happened for Delphi 6 + Update 1 + Update2 + RTL 1 Greetings Flix |