• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Zero PT database problems

Newbie Spellweaver
Joined
Aug 2, 2023
Messages
21
Reaction score
4
I use sqlserver 2016,the connect string is different with 2005,this is mine and success to connect.
wsprintfA(szStringConnectionSQL, "Persist Security Info=False; Integrated Security=False; Driver=%s; Server=%s; Database=%s; ID=%s; Password=%s;",
"{SQL Server}", "127.0.0.1", szDatabaseName, "sa", "123456");

By the way, the server need to connect database "ServerDB",I did not find the bak file in the database packfile,no need or lost?
CreateSQLConnection(DATABASEID_ServerDB);
 
Initiate Mage
Joined
Oct 24, 2023
Messages
2
Reaction score
0
You must rename your database ArvenusPT from the backups to ServerDB or rename the ServerDB in the source to ArvenusPT, is the same structure, after this everything should works.
 
Upvote 0
Back
Top