schwankieog
Programmer
i need to be able to use a wild card sucj as * in a query. unfortunately the following sql statement while working in access does not work via asp:
"select dept.* from dept where (((dept.name) Like "*var*");"
any help would be appreciated.
"select dept.* from dept where (((dept.name) Like "*var*");"
any help would be appreciated.