This topic is locked

ADO error 3001, due to SQLOLEDB as the provider

2/15/2005 3:33:23 PM
ASPRunnerPro General questions
sol_knar author

Hello,

I am recieving error "3001: Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another".
I am aware that it is caused by my using SQLOLEDB as my provider in my connection string.
I guess I am wondering how to repair the error short of changing my provider. I anyone knows, please let me know.

Thanks,

William
P.S. Here is a copy of my connection string.

strConnection = "Provider=SQLOLEDB;Database=Stewart Title;SERVER=ARCTURUS;UID=****;PWD=***"

500179 2/15/2005

It turns out that they use SQLOLE and ADODB calls. After we changed the open, connection, [dbo] and the .AbsolutePage programming calls, things started to work. Our ISP would not create an ODBC link!
Jim Clark

clark@execpc.com