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
Search found 9 matches
- 29.09.2006, 14:57
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Clear dataset
- Replies: 9
- Views: 2087
- 29.09.2006, 11:02
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: ExecSQL + Oracle + OCI_SUCCESS_WITH_INFO
- Replies: 12
- Views: 21942
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...
- 28.09.2006, 14:33
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: ExecSQL + Oracle + OCI_SUCCESS_WITH_INFO
- Replies: 12
- Views: 21942
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...
- 28.09.2006, 11:26
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Zeos Lib Stable version
- Replies: 7
- Views: 2096
- 23.09.2006, 15:27
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: ExecSQL + Oracle + OCI_SUCCESS_WITH_INFO
- Replies: 12
- Views: 21942
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...
- 22.09.2006, 11:33
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Zeos Lib Stable version
- Replies: 7
- Views: 2096
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
Where can I get it?
Regards
mwgomez
- 13.07.2006, 15:28
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Maximum open cursors exceeded
- Replies: 5
- Views: 1193
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...
- 12.07.2006, 20:48
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Maximum open cursors exceeded
- Replies: 5
- Views: 1193
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
- 12.07.2006, 15:52
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Maximum open cursors exceeded
- Replies: 5
- Views: 1193
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...