I am having trouble getting a select query with a 'Like' in it, returning a recordset to ADO. What exactly is the syntax for Like statement in Access? I have been doing it like this: WHERE fieldname LIKE '*data*'
Here's the catch: I am running this through ASP. If I print out the query string that i'm sending to the database, and copy directly into Access, it works fine. It just can't populate the recordset.
Anyone know anything about this?
Here's the catch: I am running this through ASP. If I print out the query string that i'm sending to the database, and copy directly into Access, it works fine. It just can't populate the recordset.
Anyone know anything about this?