You're looking in the wrong place: that's the code for pymssql.

Try rev 2457; I just committed a fix for this.

Rick

On 3/28/07, El Gringo <[EMAIL PROTECTED]> wrote:
>
>
>
>
> On 28 mar, 12:30, Paul Johnston <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > The bit applicable toadodbapidoesn't consider the port at all (at the
> > moment...)
> >
>
> Check the current trunk, if port is specified, the port key is deleted
> and its value added to the key host with ''.join([keys.get('host',
> ''), ':',
> str(keys['port'])]) .  The problem is the ':' wich must be a coma for
> an adodb connection string.
>
> check
> http://msdn2.microsoft.com/en-us/library/system.data.sqlclient.sqlconnection.connectionstring.aspx
> .
>
> > "server=tcp:servername, portnumber"
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to