有没有可用的pywin32 odbc连接器文​​档? [英] Is there any pywin32 odbc connector documentation available?

查看:73
本文介绍了有没有可用的pywin32 odbc连接器文​​档?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

网上有什么好的pywin32 odbc连接器文​​档和教程?

What is a good pywin32 odbc connector documentation and tutorial on the web?

推荐答案

我发现的唯一文档"是与pywin32软件包一起安装的单元测试.它似乎提供了一般功能的概述.我在这里找到它:

The only 'documentation' that I found was a unit test that was installed with the pywin32 package. It seems to give an overview of the general functionality. I found it here:

python dir \ Lib \ site-packages \ win32 \ test \ test_odbc.py

python dir\Lib\site-packages\win32\test\test_odbc.py

我还应该指出,我相信它实现了Python数据库API规范v1.0,该文档在此处进行了记录:

I should also point out that I believe it is implements the Python Database API Specification v1.0, which is documented here:

http://www.python.org/dev/peps/pep- 0248/

请注意,此规范还有V2.0(请参阅PEP-2049)

Note that there is also V2.0 of this specification (see PEP-2049)

另一方面,我一直在尝试使用pywin32 odbc,但是我使用的ODBC驱动程序出现间歇性崩溃的问题.我最近搬到了pyodbc,问题解决了.

On a side note, I've been trying to use pywin32 odbc, but I've had problems with intermittent crashing with the ODBC driver I'm using. I've recently moved to pyodbc and my issues were resolved.

这篇关于有没有可用的pywin32 odbc连接器文​​档?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆