![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
On the other hand, I have to keep server's default character set as iso_1. i can not change default char set. *Ok. When i use -Y option in BCP command from command line , error is gone. but i use open client library from C and i couldnt find any parameter for define some option like -Y for blk_init or blk_props or other *functions. How can i handle that? regards aykut |
#3
| |||
| |||
|
#4
| |||
| |||
|
#5
| |||
| |||
|
|
Yes, if your client and server character sets match than no character set conversion will take place. But if your data is actually a different character set, let say sjis for some Japanese data, you would not want to set your client character set to utf8 just to get past the conversion restrictions. This could cause the data to be stored improperly. Ideally, you want your client character set to be the same character set as your data. |
![]() |
| Thread Tools | |
| Display Modes | |
| |