On 7-6-2016 13:50, Virgo Pärna [email protected] [firebird-support] wrote:
> On Tue, 17 May 2016 16:43:51 +0200, robert rottermann [email protected] 
> [firebird-support] <[email protected]> wrote:
>>
>> This is the connection string I use:
>> engine =
>> sa.create_engine('firebird+fdb://SYSDBA:[email protected]:3050///c:\\Users\\elvis\\Documents\\VAS.fdb')
>
>       Shouldn't it be
> firebird+fdb://SYSDBA:[email protected]/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

Reply via email to