Valentina error #529669 with V4RB_25b23_macho

Stan Busk maxprog at mac.com
Thu Nov 30 11:52:10 CST 2006


Hi,

More info:

My class is defined that way:

Sub Constructor(inDatabase As DB_Data)

   name = "tblBudgetCategory"

   mBudgetID   = new VObjectPtr ("BudgetCategory_BudgetID",  
inDatabase.mBudget, EVOnDelete.kCascade, EVFlag.fIndexed )
   mCategoryID = new VObjectPtr ("BudgetCategory_CategoryID",  
inDatabase.mCategory, EVOnDelete.kCascade, EVFlag.fIndexed )
   mExpanded   = new VBoolean   ("BudgetCategory_Expanded")

End Sub

that table was created as part of a schema update this way:

newTable = vdb.CreateTable("tblBudgetCategory")

newFld = vdb.Table("tblBudgetCategory").CreateObjectPtrField 
( "BudgetCategory_BudgetID", vdb.Table( "tblBudgets" ),  
EVOnDelete.kCascade, EVFlag.fIndexed )
newFld = vdb.Table("tblBudgetCategory").CreateObjectPtrField 
( "BudgetCategory_CategoryID", vdb.Table( "tblCategories" ),  
EVOnDelete.kCascade, EVFlag.fIndexed )
newFld = vdb.Table("tblBudgetCategory").CreateBooleanField 
( "BudgetCategory_Expanded")

I am puzzled about why V4RB_25b23 don't want to open the database  
after the schema update as V4RB_25b20 does...

Stan

> Hi,
>
> I get the following error when trying to open a database with my  
> app compiled with V4RB_25b23_macho:
>
> Error #529669: The table 'tblCategories' is not used in link  
> "Link_2 (tblBudgetCategory_CategoryID).
>
> What does this mean? Why does it happen with V4RB_25b23 and not  
> with V4RB_25b20 ?
>
> Stan
> _______________________________________________
> Valentina-beta mailing list
> Valentina-beta at lists.macserve.net
> http://lists.macserve.net/mailman/listinfo/valentina-beta



More information about the Valentina-beta mailing list