Warning, but I don't see the error
jda
jda at his.com
Fri Sep 7 08:17:21 CDT 2007
I have one particular db that creates a warning log when I open it, saying
E x c e p t i o n c a t c h e d d u r i n g r e a d o f
s y s t e m t a b l e s .
(BTW, should be Exception caught...)
There are several errors, but none make any sense to me. Here is one:
E x c e p t i o n c a t c h e d d u r i n g r e a d o f
s y s t e m t a b l e s .
: F i e l d " v a r C h a r F i e l d " , a t t r i b u t e
" M a x L e n g t h " i s n o t m a t c h e d w i t h
s c h e m a - s t o r e d a t t r i b u t e .
But here is the declaration in my bobject:
VarCharField = CreateVarCharField("VarCharField", 2044, EVFlag.fNone)
VarCharField.storageEncoding = "UTF16"
and here is what viSQL says is defined in the db itself:
VarCharField VarChar[2044]
Do you see why an exception is thrown?
Thanks,
Jon
More information about the Valentina
mailing list