View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004096 | JEDI VCL | 00 JVCL Components | public | 2007-04-09 17:35 | 2007-04-18 14:53 |
| Reporter | ricardona | Assigned To | jfudickar | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | Daily / GIT | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0004096: jvInspector, register ftOraClob | ||||
| Description | Using 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; | ||||
| Tags | No tags attached. | ||||