[Tutor] MS-SQL
Lloyd Kvam
pythontutor at venix.com
Thu Sep 18 16:26:51 EDT 2003
Yes.
The Sybase module works talking to an MS SQL database. I've used
it, but can not guarantee that everything will work correctly. I've had
no problems.
import Sybase as MSSQL # reminder to me that this could be cheating
self.conn = MSSQL.connect("1.2.3.4", user='me', passwd='mypassword')
Ronan Lucio wrote:
> Hello,
>
> Is there a way to access a MS-MSQL Server of a Windows
> 2000 Server from a Python CGI located in a FreeBSD box?
>
> Thank's
> Ronan
>
> _______________________________________________
> Tutor maillist - Tutor at python.org
> http://mail.python.org/mailman/listinfo/tutor
>
--
Lloyd Kvam
Venix Corp.
1 Court Street, Suite 378
Lebanon, NH 03766-1358
voice: 603-443-6155
fax: 801-459-9582
More information about the Tutor
mailing list