|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-12-12 11:14 UTC] sniper@php.net
[2002-12-14 09:52 UTC] hristo at teacher dot com
[2002-12-14 09:58 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Dec 14 01:00:01 2025 UTC |
CREATE TABLE CATEGORIES ( CAT_ID INTEGER NOT NULL, CYR_TEXT VARCHAR (100) character set WIN1251); <?php $any_cyrilic_text = '????? ?? ????????'; $update_stmt = "update categories set cyr_text='".$any_cyrilic_text."' where cat_id=".$edit_id; ibase_query($db_link, $update_stmt); ?> after executing this code Warning: InterBase: arithmetic exception, numeric overflow, or string truncation Cannot transliterate character between character sets