[V4REV] Constants

ron barber rbarber at yhb.att.ne.jp
Mon Jun 20 14:17:19 CDT 2005


Hi

Perhaps I not understanding this form so can you help me with this?

get VDatabase_Create(dbRef, mPath,4, 32 * 1024, EVOs.kOsDefault )

produces 4 files as expected.

But I thought you could also put in a number for EVOs.kOsDefault?
> As the Mode parameter you can specify one of the following:
> 1  // (description,data,BLOB,indexes)   2  // description + 
> (data,BLOB,indexes)   3  // description + (data,BLOB) + indexes   4  
> // description + data + BLOB + indexes   5  // (description,data,BLOB) 
> + indexes   6  // (description,data) + BLOB + indexes   7  // 
> (description,data,indexes) + BLOB    8   // description + 
> (data,indexes) + BLOB
> Example:   get VDataBase_Create( dbRef, path, 5, 32 * 1024 )

(BTW, the example should include all the parameters, since the next 
example is the same and refers to a remote db)

So
get VDatabase_Create(dbRef, mPath,4, 32 * 1024,4)  gives 4 files but so 
does
get VDatabase_Create(dbRef, mPath,4, 32 * 1024,1)  and so does
get VDatabase_Create(dbRef, mPath,4, 32 * 1024,8)

so numbers don't work. What is the proper syntax for this?

Thanks again,
Ron



More information about the Valentina-beta mailing list