字符集为AL32UTF8的数据库数据可否导入到字符集为ZHS16GBK的数据库
答案:2 悬赏:60 手机版
解决时间 2021-02-27 05:58
- 提问者网友:戎马万世
- 2021-02-26 13:44
字符集为AL32UTF8的数据库数据可否导入到字符集为ZHS16GBK的数据库
最佳答案
- 五星知识达人网友:洒脱疯子
- 2021-02-26 13:54
private void button1_Click(object sender, System.EventArgs e)
public override void Display(int depth)
{
Console.WriteLine(new string('-', depth) + name);
foreach (Component component in children)
{
component.Display(depth + 2);
}
}
public override void Display(int depth)
{
Console.WriteLine(new string('-', depth) + name);
foreach (Component component in children)
{
component.Display(depth + 2);
}
}
全部回答
- 1楼网友:迟山
- 2021-02-26 15:31
字符集为al32utf8的数据库数据不可以导入到字符集为zhs16gbk的数据库
把al32utf8字符集的数据转化为zhs16gbk
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯