Search found 5 matches

by Morenz
06.09.2010, 17:50
Forum: ZeosLib 7.0 Beta Forum
Topic: 0 record(s) updated
Replies: 10
Views: 1261

Hello, I used the TZSQLMonitor and ... a full sql capture wih just two mouse clicks!! Great! So I think (but I'm not so sure) that I went into the problem: the backslash (\) and apex (') are read as escape sequences and: once I removed them, the program went after the line that caused the problem. I...
by Morenz
06.09.2010, 14:37
Forum: ZeosLib 7.0 Beta Forum
Topic: 0 record(s) updated
Replies: 10
Views: 1261

Hi everyone
@Wild_Pointer
I downloaded (6 months ago) from SVN; How can I get revision number? Where is located this info?

@mdaems
OK, I'll try to put down some lines to verify what you say.

Many thanks to both of you, for now.... I'll post feedback as far as I can.

Best regards,
Moreno.
by Morenz
31.08.2010, 13:51
Forum: ZeosLib 7.0 Beta Forum
Topic: 0 record(s) updated
Replies: 10
Views: 1261

@wild_pointer: CREATE TABLE queue ( codice int4 NOT NULL DEFAULT nextval('queue_codice_seq'::regclass), codric int8 NOT NULL, statomir int2 NOT NULL, sac varchar(23), oper varchar(1) NOT NULL, codfis varchar(40) NOT NULL, patharc varchar(254) NOT NULL, mirdbxc varchar(50) NOT NULL, xmltosend text NO...
by Morenz
31.08.2010, 13:47
Forum: ZeosLib 7.0 Beta Forum
Topic: 0 record(s) updated
Replies: 10
Views: 1261

Hello again, working on the task today I found that the problem is present only when accessing a PGSQL 8.4 database. With earlier databases (I tried with 8.3 and 8.1) everything works fine (even if I access through postgresql-7 driver, that still does not work for an 8.4 database) Hope this helps to...
by Morenz
30.08.2010, 17:51
Forum: ZeosLib 7.0 Beta Forum
Topic: 0 record(s) updated
Replies: 10
Views: 1261

0 record(s) updated

Hi everyone, I'm building an app in Delphi 2010 with Postgresql 8.4 and I notice a strange behavior while doing a very simple operation sequence (edit a TZQuery dataset - enter a new integer value - post): I get an exception saying 0 record(s) updated. Only one record should have been updated. I hav...