31.03.2011 13:10, Dmitry Yemanov wrote:
> However, I'm wondering how did you manage to create a longer field.

SET NAMES UTF8;
CONNECT TEST;
CREATE TABLE w_t (a VARCHAR(30000) CHARACTER SET win1251);
INSERT INTO w_t VALUES (RPAD(_win1251'уй', 32000, _win1251'ё');
SET SQLDA_DISPLAY on;
SELECT a FROM w_t;

  Enjoy.

-- 
   SY, SD.

------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to