Search found 9 matches

by fperez
07.12.2006, 09:10
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Oracle 9i, inconsistent datatypes
Replies: 8
Views: 1214

You may try put the DLL into the folder of the Zeos application. It should work, as the current folder always come first than any location in path. I have tried it, but no luck. Opening tables results on strange behaviour, strange characters on oracle messages and so on... Maybe it can be solved by...
by fperez
05.12.2006, 18:21
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Oracle 9i, inconsistent datatypes
Replies: 8
Views: 1214

Ok, but it is ZeosDBO compatible with Oracle 8 client ?

Thanks..
by fperez
05.12.2006, 11:20
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Oracle 9i, inconsistent datatypes
Replies: 8
Views: 1214

That's right. If I change the SYSTEM PATH to this: 1º- Oracle_home: 9.2.xxx 2º- Oracle_home: 8.1.4 application runs fine. If I put the SYSTEM PATH on this way: 1º- Oracle_home: 8.1.4 2º- Oracle_home: 9.2.xxx Then I got a ora-00932 inconsistent datatypes. But I have a lot of workstation clients with ...
by fperez
05.12.2006, 10:14
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Oracle 9i, inconsistent datatypes
Replies: 8
Views: 1214

I have found the problem (I think so), but I don't know how to solve it. I have 3 ORACLE_HOMEs on my workstation and 2 oci.dll. One of this oci.dll is 8.1.4 related and the other is 9.2.0.1. I have executed a test application opening a table with DATE types on another workstation with only an oci.dl...
by fperez
05.12.2006, 09:33
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Oracle 9i, inconsistent datatypes
Replies: 8
Views: 1214

Perhaps this could help. With datetype DATE this function in ZPlainOracleDriver unit give me result -1 : function TZOracle9iPlainDriver.DefineByPos(stmtp: POCIStmt; var defnpp: POCIDefine; errhp: POCIError; position: ub4; valuep: Pointer; value_sz: sb4; dty: ub2; indp, rlenp, rcodep: Pointer; mode: ...
by fperez
04.12.2006, 17:19
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Oracle 9i, inconsistent datatypes
Replies: 8
Views: 1214

Oracle 9i, inconsistent datatypes

I put this here because I have no luck looking for an Oracle forum in the forum index. If I put a ZTable getting an oracle table with DATE fields, then I get an Oracle ORA-0932 Error (Inconsistent datatypes) Is the same with a ZQuery and with a ZReadOnlyQuery components. And I have the same behaviou...
by fperez
04.12.2006, 16:46
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Delphi 5 install problems - download updated 6.6.0
Replies: 5
Views: 1041

Just try to install zcomponent.dpk
That's do the trick...

Thanks a lot...
by fperez
04.12.2006, 13:14
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Delphi 5 install problems - download updated 6.6.0
Replies: 5
Views: 1041

Ok, I have downloaded svn trunk, and after copy all svn to another folder I have trying to install from it. I have compiled this in this order: ZCore.dpk ZParseSql.dpk ZPlain.dpk ZDbc.dpk ZComponent.dpk After I must install (I think so): ZComponentDesign.dpk But I cannot find any ZComponentDesign.dp...
by fperez
04.12.2006, 09:56
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Delphi 5 install problems - download updated 6.6.0
Replies: 5
Views: 1041

Delphi 5 install problems - download updated 6.6.0

Hello all, I am newbie with ZeosDBO. I have D5 Enterprise, but ZeosDBO 6.6.0 have problems with pLongWord on several packages. I have seen another threads talking about this problems and I have seen patches submited to solve it. But it is a bit difficult to get all of them (if I have not confused). ...