G
Guest
?How to design a pattern search in MS Access database from FrontPage? I have
custom SQL code :
Select * from My_database where "check" like '*::check::*'
This does not work.
Select * from My_database where "check" = '::check::'
This work.
So, I know all the database connection or select statement works fine.
Can export tell me how to make a 'pattern search' work with MS Access
database through FrontPage?
Thanks!
custom SQL code :
Select * from My_database where "check" like '*::check::*'
This does not work.
Select * from My_database where "check" = '::check::'
This work.
So, I know all the database connection or select statement works fine.
Can export tell me how to make a 'pattern search' work with MS Access
database through FrontPage?
Thanks!