Subject Re: [firebird-support] Re: accessing firebird on windows from linux
Author Mark Rotteveel
On 7-6-2016 13:50, Virgo Pärna virgo.parna@... [firebird-support] wrote:
> On Tue, 17 May 2016 16:43:51 +0200, robert rottermann robert@... [firebird-support] <firebird-support@yahoogroups.com> wrote:
>>
>> This is the connection string I use:
>> engine =
>> sa.create_engine('firebird+fdb://SYSDBA:thekey@10.42.1.150:3050///c:\\Users\\elvis\\Documents\\VAS.fdb')
>
> Shouldn't it be
> firebird+fdb://SYSDBA:thekey@10.42.1.150/3050:/c:\\Users\\elvis\\Documents\\VAS.fdb

No, because this connection string has nothing to do with 'normal'
Firebird connection strings. SQL Alchemy parses this string to username,
password, host, port and path and passes those as separate properties.
For this it depends on its own specific URL format. As I replied back in
May it has likely to do with having 3 / after the port instead of one.

Mark
--
Mark Rotteveel