I'm running ASPdbEP with MS SQL 6.5
I have created a generic user: aspdb in MS SQL with all rights granted on all tables that I use in my DSN.

cis.dbDat = "DATABASE, CIS, aspdb, xxxxx"
cis.dbDBtype = "SQL"
cis.dbSQL = "select * from ciscont order by sort_name"

When two people try to "Filter" at the same time then one of them gets an error:
ADODB.RecordSet error '800a0bb9'
The application is using arguments that are of the wrong type, are out of acceptable range, or are in conflict with one another.
/contactnote.asp line 105

line 105 is cis.ASPdbEP

Any help would be appreciated... If you need more info let me know.