JustinLeung
Programmer
Dear all:
I have a table that contains chinese in some fields. I wanna to export whole table to one field but each must be fixed length, show as below :
[tt]
Existing table :
+-------------+------------------------+
|Customer name+ Address |
+-------------+------------------------+
|John Chow |123 road district |
|±ç¤s§B |123 ¸úÂøô |
+-------------+------------------------+
Wanna to output like this :
+--------------------------------------+
|Customer NameAddress |
+--------------------------------------+
|John Chow 123 road district |
|±ç¤s§B 123 ¸úÂøô |
+--------------------------------------+
[/tt]
I tried to use lenb, leftb, rightb etc ... but seem that also useless , also the length in space and double-byte char not the same length.... Can someone help me ??? thx very very much !!!!
Justin Leung
I have a table that contains chinese in some fields. I wanna to export whole table to one field but each must be fixed length, show as below :
[tt]
Existing table :
+-------------+------------------------+
|Customer name+ Address |
+-------------+------------------------+
|John Chow |123 road district |
|±ç¤s§B |123 ¸úÂøô |
+-------------+------------------------+
Wanna to output like this :
+--------------------------------------+
|Customer NameAddress |
+--------------------------------------+
|John Chow 123 road district |
|±ç¤s§B 123 ¸úÂøô |
+--------------------------------------+
[/tt]
I tried to use lenb, leftb, rightb etc ... but seem that also useless , also the length in space and double-byte char not the same length.... Can someone help me ??? thx very very much !!!!
Justin Leung