[PythonCE] ADOCE, CDB, MySQL, Databases in general?

2005-11-15 Thread Tod Haren
Yep. Apparently it doesn't come stock with newer versions of WM. I am still running a PPC 2002 Axim, so I believe it came with it. I also run another app that came with the runtime. Apparently it is still available, but not supported by MS. It can be downloaded here: http://msdn.microsoft.com

Re: [PythonCE] ADOCE, CDB, MySQL, Databases in general?

2005-11-15 Thread Andy Baker
mm. ADOCE via VBScript? So there is a VBScript interpreter in Windows CE? Or have I misunderstood you? On 11/15/05, Tod Haren <[EMAIL PROTECTED]> wrote: > I tried the win32com.client method, but it's not available in PythonCE, or > atleast not that I can find. I get the usual errors about the

[PythonCE] ADOCE, CDB, MySQL, Databases in general?

2005-11-15 Thread Tod Haren
I tried the win32com.client method, but it's not available in PythonCE, or atleast not that I can find.  I get the usual errors about the lack of a module.  I attempted to simply copy the desktop win32com and win32 folders to the PPC.  This got me a little further, but inevitable there were modules

Re: [PythonCE] Getting the win32 extensions working

2005-11-15 Thread Andy Baker
As I mentioned in a reply ijn another thread, I'm curious about com.client but I don't know how/whether COM functionality is implemented in CE. Just want to glue bits of Python to OS and app functionality whilst sticking with my beloved Python... On 11/15/05, Luke Dunstan <[EMAIL PROTECTED]> wrot

Re: [PythonCE] Getting the win32 extensions working

2005-11-15 Thread Luke Dunstan
Download it and see for yourself: http://fore.validus.com/~kashtan/Python-2.3.4-arm-PPC2003.zip It contains only the win32gui and win32event modules of the pywin32 package. What parts do you need, and what do you intend to use it for? It doesn't contain any of the other modules like win32secur

Re: [PythonCE] ADOCE, CDB, MySQL, Databases in general?

2005-11-15 Thread Andy Baker
If it was on proper Windows I'd be looking at using win32com.client to do OLE automation for this sort of thing. Is this sort of approach viable on Windows Mobile? If not is it because of a lack in the Python Win32 modules or because WinCE doesn't do this kind of COM automation? On 11/15/05, Tod

[PythonCE] ADOCE, CDB, MySQL, Databases in general?

2005-11-15 Thread Tod Haren
I'm brand new to Python, but anxious to pick it up.  I'd like to get ADOCE (Active X Data Objects) to work on the Pocket PC similar to ADODB functions on the desktop.  I've worked through some of the examples for the desktop using ADODB and this is almost identical to how I've handled connections a