Search found 1 match

by Dee
26.03.2024, 18:16
Forum: ZeosLib 7.3/8.0 Forum
Topic: [Zeos 8.0] Error in Oracle Utils
Replies: 1
Views: 320

[Zeos 8.0] Error in Oracle Utils

Looks like an error in procedure TZOraProcDescriptor_W.InternalDescribeObject(Obj: POCIHandle); Param.Scale is not set before call to NormalizeOracleTypeToSQLType. (ZDbcOracleUtils.pas, line 2298) if Param.DataType <> SQLT_CLOB then Param.Precision := Param.GetUb2(OCI_ATTR_CHAR_SIZE); Param.csform :...