I am running a ASP JavaScript App against a Oracle 8i DB.
When building my SQL statement in the page, to pass to Oracle using the bind varialbes and the parameters object, I get the following error.
Provider error '80040e55'
Column does not exist.
I know that the values are correct in my parameters. I know the parameter types are correct. And i know that the sql statement is valid becuase i can Response.Write(commobj.Commandtext) and then copy and paste that into SQL Plus and the code works fine.
But MS doesn't have anything on this error, so i am hoping that at least one of you has seen this and can help me out before I am tempte to throw my computer across the office.
Help Please. The money's gone, the brain is shot.....but the liquor we still got.
When building my SQL statement in the page, to pass to Oracle using the bind varialbes and the parameters object, I get the following error.
Provider error '80040e55'
Column does not exist.
I know that the values are correct in my parameters. I know the parameter types are correct. And i know that the sql statement is valid becuase i can Response.Write(commobj.Commandtext) and then copy and paste that into SQL Plus and the code works fine.
But MS doesn't have anything on this error, so i am hoping that at least one of you has seen this and can help me out before I am tempte to throw my computer across the office.
Help Please. The money's gone, the brain is shot.....but the liquor we still got.