在windows上用python如何执行sql文件或者sql语句(不存在db api情况下) 求大神指点
或者是windows上如何可以跳转到db2上执行命令
sql 语句如下:
db2 connect to schema user userid password password
load client from dir of del modified by type....
connect reset
如何在不存在db2 api的情况下执行 跪谢~~~
没驱动肯定不行,除非你用别的语言写扩展。
http://www.cnblogs.com/juandx/p/4921505.html