Search found 8 matches
- 23.10.2007, 16:58
- Forum: PostgreSQL
- Topic: Retrieving Array/ADT fields
- Replies: 0
- Views: 1077
Retrieving Array/ADT fields
Hello, The sql form pgsl 8.2.5 for retieving "Access Privileges" raise exception EAccessViolation: sq := 'SELECT n.nspname as "Schema",' + 'c.relname as "Name",' + 'CASE c.relkind WHEN ''r'' THEN ''table'' ' + 'WHEN ''v'' THEN ''view'' ' + 'WHEN ''S'' THEN ''sequence'' ...
- 01.10.2007, 13:11
- Forum: PostgreSQL
- Topic: Sending '::'
- Replies: 3
- Views: 1690
Sending '::'
How to send '::' via string to Postgresql?
Example: 'SELECT myfield_timestamp::date;' this is work fine in psql, but is rejected via ZQuery.
Thanks
Paulonki
Example: 'SELECT myfield_timestamp::date;' this is work fine in psql, but is rejected via ZQuery.
Thanks
Paulonki
- 29.12.2006, 12:33
- Forum: Bug Reports
- Topic: [bug_fixed] Zeos 6.6-Beta: func GetTableNames() / PingServer
- Replies: 9
- Views: 5774
- 27.12.2006, 13:03
- Forum: Bug Reports
- Topic: [bug_fixed] Zeos 6.6-Beta: func GetTableNames() / PingServer
- Replies: 9
- Views: 5774
Hello, They forgive me for the delay in answering. I am getting the Zeos in the address svn: /firmos.at/zeos/trunk. The source of GetTableNames is: procedure TZConnection.GetTableNames(const Pattern: string; List: TStrings); var Metadata: IZDatabaseMetadata; ResultSet: IZResultSet; begin CheckConnec...
- 23.12.2006, 12:39
- Forum: Bug Reports
- Topic: [bug_fixed] Zeos 6.6-Beta: func GetTableNames() / PingServer
- Replies: 9
- Views: 5774
- 21.12.2006, 19:51
- Forum: Bug Reports
- Topic: [bug_fixed] Zeos 6.6-Beta: func GetTableNames() / PingServer
- Replies: 9
- Views: 5774
[bug_fixed] Zeos 6.6-Beta: func GetTableNames() / PingServer
This for notice following bugs: 1) Function PingServer no has result value; This crashes application when TZConnection.Disconnect: function TZAbstractConnection.PingServer: Integer; begin RaiseUnsupportedException; end; 2) TZConnection.GetTableNames() allways return empty TString. Regards, Paulo
- 06.10.2006, 21:47
- Forum: PostgreSQL
- Topic: Range Check Error in ZPlainPostgresqlDriver
- Replies: 8
- Views: 4000
- 15.09.2006, 21:15
- Forum: PostgreSQL
- Topic: Range Check Error in ZPlainPostgresqlDriver
- Replies: 8
- Views: 4000
Range Check Error in ZPlainPostgresqlDriver
Hello,
An 'Range Check Error' is occurring in the Zeos when retrieving fields of the type text or bytea in ZPlainPostgresqlDriver - function DecodeBYTEA().
My envinronment is Delphi2005 and Postgresql 8.1.4.
Please, i need help or solution.
Regards,
Paulo
An 'Range Check Error' is occurring in the Zeos when retrieving fields of the type text or bytea in ZPlainPostgresqlDriver - function DecodeBYTEA().
My envinronment is Delphi2005 and Postgresql 8.1.4.
Please, i need help or solution.
Regards,
Paulo