Hello,
I have a query engine that builds the SQL Query to obtain the
recordSet. Following is an Exmaple Query that my QueryBuilder
outputted
SELECT * FROM BookInfo WHERE BookName LIKE '*cobol*'
When I use this query to build recordset I get empty recordSet back
when the BookInfo table has entries that qualify for this criteria. To
add to it, if I execute this query seperately under MS ACCESS Query
Menu, it works fine. It gives me a perfect output.
Does anyone know why this should happen ?
I'm using Microsoft.Jet.O LEDB.4.0 as my provider and access database
is locally stored.
Thanks in advance,
-HKM
I have a query engine that builds the SQL Query to obtain the
recordSet. Following is an Exmaple Query that my QueryBuilder
outputted
SELECT * FROM BookInfo WHERE BookName LIKE '*cobol*'
When I use this query to build recordset I get empty recordSet back
when the BookInfo table has entries that qualify for this criteria. To
add to it, if I execute this query seperately under MS ACCESS Query
Menu, it works fine. It gives me a perfect output.
Does anyone know why this should happen ?
I'm using Microsoft.Jet.O LEDB.4.0 as my provider and access database
is locally stored.
Thanks in advance,
-HKM
Comment