Dear friends,
I am trying to connect to sqlserver 2000 which is running on a windows server 2003 32 bit from a windows 7 64 bit OS. I get the connection error. I have defined following connection properties in the ini file.
[DataBase]
// Profile UAP_SQL
DBMS =SNC SQL Native Client(OLE DB)
ServerName = SERVERNAME
Database = Database Name
UserID= user_id
DatabasePassword= password
LogId = login id
LogPassword = Log password
AutoCommit = False
DBParm = "Database='uap_sql',Provider='SQLNCLI10',TrustedConnection=1"
When I try to connect from powerbuilder run time environment I get the following error.
"Cannot connect to Database
Microsoft sqlserver 10.0
Login failed for user '(null)'. Reason:Not associated with a trusted SQL server connection.
Any help is appreciated!!
Thanks,
Dave.
I am trying to connect to sqlserver 2000 which is running on a windows server 2003 32 bit from a windows 7 64 bit OS. I get the connection error. I have defined following connection properties in the ini file.
[DataBase]
// Profile UAP_SQL
DBMS =SNC SQL Native Client(OLE DB)
ServerName = SERVERNAME
Database = Database Name
UserID= user_id
DatabasePassword= password
LogId = login id
LogPassword = Log password
AutoCommit = False
DBParm = "Database='uap_sql',Provider='SQLNCLI10',TrustedConnection=1"
When I try to connect from powerbuilder run time environment I get the following error.
"Cannot connect to Database
Microsoft sqlserver 10.0
Login failed for user '(null)'. Reason:Not associated with a trusted SQL server connection.
Any help is appreciated!!
Thanks,
Dave.