G
GG
Hi there
Thanks Allen Browne and Gary Walter.
I make a VBA function in ACCESS2000 as Gary told me,
and named it BitAND, and make a query like :
SELECT * FROM TableName WHERE BitAnd(FieldName, 8) = 8
I am glad to see the query works well just like that in
SQL SERVER, but it runs too slowly. I have 3000 record in
my database, in SQL SERVER, it take about 2 seconds to
return the rowset, but in ACCESS2000, it spend 10 seconds.
How can i improve it? Any way best u can tell me?
Thanks!
Thanks Allen Browne and Gary Walter.
I make a VBA function in ACCESS2000 as Gary told me,
and named it BitAND, and make a query like :
SELECT * FROM TableName WHERE BitAnd(FieldName, 8) = 8
I am glad to see the query works well just like that in
SQL SERVER, but it runs too slowly. I have 3000 record in
my database, in SQL SERVER, it take about 2 seconds to
return the rowset, but in ACCESS2000, it spend 10 seconds.
How can i improve it? Any way best u can tell me?
Thanks!