|
-
Jan 10th, 2002, 12:36 PM
#1
Thread Starter
New Member
Need to perform bitwise query using DAO
I am using an Access 2000 db and have a set of boolean values that are bit packed. This scheme works fine and I can get around the DAO limitations inside of Access, but I am having a hard time figuring out how to do it from inside VB. The query wolud look something like:
Select * from table where (fieldname bitwise-equal value);
Any suggestions?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|