questions about VNET
Ruslan Zasukhin
sunshine at public.kherson.ua
Tue Oct 14 13:44:48 CDT 2003
on 10/14/03 13:37, SoftIl at softil at onlinehome.de wrote:
> Hi Ruslan,
> 2 Problems:
>
> 1.)
> I get an exception if I set an field "unique" after I created it in an
> existing table. If I do the same if I created the hole tablen ew, then it
> works fine.
> If I set the field "index" there are no problemes.
> Example:
>
> _table = _db.CreateTable(tablename);
> _myField = _table.CreateField("key",VNET.FieldType.kUShort);
> _myField.SetIsIndexd(true);
> _myField.SetIsUnique(true); --- It works fine.
>
>
> _table = _db.GetTable(tablename);
> _myField = _table.CreateField("key",VNET.FieldType.kUShort);
> _myField.SetIsIndexd(true);
> _myField.SetIsUnique(true); --- I get an exception "An external component
> has released an exception."
Can you reproduce this on our first example and send to me?
--
Best regards,
Ruslan Zasukhin [ I feel the need...the need for speed ]
-------------------------------------------------------------
e-mail: ruslan at paradigmasoft.com
web: http://www.paradigmasoft.com
To subscribe to the Valentina mail list go to:
http://lists.macserve.net/mailman/listinfo/valentina
-------------------------------------------------------------
More information about the Valentina
mailing list