I already found a solution :=).
--
- Original Message -
From:
Math
To: [email protected]
Sent: Monday, February 06, 2006 7:43
PM
Subject: [python-win32] Attributes of
win32com and accessing MS Access
Hello
I found a solution (Should be ADOX) :-):
How to create db.mdb in Pyton:
cat = win32com.client.Dispatch(r'ADOX.Catalog')
cat.Create("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=db.mdb")
Thanks
---
> On Mon, 6 Feb 2006 19:43:25 +0100, "Math"
On Mon, 6 Feb 2006 19:43:25 +0100, "Math" <[EMAIL PROTECTED]> wrote:
>Pardon my English, my native is Dutch.
>Can somebody please tell me where I can find more information about win32com
>module and attributes.
>I wanna create a empty MS Access DataBase with COM, ADO and SQL from Python.
>Where
Hello,
Pardon my English, my native is Dutch.
Can somebody please tell me where I can find more
information about win32com module and attributes.
I wanna create a empty MS Access DataBase with COM,
ADO and SQL from Python.
Where can I find all methods and so on from
win32com*** when it