[ANN] Vservers mac+win and V4MD Win 2.0.5 fc5 uploaded

Bob Keeney bkeeney at everestkc.net
Wed Jul 27 15:43:23 CDT 2005


On Jul 27, 2005, at 11:51 AM, valentina-beta- 
request at lists.macserve.net wrote:
> You can download them here:
>
>     http://paradigmasoft.com/en/products/download/beta
>
> * Charles, please try fc5 builds of Vserver and V4RB on  
> RegisterDatabase
>
> * Dan, Bob. Class-way now should work with Vserver.
>
> * Francois, please check accents on V4MD fc5


I can say that I'm still having problems with the creating the  
database on the server.  It starts, and then simply freezes and I  
have to force-quit.  In verbose mode, the last couple of lines show  
up as:

15:33:10.539551 (42019840): (14) Creating 'Cases' table: OK
15:33:10.540461 (42019840): (14) Expecting for 5 field(s)...
15:33:10.546247 (42019840): (14) Creating 'sName'(Type: '') field: OK
15:33:10.554170 (42019840): (14) Creating 'ptrClient'(Type: '')  
field: OK
15:33:10.557969 (42019840): (14) Creating 'dtmCreated'(Type: '')  
field: OK

I moved around the order that the tables are created and in all  
cases, the 2nd to last object created is an ObjectPtr field.   
Definition below:
   me.name = "Cases"
   me.mName = me.CreateStringField( "sName", 50, EVFlag.fUnique)
   me.mClientPtr = me.CreateObjectPtrField( "ptrClient",  
mDatabase.mClients, EVOnDelete.kNoAction)
   me.mLastModified = me.CreateDoubleField("dtmCreated")
   me.mDateCreated = me.CreateDoubleField("dtmModified")
   me.mDescription = me.CreateStringField("sDescription", 500)

I tried changing around the EVOnDelete parameter but that didn't seem  
to make any difference.

For what it's worth, the exact same code creates a perfectly happy  
data file.

Thanks,
Bob Keeney


More information about the Valentina-beta mailing list