| Subject | IB_Query & Filter Problem | 
|---|---|
| Author | kamen_lai@yahoo.com | 
| Post date | 2001-09-07T03:42:43Z | 
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 ?
            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 ?