Viewing 3 posts - 1 through 4 (of 4 total)
Hi All,
Actually I found the error in the Connection String, I was typing "UserID" while I should type "User Id"
Thanks for you help.
June 18, 2009 at 8:13 am
#1011781
this is the connection string I am using
Provider=%s;Server=%s;Database=%s;UserId=%s;Password=%s;
each %s is replaced by an equivalent value as the follwoing:
%s = SQLNCLI
%s = My Computer Name
%s = My Database Name
%s = Username
%s...
June 17, 2009 at 5:41 am
#1010805
I don't think this is the case. But I believe SQL Server or ADO has decided to grant me access due to the Windows Authenticated user who is running the...
June 17, 2009 at 4:55 am
#1010756