IIS4.0 and functions in access

Juergen Weiss ( (no email) )
Tue, 5 May 1998 20:47:10 +0200

This is a multi-part message in MIME format.

------=_NextPart_000_00FF_01BD7866.F9C868A0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

I am running IIS4.0 and do some querries through ASP to an access db. =
Works great, but I cannot use functions which are defined in access.

My sql statement: select * from table where BitAnd(a,b) =3D c;

BitAnd is a very simple function which makes bitwise comparison between =
a and b.

It must be IIS4.0 because everything works with PWS under Win95.

Please help?

Juergen

------=_NextPart_000_00FF_01BD7866.F9C868A0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">

I am running IIS4.0 and do some =querries through=20ASP to an access db. Works great, but I cannot use functions which are =defined=20in access.
 
My sql statement: select * from table where BitAnd(a,b) =3D c;
 
BitAnd is a very simple function =which makes=20bitwise comparison between a and b.
 
It must be IIS4.0 because everything works with PWS =under=20Win95.
 
Please help?
 
Juergen
------=_NextPart_000_00FF_01BD7866.F9C868A0--