Subject | [Jason] Little bug from IBO5 new relase. |
---|---|
Author | hamacker |
Post date | 2013-07-24T19:18:23Z |
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]
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]