revOpenDatabase()

Marek Niesiobedzki nm at studionm.pl
Sun Apr 29 17:00:08 CDT 2012


Hi Ruslan,

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.

Marek
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macserve.net/pipermail/valentina-beta/attachments/20120430/ebb212fa/attachment.html>


More information about the Valentina-beta mailing list