trouble with win32serviceutil

2005-06-23 Thread Erik Myllymaki
I am trying to start and stop a service with python. This used to work on an NT box but not on this 2003 server machine. (note- using "net stop myService" and net start myService" from the command line works just fine). The event viewer does tell me that a "Start command was sent to myService" b

Re: trouble with win32serviceutil

2005-06-24 Thread Erik Myllymaki
Erik Myllymaki wrote: > I am trying to start and stop a service with python. This used to work > on an NT box but not on this 2003 server machine. (note- using "net stop > myService" and net start myService" from the command line works just > fine). The event viewer

trouble with mxODBC, unixODBC and MSSQL

2006-04-01 Thread erik . myllymaki
I am using a script that's worked for me in the past on Windows, but now that i've moved it to a Linux machine it is not. The trouble seems to be when trying to insert escaped characters into a varchar field (\n \r ,etc.). --