求问 在PYTHON中连接远程数据库(数据库为中文名)
程序使用UTF-8 报错为无法连接数据库
修改为GBK之后还是报错为 :Traceback (most recent call last):
File "D:\Program Files\Python\remote_db_operation5.operation", line 107, in <module>
rdo.write_to_remote_db()
AttributeError: remote_db_operation instance has no attribute 'write_to_remote_db'
求大家帮帮忙啊 ,怎么连接中文名的数据库?