Search found 1 match
- 14.10.2013, 21:34
- Forum: ZeosLib 7.1 stable Forum
- Topic: Parameter not found in ZReadOnlyQuery
- Replies: 1
- Views: 783
Parameter not found in ZReadOnlyQuery
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'; ZRea...