Search found 4 matches

by fellipeh
03.03.2008, 18:36
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: AV in designer time, when get fields
Replies: 5
Views: 1279

I don't now if is right, but my only way to fix these is comment line:

StatusCode := Trim(StrPas(PlainDriver.GetResultErrorField(ResultHandle,PG_DIAG_SQLSTATE)));

Line number 762 in ZDbcPostgreSqlUtils.pas


now its right, show me the error. 8)
by fellipeh
29.02.2008, 13:25
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: AV in designer time, when get fields
Replies: 5
Views: 1279

I found it ... in these line:

file: ZPlainPostgreSqlDriver

Line 1210: Result := ZPlainPostgreSql8.PQresultErrorField(Res,ord(FieldCode));

Fellipe H.
by fellipeh
29.02.2008, 12:06
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: AV in designer time, when get fields
Replies: 5
Views: 1279

Hello gto, I don't now how to debug in design time, these erro appear, when I active the Query.

Thanks
by fellipeh
28.02.2008, 20:59
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: AV in designer time, when get fields
Replies: 5
Views: 1279

AV in designer time, when get fields

Hello, i'm using the last version, get release snapshot. with PostgreSQL 8.3 (Last version). When I type something error in my SQL like: select * from "tabess", and I don't have table name "tabess", normaly the error show me, table doesn't exists, or something like.. but in ZeosD...