-
[Help] Admin Panel
So , I installed Admin panels for my Gunz and I get this SQL error , which i cant seem to fix it.
Code:
Warning: mssql_query() [function.mssql-query]: message: Unicode data in a Unicode-only collation or ntext data cannot be sent to clients using DB-Library (such as ISQL) or ODBC version 3.7 or earlier. (severity 16) in C:\wamp\www\admincp\panel.php on line 53
Warning: mssql_query() [function.mssql-query]: Query failed in C:\wamp\www\admincp\panel.php on line 53
Warning: mssql_num_rows(): supplied argument is not a valid MS SQL-result resource in C:\wamp\www\admincp\panel.php on line 54
Any solutions?
-
Re: [Help] Admin Panel
The DB library is not new enough it would appear, and is unable to pass unicode data onto the server. ever update your db-libray, or change your database to ansi-text
-
Re: [Help] Admin Panel
I didnt update it or change anything.
-
Re: [Help] Admin Panel
download the new ntwdblib.dll in the release
-
Re: [Help] Admin Panel
Thanks :D
EDIT : I placed it in my Apache Bin and that didnt help