Re: Connecting to SQL database

2007-12-20 Thread bill ramsay
On Fri, 14 Dec 2007 23:35:00 -0300, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: >En Fri, 14 Dec 2007 23:24:24 -0300, Unknown <[EMAIL PROTECTED]> >escribió: > >> I have successfully connected to SQL2000 and MSDEE databases in the >> past, however I have to move to SQL2005 and SQLEXPRESS datab

Connecting to SQL database

2007-12-14 Thread bill ramsay
Hi I have successfully connected to SQL2000 and MSDEE databases in the past, however I have to move to SQL2005 and SQLEXPRESS databases now. I've tried the following but with no luck [this is what i used in the earlier incarnation except the Provider resource was SQLOLEDB.1] Conn = Dispatch

Re: detecting that a SQL db is running

2006-12-02 Thread bill ramsay
On Sat, 02 Dec 2006 07:39:51 GMT, Dennis Lee Bieber <[EMAIL PROTECTED]> wrote: >On Sat, 02 Dec 2006 09:02:43 +1300, bill ramsay <[EMAIL PROTECTED]> >declaimed the following in comp.lang.python: > >> Dennis >> >> none of this matters, all i am trying to

Re: detecting that a SQL db is running

2006-12-01 Thread bill ramsay
thank you paul, much appreciated -- http://mail.python.org/mailman/listinfo/python-list

Re: detecting that a SQL db is running

2006-12-01 Thread bill ramsay
Dennis none of this matters, all i am trying to find out is whether or not the local MSDE is actually running. I put all the other bits in there to try and put some background to it. kind regards bill -- http://mail.python.org/mailman/listinfo/python-list

detecting that a SQL db is running

2006-11-30 Thread bill ramsay
Hi I wonder if anyone can help me with a problem that I have with MSDE SQL db. [I am changing to SQL server soon]. I have an app that runs on a server that communicates with remote devices using email, this and other similar servers then sends XML/SOAP messages to a master application. I am in