Subject Re: [firebird-support] accessing firebird on windows from linux
Author Mark Rotteveel
On 20-5-2016 13:21, Mark Rotteveel mark@...
[firebird-support] wrote:
> I think you have too many `/` after the port number. Try
>
> sa.create_engine('firebird+fdb://SYSDBA:thekey@10.42.1.150:3050/c:\\Users\\elvis\\Documents\\VAS.fdb')
>
> It would also be very helpful to post the error message you get when
> doing this.

Also note that the Firebird server is very likely not able to access
files in a user folder, as those are only accessible by that user, and
not by the user running the Firebird service (unless Firebird is running
as user elvis).

Mark
--
Mark Rotteveel