madorin / fibplus

FibPlus Library for Delphi and C++Builder. Data access components for Firebird & Interbase.
165 stars 57 forks source link

Fib array fields don't work in recent version #38

Closed walxo closed 10 months ago

walxo commented 4 years ago

Hi, Can someone research why array fields don't work in recent fib? I didn't. :( For information, I'm sending an old FIB for D2007 that works. And a demo program.

ArrayFields1 Examples.zip

FIBPlus 6.9.9 Delphi2007.zip

madorin commented 4 years ago

@walxo, what error do you get? unfortunatelly I don't use array fields

walxo commented 4 years ago

Hi, Dorin! This demo I've sent works with EMPLOYEE.FDB, so you can test it. I did printscreen of the error. function ArrayFieldValue from the demo goes to unit VariantRtn - function CycleWriteArray and error appears. I'll appreciate if you can help!

Untitled

madorin commented 4 years ago

@walxo, tried to fix reading of field values in a separate fix-arrays branch, writting still needs investigations. May take a look how it works on your side. I tested it in Rio.

walxo commented 4 years ago

@madorin, you are genius! How did you correct it? :):):)

madorin commented 10 months ago

Merged into master branch