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.
Search found 4 matches
- 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: 1293
- 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: 1293
- 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: 1293
- 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: 1293
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...