I   attach   examples  inline (is attaching .txt files or even .png to
the list OK, by the way?)

I   used  debugger  to  display  them  after  reading  from  file  and
decryption. I see that I should TRIM the username field :-)

#1  and #3 are examples for connection strings that are working, #2 is
an example for connection strings not working.

If  I  change  code  so  that  Role  is not assigned when building the
connection string, #2 also works fine.

Maybe I am doing something weird in another place...


Example 1:
DataSource=localhost;
User=      Z_KNAPPSTEIN      ;
Password=  fbak-krGz3;
Role=      RL_BIZUSERS;
Database=History;
Port=3050;
Dialect=3;
Charset=WIN1252;
Connection lifetime=0;
Connection timeout=15;
Pooling=True;
Packet Size=8192;

Example 2:
DataSource=S05-04;
User=      SYSDBA;
Password=  masterkey;
Role=      ;
Database=Termine;
Port=3050;
Dialect=3;
Charset=ISO8859_1;
Connection lifetime=0;
Connection timeout=15;
Pooling=True;
Packet Size=8192;

Example 3:
DataSource=P07-08;
User=      Z_KNAPPSTEIN      ;
Password=  fbak-krGz3;
Role=      RL_BIZUSERS;
Database=Z:\Local\Daten\Firebird\Current;
Port=3050;
Dialect=3;
Charset=WIN1252;
Connection lifetime=0;
Connection timeout=15;
Pooling=True;
Packet Size=8192;



> How the complete connection string looks like?

> On Mon, Nov 5, 2012 at 12:14 PM, André Knappstein
> <knappst...@beta-eigenheim.de> wrote:
>> I noticed a change which I did not read about before.
>> Maybe I missed it, maybe it was not announced.
>> My last installed version was 2.6. on most seats, 2.75 on some.
>>
>> If "Role = " (empty string), the connection string now is invalid.
>>
>> I  will have to roll back to 2.6 for now, because I will first have to
>> change  my  code  a  bit  (I am feeding connection data from encrypted
>> files and some of them contain empty Role).
>>
>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> LogMeIn Central: Instant, anywhere, Remote PC access and management.
>> Stay in control, update software, and manage PCs from one command center
>> Diagnose problems and improve visibility into emerging IT issues
>> Automate, monitor and manage. Do more in less time with Central
>> http://p.sf.net/sfu/logmein12331_d2d
>> _______________________________________________
>> Firebird-net-provider mailing list
>> Firebird-net-provider@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/firebird-net-provider






------------------------------------------------------------------------------
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to