Search found 3 matches

by rivercarlos
04.03.2008, 12:40
Forum: PostgreSQL
Topic: select error in Zquery
Replies: 5
Views: 1635

Hi sandeep_c24, I have made a new application, very simple, just with a ZQuery and a ZConnection, but I have got the same exception again. Could you post here your code to see if I am making any mistake? I would like you to post your code and the properties you have used in your ZQuery. Thanks, Carlos
by rivercarlos
02.03.2008, 21:41
Forum: PostgreSQL
Topic: select error in Zquery
Replies: 5
Views: 1635

Hi, In response to the first question, this is the consultation that is sent to the server: 2008-03-02 21:25:54 cat: Execute, proto: postgresql-8, msg: SELECT * FROM pg_description WHERE objoid = 32859 AND objsubid = 0 The same query: SELECT * FROM pg_description WHERE objoid = 32859 AND objsubid = ...
by rivercarlos
01.03.2008, 02:45
Forum: PostgreSQL
Topic: select error in Zquery
Replies: 5
Views: 1635

select error in Zquery

Hi, I have a problem with zquery, I execute a select for some table system, for example pg_description an error The code is: ZQuery3.SQL.Text := 'SELECT * FROM pg_description WHERE objoid = '+ InttoStr(relid)+' AND objsubid = 0'; I extract a valid 'relid' of other tables, and the same sentence if it...