Search found 1 match

by ljubomir.djokic
07.11.2013, 11:22
Forum: MS SQL Server
Topic: Character Encoding Problem
Replies: 1
Views: 2212

Character Encoding Problem

Hi, I have problem with displaying russian characters from ms sql database. I managed to properly display it using TADOConnection but not with TZConnection (which I prefer). Delphi XE5 Zeos 7.1.2 MS SQL Server 2008 Here is my table CREATE TABLE [dbo].[DUMMY]( [ID] [int] IDENTITY(1,1) NOT NULL, [NAME...