V4RB_Client crashes

Tim Davis timdavis at amug.org
Mon Jul 14 09:21:31 CDT 2003


Hi Ruslan,

If a session is not opened to the server, an app crashes when 
requesting the following parameters:
	Version
	DatabaseCount
	ConnectionCount
	DatabaseInfo

The following do not crash without session:
	HostName
	UserName

Example code:
   server.OpenSession
   MsgBox server.Version // "2.0a20"
   MsgBox server.DatabaseInfo(1).Name // "master"
   server.CloseSession

   MsgBox server.Version // crash
   MsgBox str(server.DatabaseCount) // crash
   MsgBox str(server.ConnectionCount) // crash
   MsgBox server.DatabaseInfo(1).Name // crash

I have not tested all parameters from server.

Tim Davis
RB 5.2, VServer 2.0.a20, V4RB_Client 2.0a15



More information about the Valentina mailing list