Oh yes, the problem that I had (described above) is solved with the help of Michael, thank him for his help and their time. During the day, in the Tutorial will be added to help with loading, updating and installation of Zeos in Russian.@Serg77
Lucky now?
Search found 5 matches
- 13.05.2012, 09:06
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Full Unicode/Ansi-Support in /testing branch
- Replies: 653
- Views: 89334
- 09.05.2012, 15:48
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Full Unicode/Ansi-Support in /testing branch
- Replies: 653
- Views: 89334
Michael, version Zeos 7.0.0-dev updated yesterday via TortoiseSVN. Uff what for a select could this be? Can you give me an example? Example? Hmm, in general terms as follows: Create an SSH Tunnel; Then ZConnection1.Connect; and ZQuery1.SQL.Clear; ZQuery1.SQL.Add ('SELECT * FROM tablename;'); ZQuery1...
- 08.05.2012, 21:07
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Full Unicode/Ansi-Support in /testing branch
- Replies: 653
- Views: 89334
- 08.05.2012, 09:01
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Full Unicode/Ansi-Support in /testing branch
- Replies: 653
- Views: 89334
Michael, use Zeos alpha 7 to Delphi 2010, because the following in Delphi 2009 does not support unicode (need to read not only English and Russian). Produces an error component. Is registered error in src\core\ZMessages.pas line 555 SRowBufferWidthExceeded = 'Translate: Row buffer width exceeded. Tr...
- 08.05.2012, 00:56
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Full Unicode/Ansi-Support in /testing branch
- Replies: 653
- Views: 89334
Hello, I decided not to produce new topics here discussed problems with the encoding UTF8. Declare encoding in connection with BD MySQL so ZQuery1.SQL.Clear; ZQuery1.SQL.Add ('SET NAMES `cp1251`;'); ZQuery1.ExecSQL; By analogy to the Propertis ZConnection codepage = cp1251 (tried both versions), if ...