LeoLionHeart
Programmer
Hi, I hope that someone can help.
I have two SQL servers with excatly the same databases on (development and live).
When I connect to my dev database using the connection string:
I get results. However, on the other sql server i get the following error:
Error Number: -2147467259
description: [Microsoft][ODBC SQL Server Driver][Named Pipes]Access denied.
Any help would be greatly appreciated.
Thanks
I have two SQL servers with excatly the same databases on (development and live).
When I connect to my dev database using the connection string:
Code:
strConnect = "Driver={SQL Server};Server=SERVER;Database=DB;Uid=sa;Pwd=Pass;"
I get results. However, on the other sql server i get the following error:
Error Number: -2147467259
description: [Microsoft][ODBC SQL Server Driver][Named Pipes]Access denied.
Any help would be greatly appreciated.
Thanks