problem with MSSQL 2008
Posted: 31.08.2009, 14:00
Hi,
I'm using Delphi2009 ent and ZeosLIB 6.6.2 on developer machine under WinXP SP2 and MSSQL 2008 on Windows server 2008 standard on server machine.
When i try to connect from delphi to SQL i get error:
I had same problem with ADO and ODBC but that was solved with installation of native sql 10.0 (updated database cilent, metioned in error).
Thanks in advance
I'm using Delphi2009 ent and ZeosLIB 6.6.2 on developer machine under WinXP SP2 and MSSQL 2008 on Windows server 2008 standard on server machine.
When i try to connect from delphi to SQL i get error:
Code: Select all
The USE database statement failed because the database collation %.*ls is not recognized by older client drivers. Try upgrading the client operating system or applying a service update to the database client software, or use a different collation. See SQL Server Books Online for more information on changing collations.
Thanks in advance