Search found 25 matches

by WorldWalker
07.11.2009, 21:37
Forum: ZeosLib 7.0 Beta Forum
Topic: Cannot update this query type
Replies: 6
Views: 1738

Cannot update this query type

Hi,
Everytime I try to delete a record I get this error "Cannot update this query type". I am using D2010 Pro and Zeos Alpha.716.

Thanks.
by WorldWalker
22.10.2009, 06:41
Forum: 6.6 - stable
Topic: Access violation in module libpq.dll
Replies: 3
Views: 557

Hello,

All dlls are 8.4.1. I'd even tried an older post http://zeos.firmos.at/viewtopic.php?t=2156 and so I avoided the call of disconnect event, but no way.

Thanks.
by WorldWalker
21.10.2009, 20:11
Forum: 6.6 - stable
Topic: Error using Vista + Delphi2007 + Postgres8.4
Replies: 2
Views: 387

Hi,
Copy all required dlls
k5sprt32.dll
krb5_32.dll
libeay32.dll
libiconv-2.dll
libintl-8.dll
libpq.dll
ssleay32.dll
gssapi32.dll
comerr32.dll
to windows\system32 folder. And it should work.
by WorldWalker
20.10.2009, 18:07
Forum: 6.6 - stable
Topic: TZQuery MAX Fields
Replies: 2
Views: 642

Hello,
It could be linked to a DBGrid too, did you check that?
by WorldWalker
20.10.2009, 18:04
Forum: 6.6 - stable
Topic: How to optimize this codding
Replies: 8
Views: 971

Hi,
Did you try ZSQLProcessor?
by WorldWalker
12.10.2009, 18:54
Forum: 6.6 - stable
Topic: Access violation in module libpq.dll
Replies: 3
Views: 557

Well, it seems that it's a Postrgres issue and not Zeos ...the Disconnect event sends a command to the server and the access violation happens, thanks anyway.
by WorldWalker
12.10.2009, 18:22
Forum: 6.6 - stable
Topic: PostGre server via proxy server
Replies: 3
Views: 517

What about the Indy HTTP component, just try to make your own TCP/IP connection via indy components and send your queries to the server and vice versa.
by WorldWalker
12.10.2009, 18:15
Forum: 6.6 - stable
Topic: TZQuery could be an Unidirectional DataSet?
Replies: 4
Views: 2147

Hi,
What do you mean by unidirectionnal? Just reads and does not write? If so, just set the ReadOnly property of TZQuery to True, or use the predefiened item the TZReadOnlyQuery.
by WorldWalker
12.10.2009, 18:08
Forum: 6.6 - stable
Topic: Problem with Uniqueidentifier Field in MSSQL
Replies: 1
Views: 321

Hi,
Blobs and strings are two different data types; blobs are for binary large objects that means images, files etc... and strings are varriable chars like "hello", so can't do that!
by WorldWalker
10.10.2009, 19:14
Forum: 6.6 - stable
Topic: Access violation in module libpq.dll
Replies: 3
Views: 557

Access violation in module libpq.dll

Hi all, I am about to simulate a server down with my app (a way to handle the connection). So, I failed to call MyConn.Disconnect with postgres while it worked fine with mysql. The error message is: "Access violation at address 02BC7D52 in module 'libpq.dll'. Write of address FEEEFEEE." I ...