FieldIndex E2015 - Error in RAD Studio

Hello,
i recently upgraded from DOA4 to ther current version.
I use CodeGear RAD Studio 2007.
With the new version I always got E2015 - Mehrdeutigkeit between FieldIndex(AnsiString) and FieldIndex(WideString) on every FieldIndex("FieldName").
Is there another way except to change every single
FieldIndex("FieldName") to FieldIndex(String("FieldName")) ?
 
This works fine for me. I wonder if there is a compiler setting that might affect this. Which Direct Oracle Access version are you using?
 
Back
Top