Please Help Me I Am Retarded
Oct 28, 2004ok, I admit this might be a stupid question, but I can't help it...I really don't know the answer to this:
I have a VBScript script that receives a floating point number from a form. I'm using a stored procedure to save this information to my SQL database.
My DB table field is set to "float" and my stored procedure variable is "float" but my vbscript variable is a double...and this combination doesn't work.
I need to know what variable types to use so this combination works and I can successfully store my decimal number in the database. Does anybody know this??
thanks!
~hJ~