mohamad has asked for the wisdom of the Perl Monks concerning the following question:
when I want insert text in database this error OCCUR ,(my column name is ,name and my database charachter set is utf8 collation utf8_persian_ci): --------------------------- DBD::mysql::st execute failed: Incorrect string value: '\xE3\xCD\xE3\xCF' for column 'name' at row 1 ------------------------- thankyou for help me.my $name = $main->AddTextfield( -name => 'nametextfield', -pos=>[480,70], -size => [ 140, 25 ], -font => $font1, -align => 'right', -tabstop => 1, ); $text = $main->nametextfield->Text;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How read utf8 charachter from AddTextfield() in Win32::Gui
by Anonymous Monk on Apr 04, 2010 at 19:54 UTC | |
by mohamad (Initiate) on Apr 04, 2010 at 20:45 UTC | |
by Anonymous Monk on Apr 05, 2010 at 04:12 UTC | |
by mohamad (Initiate) on Apr 05, 2010 at 08:58 UTC | |
by HelenCr (Monk) on Mar 02, 2013 at 02:57 UTC | |
by mohamad (Initiate) on Apr 05, 2010 at 05:14 UTC | |
by Anonymous Monk on Apr 05, 2010 at 06:52 UTC |