Re: [python-win32] Adding a notification icon from a service

2012-05-17 Thread Mark Hammond
On 18/05/2012 9:00 AM, Alan Trick wrote: Hi, I have two smallish python modules, one which runs a service, and the other which puts a notification icon with a trivial menu on the windows panel (these modules are quite similar to existing examples in pywin32). Both of these modules work fine by t

[python-win32] Adding a notification icon from a service

2012-05-17 Thread Alan Trick
Hi, I have two smallish python modules, one which runs a service, and the other which puts a notification icon with a trivial menu on the windows panel (these modules are quite similar to existing examples in pywin32). Both of these modules work fine by themselves. However when I try to create the

Re: [python-win32] Fwd: Trouble with SQL CE 3.5 DB File

2012-05-17 Thread David L. Page
Update: I have put together some C# code and I'm able to see the varbinary Data using the MS Visual C# System.Data.SqlServerCe calls. (I am by no means a C# or SQLCE expert. I just thought I'd try another avenue.) I can supply the C# code if desired, but here's the SQL select call that retrieves

Re: [python-win32] Fwd: Trouble with SQL CE 3.5 DB File

2012-05-17 Thread Vernon Cole
My error! Reading again, I see that your version is up to date. If the data is not private, could you send a zipped copy of your data file to me directly (not to the list)? -- Vernon On Thu, May 17, 2012 at 12:59 PM, Vernon Cole wrote: > David: >You do not mention the version of adodbapi you

Re: [python-win32] Fwd: Trouble with SQL CE 3.5 DB File

2012-05-17 Thread Vernon Cole
David: You do not mention the version of adodbapi you are using. >>>import adodbapi >>>print adodbapi.version 2.4.2.2 is current. Some older versions have known problems with large binary fields -- which is just exactly what you are using. Please try again with a current version if you have not

[python-win32] Fwd: Trouble with SQL CE 3.5 DB File

2012-05-17 Thread David L. Page
Hi, I have an .sdf file (SQL CE 3.5) that someone has given me. I need to extract some data from the file (and will need to extract similar data from similar files in the future). I'm trying to write a python script to do it. The DB file has a table (Profiles) with three items (DataID (int), Data