Just to inform anyone who gets a "ADODB.Parameters error '800a0cc1'".
The message can be due to a permissions problem. I got this error when
trying to connect to a SQL Server 2005 database with the user not
having db_owner permissions. Changing the permission for the user
fixed the problem.