Problems with table. What does this mean?

Chuck Neal chuck at mediamacros.com
Fri May 6 13:15:22 CDT 2005


Ok, now I am just getting frustrated.  I exported some data to lists. 
Then I re-create the database from that list using addRecord.  Updated 
them all when done, flushed the database, and closed it.  I open it up 
in studio and check it and Get this...

Problems found!

************************************************************************
* BaseObject: "chart"
************************************************************************
Problems found.

-----> Field: "id' of type ULong
Problems found!

(!) Table has 28 physical records but field has 256


-----> Field: "locked' of type Boolean
Problems found!

(!) Table has 28 physical records so Bool field must have length = 4 but 
it is = 1024


-----> Field: "name' of type String
Problems found!

(!) Table has 28 physical records but field has 33


-----> Field: "passkey' of type String
Problems found!

(!) Table has 28 physical records but field has 40



The thing is there are only 28 items in the list, all were added the 
exact same way like so...

repeat with iItem in iData
    iCursor.addRecord(iItem)
end repeat
iCursor.updateAllRecords()

No errors, everythign processes fine.  It actually will even run ok, but 
this concerns me because my export still fails about the same place as 
it did before I rebuilt the database.  What would cause these errors on 
a new clean database?

Thanks.

-Chuck
--------------------------
Chuck Neal
CEO, MediaMacros, Inc.
chuck at mediamacros.com
http://www.mediamacros.com
--------------------------
Check out the Developers Mall
Your one stop shop for all your Director Xtra Needs
http://www.mediamacros.net/customer


Chuck Neal wrote:
> I am trying to figure out why a database is not working correctly.  I 
> ran the diagnosis from studio (on a 1.x database) and got this...
> 
> Problems found!
> 
> ************************************************************************
> * BaseObject: "user"
> ************************************************************************
> Problems found.
> 
> -----> Field: "id' of type ULong
> Problems found!
> 
> (!) Table has 1 physical records but field has 256
> 
> 
> -----> Field: "name' of type String
> Problems found!
> 
> (!) Table has 1 physical records but field has 6
> 
> 
> 
> What does this mean?
> 
> -Chuck
> --------------------------
> Chuck Neal
> CEO, MediaMacros, Inc.
> chuck at mediamacros.com
> http://www.mediamacros.com
> --------------------------
> Check out the Developers Mall
> Your one stop shop for all your Director Xtra Needs
> http://www.mediamacros.net/customer
> _______________________________________________
> Valentina mailing list
> Valentina at lists.macserve.net
> http://lists.macserve.net/mailman/listinfo/valentina
> 


More information about the Valentina mailing list