S
signups
Hi,
I have an ASP page which uses a LIKE statement to get products back.
The syntax as far as I can tell is near perfect but it just doesn't
return any records, grrrr.
By running it directly in Access (Using * in place of %) it works like
a charm.
I am using Access 2003, my connection string is:
connString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" &
strDabaseName & ";"
The SQL String comes out as:
Select * from tbl_products Where name like '%Roadster%' And active = 1
order by name
Any ideas?
Cheers
I have an ASP page which uses a LIKE statement to get products back.
The syntax as far as I can tell is near perfect but it just doesn't
return any records, grrrr.
By running it directly in Access (Using * in place of %) it works like
a charm.
I am using Access 2003, my connection string is:
connString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" &
strDabaseName & ";"
The SQL String comes out as:
Select * from tbl_products Where name like '%Roadster%' And active = 1
order by name
Any ideas?
Cheers