On the first web server I'm using pure OLE DB connection type and ado 2.6. I
use RAISERROR command in SP on my SQL 7 server to generate error. On asp
side I use 'on error resume next' and I'm analyzing error collection in
connection object. Is is empty. There is no error description and error
sourse. Strange. When I use ODBC driver for SQL server on this web server
(system dsn) all work good. On second web server I have ado 2.1 installed
and I use OLE DB connection. It works ok. So what is problem? MDAC 2.6 ???
Fly