Wrox Home  
Search P2P Archive for: Go

  Return to Index  

interdev_programming thread: Serious Help Here


Message #1 by "David Voo" <gigsvoo@y...> on Thu, 26 Jul 2001 18:03:13 +0800
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



  Return to Index