Hi
In older verwsions of zeoslib this code worked, but now I have error "Parameter u not found":
ZReadOnlyQuery1.SQL.Add('SELECT count(*) as ile from admins where name = :u and pass = :h');
ZReadOnlyQuery1.ParamByName('u').AsString:='k';
ZReadOnlyQuery1.ParamByName('h').AsString:='d';
ZReadOnlyQuery1.Open;
Parameter not found in ZReadOnlyQuery
- EgonHugeist
- Zeos Project Manager
- Posts: 1936
- Joined: 31.03.2011, 22:38
Re: Parameter not found in ZReadOnlyQuery
piechcio
uh not nice, it should be supported but might be broken. Which version of Zeos do you use? Which database?
uh not nice, it should be supported but might be broken. Which version of Zeos do you use? Which database?
Best regards, Michael
You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/
You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/