simi
December 10th, 1999, 06:45 PM
I have a component on a web server that is configured correctly (so i believe) that allows a component on a browser to talk to it via dcom http.
The server component is fired up in the OnShow event of the control. The server component runs through successfully but errors when returning the recordset.
The error is
-2147287010 (8003001E) A disk error occurred during a read operation.
Which does not make sense.
The component is defiend as
public getRS(QueryName as string, Params as MyCollection, Error as ErrObject) as ADODB.Recordset
I call this function with a hard coded QueryName value and sending it a collection of parameters, but the error occurs on the browser when trying to return.
One thought is as my queryname is hard coded and I have not specified ByVal then is it erroring on returning the QueryName string and it can not store it in the hard coded string. This to me seems unlikely as it always works for other DCOM components.
Any suggestions would be greatly appreciated
Please also email me at ds@infra.com.au
Thank you
David Stephen
The server component is fired up in the OnShow event of the control. The server component runs through successfully but errors when returning the recordset.
The error is
-2147287010 (8003001E) A disk error occurred during a read operation.
Which does not make sense.
The component is defiend as
public getRS(QueryName as string, Params as MyCollection, Error as ErrObject) as ADODB.Recordset
I call this function with a hard coded QueryName value and sending it a collection of parameters, but the error occurs on the browser when trying to return.
One thought is as my queryname is hard coded and I have not specified ByVal then is it erroring on returning the QueryName string and it can not store it in the hard coded string. This to me seems unlikely as it always works for other DCOM components.
Any suggestions would be greatly appreciated
Please also email me at ds@infra.com.au
Thank you
David Stephen