[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
inserting win1256 data using perl-dbi
- To: developer at arabeyes dot org
- Subject: inserting win1256 data using perl-dbi
- From: "uttam hoode" <uttamhoode at gmail dot com>
- Date: Fri, 23 Jun 2006 10:49:07 +0530
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=KJJL2i1RmX7GRyy3t1ULDxBXITZgr5z6+CgBiVdAw2qUiPFO0RLaI9cNcV5UAhnGEbUJ5LTymb2TY/Y9lVYX6C9wlxz52QnCoSEtIR5wIimFg05kMwINqKGMyIbu0dRx0yln6TgtyEu0U0PU4Svonm3nHVF99xCgxJq3LdD1La0=
hi all,
i have a perl cgi form which takes
arabic data and enters into a table. Form is encoded in windows
1256(arabic) charset.....but in the database the arabic data is stored
in html entity format(&#xxxx)......i want to store the data as it
is.........
attribute type is VARCHAR2 and database charset is AR8MSWIN1256.....
is there any SQL parameter to do so?....
Regards,
uttam