mmmmmm. 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 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
> missing, etc, etc.  I guess I could keep working through it this way and try
> to cobble something together that will work, but it seems there should be a
> better way.
>
> OLE is available, at least in some form, in Win Mob.  I use ADOCE with
> VBScript pretty successfully.  To my knowledge ADOCE is just a scaled down
> version of ADODB.
>
> Link to MSDN:
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adoce31/html/adoguide.asp
>
> >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?
>
>
>
_______________________________________________
PythonCE mailing list
PythonCE@python.org
http://mail.python.org/mailman/listinfo/pythonce

Reply via email to