Search found 9 matches

by DiegoBM
11.03.2007, 00:36
Forum: PostgreSQL
Topic: PostgreSQL 8.2.3 + ZStoredProc Error
Replies: 4
Views: 2524

I do use postgresql. That's what I thought, seems not to be implemented yet.

Thank you anyway, I can still use plain ZQuery ^^

Regards!
by DiegoBM
10.03.2007, 00:27
Forum: PostgreSQL
Topic: PostgreSQL 8.2.3 + ZStoredProc Error
Replies: 4
Views: 2524

I forgot to say that I'm currently using Delphi 7. The problem seems to be on dbc, cause many functions seems to raise a Unsupported operation exception no matter what. But many people on MySql seems to be using stored procs, so I'm confused.

Any light on this matter pleaseee?

Regards.
by DiegoBM
09.03.2007, 10:52
Forum: PostgreSQL
Topic: PostgreSQL 8.2.3 + ZStoredProc Error
Replies: 4
Views: 2524

PostgreSQL 8.2.3 + ZStoredProc Error

Hello,

I'm trying to insert a simple row through a ZStoredProc component but on executing I always get "Unsupported operation" error no matter what I try.

What should I do?

Thanks!
by DiegoBM
24.02.2006, 17:21
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: ZeosLib Components Cached Updates
Replies: 6
Views: 1817

Yeah, it's exactly that, a connection-level cache. Thx gto :D
by DiegoBM
24.02.2006, 13:49
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: ZeosLib Components Cached Updates
Replies: 6
Views: 1817

Nobody knows?

:(

If not implemented yet, but scheduled, I guess I'd help...
by DiegoBM
23.02.2006, 18:22
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: error update date field
Replies: 4
Views: 1118

Well I use Delphi7, but I guess that's not the matter... The problem is also on the "AnsiSQLDateToDateTime" and "MySQLTimestampToDateTime" conversion functions which are also Date-Format specific. Here goes mine one (not perfect but it works :P ): function TZPostgreSQLResultSet.G...
by DiegoBM
23.02.2006, 12:46
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: ZeosLib Components Cached Updates
Replies: 6
Views: 1817

ZeosLib Components Cached Updates

I'd like to know which level of cached updates implementation comes with zeosdbo components. I'll try to explain my problem with an example... I don't really know if this is even possible on actual CachedUpdates implementations, but the matter is that when I post changes in a CachedUpdates-enabled D...
by DiegoBM
23.02.2006, 12:03
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Date/Time Problem in Delphi 7
Replies: 7
Views: 2599

Hi, This is a bug from Zeos components on the interface with PostgreSQL. The matter is that Zeos components only parse Date formats like 1999-02-01 (i.e. ANSI SQL Date Format), but PosgreSQL can be configured to support the SQL style (your Date format I guess..), the German style,... To resolve this...
by DiegoBM
23.02.2006, 11:59
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: error update date field
Replies: 4
Views: 1118

Hi, This is a bug from Zeos components on the interface with PostgreSQL. The matter is that Zeos components only parse Date formats like 1999-02-01 (i.e. ANSI SQL Date Format), but PosgreSQL can be configured to support the SQL style (your Date format I guess..), the German style,... To resolve this...