Ask a Question related to ASP Database, Design and Development.
-
Bob Barrows #1
Re: IIS ASP Object Expected Error
John wrote:
Should be "Err.Clear". The Number propery is read-only IIRC.> I am currently moving our Intranet from WNT(IIS4) to W2K(IIS5) and
> have just hit a problem with ADODB connections that has got me at a
> loss.
>
> When running the below code (look out for word wrapping) the error
> handling returns an error of Object Expected, yet when I
> response.write the connection object (Conn) I get the correct
> connection details. The exact same code works on IIS4 on the current
> Intranet, the connection functions are also currently working on IIS5
> for other parts of the Intranet, it just seems to be this section. I
> would be gratefull for any suggestions, I am currently pulling my hair
> out with this one.
>
> //----------
>
> //--Problem page code
> <!-- #include virtual="/includes/global.inc" -->
> <%
> 'First to check is that tstype and week and year are configured
> EmpSQL="select * from employee where emp_id=" &
> GetBrd(Session("BoardNumber"))
> sql_conn=obtain_connection()
> Err.number = 0
Bob Barrows Guest
-
object expected error - audioLoadingStart( )
Trying to play a swf in a web page using flash. It plays fine, but throws an IE error. The error is: "A runtime error has occurred. Do you... -
Javascript Error: Object expected
I am having a very difficult time trying to get one drop down to call a cffunction and return a value to select the second drop down. I am getting a... -
error in havoc-car, object expected
Trying to build a nice little race game and the graphics are commin along very well, the problem is, im a 3dmodeller not a scripter, but with the... -
Error object expected
hey folks! I'm getting the usual NOOB error object expected. I'm creating a simple box and applying a texture to it: The specific line i get the... -
object expected error
Hi I am having several problems that might be a bug or bad codeing but I cant tell as the error only happens immediatly after I save my working...



Reply With Quote

