Bugs item #1065008, was opened at 2004-11-12 19:25
Message generated for change (Comment added) made by mhammond
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1065008&group_id=78018
Category: None
Group: None
>Status: Pending
>Resolution: Invalid
Priority: 5
Submitted By: 江文 (jiangwen365)
Assigned to: Nobody/Anonymous (nobody)
Summary: Contrary to the Doc,ODBC module not accept Connection String
Initial Comment:
It seems that the ODBC module only works with DNS
names, but not Connection Strings, like:
odbc.odbc(('Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=c:\aaa.xls;Extended Properties="Excel
8.0;HDR=Yes;IMEX=1"' ) will fail.
But it IS said to be acceptable in odbc module
documents.
----------------------------------------------------------------------
>Comment By: Mark Hammond (mhammond)
Date: 2004-11-12 22:18
Message:
Logged In: YES
user_id=14198
Are you sure this is not a backslash quoting problem? As
quoted:
>>> "c:\a"
'c:\x07'
>>> "c:\a"
'c:\a'
>>>
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1065008&group_id=78018
|