Double checked , I can connect with flamerobin but not with the pure
python firebird driver
sudo pip install --upgrade firebirdsql

ls -lah /tmp/test.fdb3
-rw-rw---- 1 firebird firebird 800K Feb  6 11:27 /tmp/test.fdb3
cat /tmp/connect_srp.py
import firebirdsql

conn = firebirdsql.connect(
        host='localhost',
        database='/tmp/test.fdb3',
        user='SYSDBA',
        password='masterkey',
        connect_version=3,
        use_srp=True,
        wire_crypt=True)

On Thu, Feb 6, 2014 at 11:02 AM, Alex Peshkoff <[email protected]> wrote:
> On 02/06/14 12:26, marius adrian popa wrote:
>> http://permalink.gmane.org/gmane.comp.db.firebird.python/360
>>
>
> First of all make sure you can connect using native isql. Next check is
> there are something in firebird.log.
>
>
> ------------------------------------------------------------------------------
> Managing the Performance of Cloud-Based Applications
> Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
> Read the Whitepaper.
> http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
> Firebird-Devel mailing list, web interface at 
> https://lists.sourceforge.net/lists/listinfo/firebird-devel

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to