Through the BBS, didn't mention it, don't all have this problem?
My connection is as follows, if instead of ODBC, there is no problem,
//Profile MSSQL2012 (local)
The SQLCA. DBMS="MSS Microsoft SQL Server"
The SQLCA. Database="powerBizTest"
The SQLCA. LogPass=& lt; * * * * & gt;
The SQLCA. ServerName="DELL - TOUCH \ MSSQLSERVER2008R"
The SQLCA. LogId="sa"
The SQLCA. The AutoCommit=False
The SQLCA. DBParm=""
CodePudding user response:
//Profile MSSQL2012 (local)The SQLCA. DBMS="MSS Microsoft SQL Server"
The SQLCA. Database="powerBizTest"
The SQLCA. LogPass=& lt; * * * * & gt;
The SQLCA. ServerName="DELL - TOUCH \ MSSQLSERVER2008R"
The SQLCA. LogId="sa"
The SQLCA. The AutoCommit=False
The SQLCA. DBParm=""
Increase in dbparm
The SQLCA. DBParm="PBCatalogOwner='dbo"
Try to have in dbfile Settings
CodePudding user response:
Reference upstairs Daniel say try...CodePudding user response:
No, in setting up the parameters?I'm in the database profile setup find another set:
System> The original concept Catalog Table Owner: dbo
This item, the default is dbo, as dbo (regardless of case), PB is directly to ignore, not only the dbo, can see the changes from the preview, but unable to connect:
The SQLCA. DBParm="SystemProcs=0, the Log=0, PBCatalogOwner='aaa'"
You don't have it?
If PB9 connection MSSQL2008/2012, all with what connection? If is the ODBC, how to solve the problem of manual configuration on each computer?
CodePudding user response:
PB version problem? My PB version is:PB9.0.3 Build8004
CodePudding user response: