I am opening a connection using ado 2.5 to access a SQL 7 database using the sqloledb provider.
A connection object is created within a VB created NT service which works fine.
Then the connection object is passed to an activex exe (it has been tried with a dll also) object.
When a recordset is opened using the connection object we get this run time error:
'3001': The application is using arguments that are of the wrong type, are out of acceptable range, or are in conflict with one another.
Does anyone have any idea what is causing this?
A connection object is created within a VB created NT service which works fine.
Then the connection object is passed to an activex exe (it has been tried with a dll also) object.
When a recordset is opened using the connection object we get this run time error:
'3001': The application is using arguments that are of the wrong type, are out of acceptable range, or are in conflict with one another.
Does anyone have any idea what is causing this?