On 24/08/2012 4:00 AM, Will Sadkin wrote:
Hi all,
I have a bit of a stumper. We have a C++ program in which we embed a
release python interpreter, so that both our C++ and python programs can
share a single codebase, written in Python. When building the program
for debug, we always #undef _DEB
That connection string works if you're using the pyodbc library, which
uses ODBC under the hood.
The questioner is using win32com to get at the ADODB.Connection object,
which uses a different connection string format.
Zev Spitz
On 8/23/2012 4:38 PM, Ahmed, Shakir wrote:
You can try this conn
Hi all,
I have a bit of a stumper. We have a C++ program in which we embed a
release python interpreter, so that both our C++ and python programs can
share a single codebase, written in Python. When building the program
for debug, we always #undef _DEBUG while including Python.h, and always
ther
Dear S.:
You do have the correct name for the 64-bit Access data provider, and you
have downloaded it from the correct place.
I suspect that the problem could be that your connect string has both the
ADO syntax ("PROVIDER=") and ODBC syntax ("DRIVER=") at the same time. You
should probably elimin
A connection string for ADO for Access looks like this:
conn.Open('Provider=Microsoft.ACE.OLEDB.12.0;Data
Source=C:\\temp\\Database1.accdb')
The other stuff looks like the connection string for an ODBC
connection.
If you don't have Office 2007 or later installed,
Hi,
I am facing some problems while accessing the Microsoft Access Database
2007, using win32com. The code and errors are given below.
I also tried the steps in the link but to no avail:
http://www.microsoft.com/en-us/download/confirmation.aspx?id=23734
Could you help, or also if you know of a a