Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

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