Subject IB_Query & Filter Problem
Author kamen_lai@yahoo.com
IB_Query.Filter := 'x > ''1''';
IB_Query.FindFirst;

** the filtered property is not set to true due to i want to search
first record only **

casue error on Unsupport Column Type: 0

this work in IBO 3.6 but not IBOv4.2Ed ?