rene oudeman
New Member
Hi,
i am working with the excel sql database as in the example on this site.
(adodb connection to the worksheet)
it works just fine, but i am having trouble doing bitwise checks.
-> tmpCat is a number to test for
(the isnot sign is eaten by the markup somehow)
anyone an idea?
i am working with the excel sql database as in the example on this site.
(adodb connection to the worksheet)
it works just fine, but i am having trouble doing bitwise checks.
Code:
"WHERE CAST([group_desc$].[category_id1] as UNSIGNED INTEGER) & " & tmpCat_1 & " <> 0;"
(the isnot sign is eaten by the markup somehow)
anyone an idea?