On 7-6-2016 13:50, Virgo Pärna virgo.pa...@mail.ee [firebird-support] wrote:
> On Tue, 17 May 2016 16:43:51 +0200, robert rottermann rob...@redcor.ch 
> [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
  • [firebird-support] ... robert rottermann rob...@redcor.ch [firebird-support]
    • Re: [firebird-... Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
      • Re: [fireb... Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
    • [firebird-supp... Virgo Pärna virgo.pa...@mail.ee [firebird-support]
      • Re: [fireb... Mark Rotteveel m...@lawinegevaar.nl [firebird-support]

Reply via email to