Delphi Update 6.02 and Null Variant Convert Error
After installed path to RBuilder 6.03 I still get several Null variant
convert errors that was driving me crazy.
I could correct all of them just commenting the following (commented)
line in ppDBPipe (my line 798):
function TppDBPipeline.GetFieldValue(aFieldName: string): Variant;
begin
Result := Null;
if not SetCurrentField(aFieldName) or (ppdaNoRecords in State) then Exit;
// if (FFieldDataLink.Field.IsNull) then Exit;
case GetFieldDataType(aFieldName) of
dtString, dtChar, dtMemo:
...
Could someone tell me about the side effects of this ?
All appears to be fine now...
Thank you for this great software.
[]s
Marcos Paulo
This discussion has been closed.
Comments
--
Cheers,
Alexander Kramnik
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com