more V4RB_Client crashes
Tim Davis
timdavis at amug.org
Mon Jul 14 10:07:10 CDT 2003
Hi Ruslan,
Here's another related problem. If the server is not running, an app
crashes upon any attempted server activity.
server = new VServer(HostName, "sa", "sa")
MsgBox "test" // "test"
if server = nil then // Crash when server not running
MsgBox "Server cannot be found."
else
server.OpenSession
MsgBox server.Version
server.CloseSession
end if
Exception
MsgBox "Error: 'TestServer'"
Tim Davis
More information about the Valentina
mailing list