![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Handling special characters using awk | sam_78_nyc | Shell Programming and Scripting | 3 | 11-08-2007 05:55 PM |
| Line Longer Than 2048 Charcters | kris01752 | UNIX for Advanced & Expert Users | 2 | 09-28-2006 07:06 AM |
| remove charcters | kris01752 | UNIX for Advanced & Expert Users | 2 | 09-22-2006 10:54 AM |
| handling special characters | effigy | UNIX for Advanced & Expert Users | 1 | 06-06-2005 11:52 AM |
| exception handling | RichardS | UNIX for Advanced & Expert Users | 1 | 06-16-2004 06:29 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Handling Special Charcters
Dear All,
I have created a UTF-8 database to store multi-lingual charcters. Below is the query from which i insert from Winsql (front-end third party database browser tool), the data gets inserted properly. insert into a (no, lbl) values (1, "Cliquez ici pour revenir Ã_ la recherche de l'hôtel"); Now when i try to insert the same query through dbaccess it gives me an error " 202: An illegal character has been found in the statement." When i view the query in vi editor - insert into a (no, lbl) values (2, "Cliquez ici pour revenir \205 la recherche de l'h\223tel"); # ^ # 202: An illegal character has been found in the statement. # I tried to ftp the file in both ASCII & binary mode, but no luck. Is there a way how i can handle these special characters. I am using sun solaris 8 and Informix Database. Regards, lloyd |
|
||||
|
Hi,
Dbaccess is an informix tool to browse the database on unix. The file contains all the insert statements. When i transfter the file the special characters gets converted and i get an error. You may come to know from my earlier posts. I need to handle those special characters. Regards, lloyd |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|