Hi,
we're developing a 3-tier application with Microsoft's products (MTS, SQL 7.0). Now we have a problem with ADO. It seems to be not connected with any particular operation sequence but with the data retrieved.
We call a MTS method via the RDS dataspace, with the following syntax:
&#34;set rs = CBO.MyMethod(<one parameter>)&#34;. It returns an ADO recordset and simply calls a SQL stored procedure with a view inside, using the parameter in the &#34;where&#34; condition. Well, if it&#39;s called with some precise parameters, it returns the following error: &#34;Error -2147024664, Microsoft ADO/RDS 2.1, Unexpected error (0x800700e8)&#34;. The error doesn&#39;t appears calling the method through Visual Basic, only on the web interface. Just removing one field in the &#34;select&#34; part of the view it&#39;s sufficient to avoid the error, but it doesn&#39;t contains any &#34;unusual&#34; data, like nulls or zeroes.
Could someone help us ? If possible, please reply to my mailbox.

Thanks in advance. Paolo.