Search found 15 matches

by gcr
19.02.2008, 09:19
Forum: Feature Requests
Topic: Profiling evolution
Replies: 4
Views: 2269

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. ...
by gcr
15.02.2008, 10:39
Forum: Feature Requests
Topic: Profiling evolution
Replies: 4
Views: 2269

Hi,


If i understand correctly, the 'query.active := true' not receive all record and only the fetch give records ?
by gcr
15.02.2008, 09:51
Forum: Feature Requests
Topic: Profiling evolution
Replies: 4
Views: 2269

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...
by gcr
29.01.2008, 10:24
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: 2 mistake problem
Replies: 0
Views: 657

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 ...
by gcr
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: 2215

The problem seems come from Windows Vista 64 Bits with Oracle 10.2.3 (special vista edition). With 32bits, we have no problem.

thank you
gilles
by gcr
22.01.2008, 08:39
Forum: Feature Requests
Topic: Zeos.inc dependencies
Replies: 2
Views: 1737

it's just a warning.

i not have a problem, i need just remove all sources not used.

gilles
by gcr
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: 965

File upload

Here, find the modification


gilles
by gcr
21.01.2008, 15:29
Forum: Feature Requests
Topic: Choice of database using dropdown.
Replies: 2
Views: 1802

I understand you but i don't want this in any application, i want this into zeoslib
by gcr
21.01.2008, 15:27
Forum: Feature Requests
Topic: Zeos.inc dependencies
Replies: 2
Views: 1737

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...
by gcr
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: 2215

Hi,

You have always this problem ?


I have a problem when compiling on Windows XP and using on Vista
No problem if i compil on Vista and using on vista or XP

gcr
by gcr
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: 965

(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...
by gcr
21.12.2007, 08:38
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: zeos incompability?
Replies: 6
Views: 1830

The problem not come from ZeosLib but own code using #include <stdio.h> before the include of file of ZeosLib.

Now, this work like a 'charm'

thank you.
gilles
by gcr
19.12.2007, 09:11
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: zeos incompability?
Replies: 6
Views: 1830

Thank you, this problem is now solved.

Your solution is very good.
by gcr
18.12.2007, 14:15
Forum: Feature Requests
Topic: Choice of database using dropdown.
Replies: 2
Views: 1802

Hi,

It's not possible to have a choice of database.

By example, when choose :
- Oracle protocol, view all database declared on tnsnames.ora
- ado, view all odbc DSN connection existing.

thank you
gcr
by gcr
18.12.2007, 11:46
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: zeos incompability?
Replies: 6
Views: 1830

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...