Hi
Only have this problem since on XP SP3 - cant connect to SQLEXPRESS. This all works on my machine with XP SP2 and SQLEXPRESS.
The full error is:
Provider (0x80040E21)
Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.
I have being surfing for 2 days looking for a solution and have tried every prosoped solution I could find on the web:
1. Re-install MDAC 2.8 with Windows 2000 compatibility (to ensure re-install)
2. Checked registery for OLE SERVICES values
3. Ran XP SP3 Hotfix that was supposed to resolve this
I can login to SSIS with the username and password in my connection string and execute sqls.
Connection string:
"Provider=SQLOLEDB; Data Source=.\SQLEXPRESS; Initial Catalog=Certification; Integrated Security=True; User ID=xxx; Password=xxx;"
Using ADO connection:
CreateObject("ADODB.Connection")
Asp page fails on conn.open.
HELP!!!
Regards
Mark