Quote:
Originally Posted by buriko_0007
@Dr.Abdelfattah
I have Only 1 problem with ITEM BUG ! How to FIX ?
Please Help Me Come Tw And Set DB Write/Read Permission 
|
can you tell me how you fixed the login prblem?
Quote:
Originally Posted by mertcoskun
mashandra you sad '1433'...what is that do you explain how can ı connect second pc's gameserver with 1433? the virtual pc can not connect db
|
it dont works with Vmware...
it means you need to connect to database with yourip,1433 from secon machine to db on main machine!!
look
the normal string in your cert looks like this
query=DRIVER={SQL Server};SERVER=\SQLEXPRESS;DSN=your dsn;UID=sa;PWD=xxxxx;DATABASE=yourdb
now you need to change this for 2 machine
query=DRIVER={SQL Server};SERVER=yourip,1433;DSN=yourdsnT;UID=sa;PWD =xxxxx;DATABASE=yourdb
try this in cert for secon machine because second machine is connecting to database with remote so the old string dont works