Search found 15 matches
- 19.02.2008, 09:19
- Forum: Feature Requests
- Topic: Profiling evolution
- Replies: 4
- Views: 2346
Oracle recordcount possibility
With Oracle, it's possible to find this recordcount without fetch all records . [equote] OCIAttrGet(ps_stmt, OCI_HTYPE_STMT, &nbr_rows, (ub4*) sizeof(ub4), OCI_ATTR_ROW_COUNT, pherrd); [/equote] The slower process is on Fetch. When i have big records, the execution time is more longer than BDE. ...
- 15.02.2008, 10:39
- Forum: Feature Requests
- Topic: Profiling evolution
- Replies: 4
- Views: 2346
- 15.02.2008, 09:51
- Forum: Feature Requests
- Topic: Profiling evolution
- Replies: 4
- Views: 2346
Profiling evolution
Hi, I have tested a little program. This program : - connect to Oracle - use a 'Select' Query - Use function First in Query object - check recordcount - loop for all record with Next function. The code is procedure TForm1.Button1Click(Sender: TObject); var ZConnection1: TZConnection; Query1: TZQuery...
- 29.01.2008, 10:24
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: 2 mistake problem
- Replies: 0
- Views: 674
2 mistake problem
Hi, I testing your component with C++ Builder 6 and it's very great but i found 2 little problems: I'm connecting to Oracle and the problem may come from this. 1°) When i remove the BDE package, no SQLHourGlass are visible, and no LoginForm available on connection. (Solved by internal code) 2°) The ...
- 24.01.2008, 15:08
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Can't connect to Oracle11g with Zeos.6.6.0
- Replies: 5
- Views: 2268
- 22.01.2008, 08:39
- Forum: Feature Requests
- Topic: Zeos.inc dependencies
- Replies: 2
- Views: 1759
- 21.01.2008, 15:53
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: (SOLVED)Error Command line compiling with Builder C++ 6.0
- Replies: 3
- Views: 997
File upload
Here, find the modification
gilles
gilles
- 21.01.2008, 15:29
- Forum: Feature Requests
- Topic: Choice of database using dropdown.
- Replies: 2
- Views: 1845
- 21.01.2008, 15:27
- Forum: Feature Requests
- Topic: Zeos.inc dependencies
- Replies: 2
- Views: 1759
Zeos.inc dependencies
Your ZeosLib DBO Version: 6.6.2RC The IDE you are using: cbuilder Version (and maybe patchlevel) of the IDE: 6.0 The database you are using: Oracle Version of the database: 9i Used protocol: Oracle/Oracle9i/ADO [hr] Error description and post Hi, When i remove all define of MYSQL in zeos.inc and co...
- 21.01.2008, 15:22
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Can't connect to Oracle11g with Zeos.6.6.0
- Replies: 5
- Views: 2268
- 21.01.2008, 14:28
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: (SOLVED)Error Command line compiling with Builder C++ 6.0
- Replies: 3
- Views: 997
(SOLVED)Error Command line compiling with Builder C++ 6.0
Hi, I have tested (with documentation) your command line installation with Builder C++ 6.0 but i have some error (and i have solved). In first time, some variable is missing in the bpk project: LIBPATH not contains variable RELEASELIBPATH and not find VCL.LIB in ilink32 command LIBPATH = $(BCB)\Proj...
- 21.12.2007, 08:38
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: zeos incompability?
- Replies: 6
- Views: 1873
- 19.12.2007, 09:11
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: zeos incompability?
- Replies: 6
- Views: 1873
- 18.12.2007, 14:15
- Forum: Feature Requests
- Topic: Choice of database using dropdown.
- Replies: 2
- Views: 1845
- 18.12.2007, 11:46
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: zeos incompability?
- Replies: 6
- Views: 1873
Hi, Have you find any solution ? A have migrated a old application using BDE to ZeosLib from C++ Builder 6.0 (with all update) and i have the same error message. My version used is 6.6.2-rc I using Oracle but the user can be changed by another like ado if he want. Thank you for your big database sol...