Search found 3 matches

by Zanette
30.11.2005, 12:33
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: TZConnection.Properties ???
Replies: 1
Views: 1261

TZConnection.Properties ???

What kind of properties I can set in this property?

Thanks,
Marcelo Zanette
by Zanette
30.11.2005, 12:30
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Larger Blob field on Oracle
Replies: 3
Views: 1409

Larger Blob field on Oracle

I'm using Zeos 6.5.1 on Oracle 10g, Delphi 7, Windows.
I have a XML data with 8Kb that need to be saved on a 'LONG RAW' field.
When I call ZQuery.Post, it saves only 4000 bytes.
In BDE and DOA it works fine.

thanks
Marcelo Zanette
by Zanette
29.11.2005, 13:39
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Error using ZStoredProc with Oracle
Replies: 0
Views: 767

Error using ZStoredProc with Oracle

I'm using ZStoredProc in Delphi 7 with Oracle 10g. My code is: [syntax="delphi"] conn.StartTransaction; Try proc.ExecProc; conn.Commit; except conn.Rollback; end;[/syntax] When I run ExecProc, it raise an error: Project Project1.exe raised exception class EZSQLException with message 'Unsup...