F
Fergal O' Ceallaigh
Hi. I searched and searched for this info (I even have the ADO Core
reference on my desk) but cannot find this information. All I want is a
comprehensive list on what the filterExpression param of the
DataTable.Select method can handle.
So far I have
ColumnName = 'string'
DateColumn < = > '12-12-03 00:00:00'
Like 'FilterExpression Doc Suc%'
as well as the sort options
In particular I am interested to know if I can use the IN clause as one does
in SQL where
select ID from Table where County IN ('Wicklow','Dublin','Derry')
Thanks so much and have a great Christmas.
-fergal
reference on my desk) but cannot find this information. All I want is a
comprehensive list on what the filterExpression param of the
DataTable.Select method can handle.
So far I have
ColumnName = 'string'
DateColumn < = > '12-12-03 00:00:00'
Like 'FilterExpression Doc Suc%'
as well as the sort options
In particular I am interested to know if I can use the IN clause as one does
in SQL where
select ID from Table where County IN ('Wicklow','Dublin','Derry')
Thanks so much and have a great Christmas.
-fergal