I have an old Fivewin/Clipper application I am converting to FWH and compiling with licensed xHB pro. The Clipper app uses both ADS and the SIX driver (CDX).
In a few prgs, arrays are stored and retrieved like so:
MyTable->MyField := MyArray
and
MyArray := MyTable->MyField
The arrays were not an issue in the Clipper/FW version...but with FWH and ADS they are throwing a data type error. Has anyone addressed this? I couln't find anything by searching here and in the xHB docs.
BTW, I am using stricly local and and remote ADS for the FWH version of my application.
Thanks