revOpenDatabase()

Ruslan Zasukhin ruslan_zasukhin at valentina-db.com
Tue May 1 00:46:22 CDT 2012


On 4/30/12 1:00 AM, "Marek Niesiobedzki" <nm at studionm.pl> wrote:

Hi Marek,

> I found that the problem to connect Vserver from LC using it's command
> revOpenDatabase() exists if there is port number:
> 
> put revOpenDatabase ("Valentina4", "192.168.15.66:15432", "testDB", "sa",
> "sa") into tResult
> put revOpenDatabase ("Valentina4", "localhost:15432", "testDB", "sa", "sa")
> into tResult
> put revOpenDatabase ("Valentina4", "127.0.0.1:15432", "testDB", "sa", "sa")
> into tResult
> 
> causing crash of LC (it's independent if localhost or LAN connection), but the
> same without port number:
> 
> put revOpenDatabase ("Valentina4", "192.168.15.66", "testDB", "sa", "sa") into
> tResult
> put revOpenDatabase ("Valentina4", "localhost", "testDB", "sa", "sa") into
> tResult
> put revOpenDatabase ("Valentina4", "127.0.0.1", "testDB", "sa", "sa") into
> tResult
> 
> works locally and over LAN.

Aha, very good finding.
Thank you.

We will need fix crash then inside of this func.



-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information
http://www.paradigmasoft.com

[I feel the need: the need for speed]




More information about the Valentina-beta mailing list