hello,
with these parameters in my configuration file, I get "login failed for user ..." and sqlstate = 28000 error
DBMS = "SNC SQL Native Client(OLE DB)"
ServerName = "server\instance,1522"
LogId = "adm"
LogPass = mst
DBParm = "Provider='SQLNCLI11',Database='REC1',DelimitIdentifier=1,StaticBind=0,DisableBind=0,NCharBind=0"
with the same user and password, I can connect to the database from sql server management studio.
can anyone help me out ?
thanks in advance