B
Brian Henry
if i have a table like this
ID Name Accessable
1 Me yes
in access with accessable as a yes/no field (or a boolean) how do i write a
statement in ado.net to check that? obviously yes or no wont work in a query
builder for criteria... it kicks it out...
i had select users.* from users where accessable = yes but that was kicked
out in vb.net useing the dataadapter's query builder... how do i check to
see if accessable is true in a select statement? thanks
ID Name Accessable
1 Me yes
in access with accessable as a yes/no field (or a boolean) how do i write a
statement in ado.net to check that? obviously yes or no wont work in a query
builder for criteria... it kicks it out...
i had select users.* from users where accessable = yes but that was kicked
out in vb.net useing the dataadapter's query builder... how do i check to
see if accessable is true in a select statement? thanks