Search found 9 matches

by mwgomez
29.09.2006, 14:57
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Clear dataset
Replies: 9
Views: 2025

What about useing StringGrid?
You are reading record and omit the first 100, and needed place into
the grid. It gives more solutions then useing DBGird.


Regards
mwgomez
by mwgomez
29.09.2006, 11:02
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: ExecSQL + Oracle + OCI_SUCCESS_WITH_INFO
Replies: 12
Views: 21813

2/ According to the error while make procedure I check, the path in source code is: Call the function: function TZOraclePreparedStatement.ExecuteUpdatePrepared() : Integer; Call the procedure: procedure ExecuteOracleStatement(PlainDriver : IZOraclePlainDriver; Connection : IZConnection; SQL : String...
by mwgomez
28.09.2006, 14:33
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: ExecSQL + Oracle + OCI_SUCCESS_WITH_INFO
Replies: 12
Views: 21813

1) When I am createing ZConnection : TZConnection: ZConnection := TZConnection.Create(Nil); // Now, I can set transations in my code ZConnection.AutoCommit := false; ... And then I am useing Transaction i Have an error. I change procedure TZConnection.CheckAutoCommitMode() from procedure TZConnectio...
by mwgomez
28.09.2006, 11:26
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Zeos Lib Stable version
Replies: 7
Views: 2045

I am useing Total Commander and is OK.

After unzip, whern you are traying to install components
there is one small problem.

In the file ZDbc line 83 you should change "," to ";"


Regards
by mwgomez
23.09.2006, 15:27
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: ExecSQL + Oracle + OCI_SUCCESS_WITH_INFO
Replies: 12
Views: 21813

ExecSQL + Oracle + OCI_SUCCESS_WITH_INFO

I am useing The ZeosLib version 6.5.1 alpha CVS as of 13/10/2005 (downloaded from sourceforge.net 22/09/2006). I am writeing an appliaction in Delphi 7, connecting to the Oracle database (Oracle 10g Express Edition). On the form there is a component ZConnection with properties: Name ZConnection1 Dat...
by mwgomez
22.09.2006, 11:33
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Zeos Lib Stable version
Replies: 7
Views: 2045

Zeos Lib Stable version

I am loking for a stable version ZeosLib 6.5.1 for Delphi 7.
Where can I get it?

Regards
mwgomez
by mwgomez
13.07.2006, 15:28
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Maximum open cursors exceeded
Replies: 5
Views: 1166

I find it

I find an answer. There is one thing to do. The change is in the Zeos Source Code: In the sorce code change: destructor TZAbstractStatement.Destroy; to new text: {** Destroys this object and cleanups the memory. } destructor TZAbstractStatement.Destroy; begin // Fabian: Begin fix of bug #1076975 Clo...
by mwgomez
12.07.2006, 20:48
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Maximum open cursors exceeded
Replies: 5
Views: 1166

I am using only components: a) TZConnection I am changeing values (in Onject Insepector): - Database - Password - Protocol (oracle) - User b) TZQuery I am changeing values to (in Onject Insepector): - Connection The propert - SQL I am changeing in my programm I Suppose I don't' init properly? Regards
by mwgomez
12.07.2006, 15:52
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Maximum open cursors exceeded
Replies: 5
Views: 1166

Maximum open cursors exceeded

Ja hava an application in Delphi 7 and Zeos. I connect to Oracle 10g Express Edition. When I am trying insert record to a really small table I have an error: "SQL Error: ORA-01000: maximum open cursor exceeded" In the file INIT.ORA I found a line open_cursors=300 and change it to: open_cur...