Open GoogleCodeExporter opened 8 years ago
Hi, it should support FoxPro.
The problem you meet here, is the method in pypyodbc currently only support a
connection string as the input, while pyodbc provide you another way to specify
the connection via a set of parameters (Driver/SourceType/SourceDB, etc)
You can try this as a workaround:
pypyodbc.connect("DRIVER={Microsoft Visual FoxPro
Driver};SourceType=DBF;SourceDB=c:\amsql\amaddon.dbf")
Original comment by jiangwen...@gmail.com
on 24 Sep 2012 at 1:22
The new pypyodbc.py in the Trunk should have fixed this issue.
Original comment by jiangwen...@gmail.com
on 30 Sep 2012 at 1:22
Original comment by jiangwen...@gmail.com
on 9 Oct 2012 at 5:14
Original issue reported on code.google.com by
fabiani....@gmail.com
on 23 Sep 2012 at 5:59