Compiler error - porting to Delphi 6

I'm trying to port a project to Delphi 6. I get the compiler error: "Undeclared identifier: 'VarArrayOf" on statements using either TOracleDataset.Locate or TOracleDataset.SearchRecord with a compound key. Is this a Delphi or DOA related problem. I'm using Delphi 6 Enterprise (build 6.163) and DOA 3.4.5.
 
Just add 'Variants' to your uses clause and you should be back in business.

------------------
Mark Ford
Benthic Software
Quality Oracle Tools
 
Back
Top