Search found 1 match
- 24.11.2006, 18:51
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Problems with Codepage
- Replies: 6
- Views: 2561
Still have no solution for that. Doesn't anybody have an idea? For example procedure TZConnection.OnAfterConnect(Sender: TObject); begin TZQuery.Close; TZQuery.SQL.Text := 'SET NAMES ''cp1251'''; TZQuery.ExecSQL; TZQuery.Close; TZQuery.SQL.Text := 'SET CHARACTER SET cp1251'; TZQuery.ExecSQL; end; A...