[Python] mssql

sergio brio brio.sergio a gmail.com
Gio 27 Lug 2006 15:28:18 CEST


Perfetto.
Ora se lo script e' in funzione e cerco di terminarlo con un "Ctrl+c"
ottengo
una serie di warning e KeyboardInterrupt... Come posso gestire questa cosa
in maniera pulita?

Grazie mille ancora


Il 27/07/06, Stefano <e.tino a email.it> ha scritto:
>
> sergio brio ha scritto:
> > Buon giorno a tutti,
> >
>
> Ciao
>
> > Se perņ il server non č raggiungibile ottengo in output un messaggio del
> > genere:
> >
> > _mssql.error: DB-Lib error message 20009, severity 9:
> > Server is unavailable or does not exist.
> >
> > Come potrei gestire questo errore in maniera "elegante"?
> >
>
> Non conosco il modulo in questione ma ti potrei consigliare
>
> import _mssql
>
> try:
>        mssql=_mssql.connect('127.0.0.1 <http://127.0.0.1>','sa','')
> except:
>        mssql=None
>
> if (mssql):
>        print "ok"
>        mssql.close()
> else:
>        print "ko"
>
>
> Non ho testato, spero che funzioni ;-)
>
>
> Saluti
> Stefano
>
>
> _______________________________________________
> Python mailing list
> Python a lists.python.it
> http://lists.python.it/mailman/listinfo/python
>
-------------- parte successiva --------------
Un allegato HTML č stato rimosso...
URL: http://lists.python.it/pipermail/python/attachments/20060727/bcf48a19/attachment.html


Maggiori informazioni sulla lista Python