I Think xampp also includes native mysql just look in documentation
I Think xampp also includes native mysql just look in documentation
I think that mssql is a lot more complete to use
@NicoElPatron open the ports
Btw, 192.168.0.4 is your internal ip, not external. Only you and other people on your network will be able to connect
You mean if you open the DBO.exe by Arnie it works ? And not yours ? You gotta compile one with the right IP (i don't know if it work like that)
I already told you. Is it so hard to read??? You have to remove the packet encryption !!!
And ms sql is good for windows
Mysql good for linux[/QUOTE]
@Daneos oh .. I'm having the same problem @NicoElPatron how to compile my client removing the packet encryption?
But its way different than you need...
You need something like this
Code:BEGIN_DECLARE_SQLUNIT( SP_AccountCreate, "{ ? = call AccountCreate(?, ?, ?) }" ) BEGIN_VARIABLE() char m_szUserID[MAX_SIZE_USER_ID + 1]; char m_szUserPW[MAX_SIZE_USER_ID + 1]; DWORD m_dwAccountID; int m_nResultCode; END_VARIABLE() // ¼ø¼¿¡ ÁÖÀÇ BEGIN_PARAM(4) PARAM_ENTRY(SQL_PARAM_OUTPUT, m_nResultCode) PARAM_ENTRY_STR(SQL_PARAM_INPUT, m_szUserID) PARAM_ENTRY_STR(SQL_PARAM_INPUT, m_szUserPW) PARAM_ENTRY(SQL_PARAM_OUTPUT, m_dwAccountID) END_PARAM() END_DECLARE_SQLUNIT()
Can someone tell me how to play online step by step cause i am verrrrry lost
@Daneos, So.. how can i remove the packet Encryption?? :\
@snaity already said how to do it.. go back to page 40 and search
@Daneos Will this be released for stress testing?