Hi there fellows,
I have a serious problem here with IIS server and ASP programming. What
happened here was, I need to passing a variable to a stored procedure. I
created the parameter type is adInteger and the table is integer field as
well as the stored procedure.
When i take the variable from the entry form, i tried to convert the value
either into integer using cint; into double using cdbl; as well as do not
convert anything.
These 3 types of ways does not resolve the issue, return me the error of
type missmatch for the first 2 method and error of converting data type on
the last method.
IIS server is version 4 and IE is version 4 as well. I tried to run these
methods in a Windows 2000 server and it does not have impact. Please show me
how to run this on a IIS 4 server.
Thanks
David Voo