Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/python-3.x/16.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
“如何连接”;";通过python?_Python_Python 3.x - Fatal编程技术网

“如何连接”;";通过python?

“如何连接”;";通过python?,python,python-3.x,Python,Python 3.x,我正在使用Tally.ERP9,我还没有在网上找到任何关于Tally ODBC连接的信息。我想要一个python脚本来连接Tally数据库。我可以得到一些链接和一些python脚本来使用tally ODBC连接tally数据库吗?由于它支持ODBC,您可以尝试pyodbc:我不知道direct connection engine是否可用,但您可以看看这篇文章,它可能会有所帮助吗

我正在使用Tally.ERP9,我还没有在网上找到任何关于Tally ODBC连接的信息。我想要一个python脚本来连接Tally数据库。我可以得到一些链接和一些python脚本来使用tally ODBC连接tally数据库吗?

由于它支持ODBC,您可以尝试pyodbc:

我不知道direct connection engine是否可用,但您可以看看这篇文章,它可能会有所帮助吗