Subject | Re: [firebird-support] Re: accessing firebird on windows from linux |
---|---|
Author | Mark Rotteveel |
Post date | 2016-06-07T18:54:24Z |
On 7-6-2016 13:50, Virgo Pärna virgo.parna@... [firebird-support] wrote:
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
> On Tue, 17 May 2016 16:43:51 +0200, robert rottermann robert@... [firebird-support] <firebird-support@yahoogroups.com> wrote:No, because this connection string has nothing to do with 'normal'
>>
>> 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
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