Hi everyone!
I currently have a issue when mi PB app is communicating with driver SQL Native Client v11.0, when try to make the connection I received the following message:
SQLSTATE = 1S00
Microsoft SQL Server Native Client 11.0
Invalid connection string attribute
This connection was working without problems and suddenly the application started to had this issue.
I make a test connection with the odbcad32.exe to validate if there are issues with the driver, but the connection was created successfully.
The string connection looks like this:
DBMS = SNC SQL Native Client(OLE DB)
ServerName = XXXX
DataBase = XXXXX
DBParm = XXXX
PROVIDER='SQLNCLI11';SERVER='XXXXX,PORT';DATABASE='XXXX'
LogId = XXXX
LogPassword = XXXX
Lock = RU
Any suggestion?
I added the SQLDBCode and it returned value "-1" But is not specific