Subject | RE: [IBO] [Jason] Little bug from IBO5 new relase. |
---|---|
Author | IBO Support List |
Post date | 2013-08-16T21:58:01Z |
I'm not sure how this is happening as I am not getting it to duplicate.
Could I get more detail on how to duplicate this issue?
Thanks,
Jason Wharton
www.ibobjects.com
-----Original Message-----
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf
Of hamacker
Sent: Wednesday, July 24, 2013 1:18 PM
To: Lista IBObjects
Subject: [IBO] [Jason] Little bug from IBO5 new relase.
In my systems when autoconnection fail, I use LoginPrompt:=true until the
person login or exit. It´s run OK if connection is local or not.
After update to ibo5.2.0_b07, now if connection is local and
servername=''(empty), then Ibo put ":" starting path database name.
I know this because it´s showed in popup window when loginprompt:=true;
In my components, I put now :
if MyConn.Protocol:=cpLocal and MyConn.Server='' then
MyConn.Server:='localhost'; // to workaround bugfix in ibo5.2.0_b07
Always IBO put ServerName+":", instead try to not put ":" when ServerName is
empty.
Please Jason.
[Non-text portions of this message have been removed]
------------------------------------
___________________________________________________________________________
IB Objects - direct, complete, custom connectivity to Firebird or InterBase
without the need for BDE, ODBC or any other layer.
___________________________________________________________________________
http://www.ibobjects.com - your IBO community resource for Tech Info papers,
keyword-searchable FAQ, community code contributions and more !
Yahoo! Groups Links
Could I get more detail on how to duplicate this issue?
Thanks,
Jason Wharton
www.ibobjects.com
-----Original Message-----
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf
Of hamacker
Sent: Wednesday, July 24, 2013 1:18 PM
To: Lista IBObjects
Subject: [IBO] [Jason] Little bug from IBO5 new relase.
In my systems when autoconnection fail, I use LoginPrompt:=true until the
person login or exit. It´s run OK if connection is local or not.
After update to ibo5.2.0_b07, now if connection is local and
servername=''(empty), then Ibo put ":" starting path database name.
I know this because it´s showed in popup window when loginprompt:=true;
In my components, I put now :
if MyConn.Protocol:=cpLocal and MyConn.Server='' then
MyConn.Server:='localhost'; // to workaround bugfix in ibo5.2.0_b07
Always IBO put ServerName+":", instead try to not put ":" when ServerName is
empty.
Please Jason.
[Non-text portions of this message have been removed]
------------------------------------
___________________________________________________________________________
IB Objects - direct, complete, custom connectivity to Firebird or InterBase
without the need for BDE, ODBC or any other layer.
___________________________________________________________________________
http://www.ibobjects.com - your IBO community resource for Tech Info papers,
keyword-searchable FAQ, community code contributions and more !
Yahoo! Groups Links