AccountDataSource.DataFile =
"~/App_Data/AccountInfo.mdb";
AccountDataSource.SelectCommand = "
SELECT myTable.* FROM myTable Where myTable.Notes Like '*Varified*' "
The above query works in msAccess but does not give results or error in asp.net. I am using OleDB. What should I do? thanks
Without your help I can do nothing. When I help you and you can do something then do not forget to mark it as answer!!