T
touf
Hi,
I've a datagrid having a datatable as datasource. the dataset is filled by
an OleDb DataAdapter (Access 2000), using the folowing query:
Select * from client where address like '*;*; Montreal*'
the problem is that the datagrid is empty, but if I execute this query in
Access directly it gives me some rows.
Note that there is no problem in the dataset or datagrid because whenI
remove the LIKE part (Select * from client ) it gives me a result.
Any help please?
I've a datagrid having a datatable as datasource. the dataset is filled by
an OleDb DataAdapter (Access 2000), using the folowing query:
Select * from client where address like '*;*; Montreal*'
the problem is that the datagrid is empty, but if I execute this query in
Access directly it gives me some rows.
Note that there is no problem in the dataset or datagrid because whenI
remove the LIKE part (Select * from client ) it gives me a result.
Any help please?