View Issue Details

IDProjectCategoryView StatusLast Update
0004096JEDI VCL00 JVCL Componentspublic2007-04-18 14:53
ReporterricardonaAssigned Tojfudickar 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionDaily / GIT 
Target VersionFixed in Version 
Summary0004096: jvInspector, register ftOraClob
DescriptionUsing jvInspector with dataset in Oracle database have errors with CLOB columns, this is because the field type ftOraClob is not registered.

The fix for the issue is:

File: JvInspDB

procedure RegisterDBTypes;
begin
 with TJvInspectorDBData.FieldTypeMapping do
 begin
   --
   Add(TJvInspectorTFieldTypeRegItem.Create('', '', ftOraClob, System.TypeInfo(string))); //Added ---
 end;
end;
TagsNo tags attached.

Activities

jfudickar

2007-04-18 14:51

developer   ~0012174

Changed in SVN

Issue History

Date Modified Username Field Change
2007-04-09 17:35 ricardona New Issue
2007-04-18 14:51 jfudickar Status new => resolved
2007-04-18 14:51 jfudickar Resolution open => fixed
2007-04-18 14:51 jfudickar Assigned To => jfudickar
2007-04-18 14:51 jfudickar Note Added: 0012174