On Tuesday 19 June 2007 08:40, Ed Leafe wrote:
> The code in dbMsSQL deliberately puts the port in with the host, as
> that was the only way that it worked previously. So you're saying that
> your site only worked if the port was not part of the host?
Ed I reported this already. As you can see that the "port" entry is not used.
>From pymssql.py
# open the connection
con = _mssql.connect(dbhost, dbuser, dbpasswd)
con.select_db(dbbase)
return pymssqlCnx(con)
So the port information is in the dbhost (which on a linux box should be the
freetds server entry) which should come from dll or lib that is used.
--
John Fabiani
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]