[V4MD] AutoIncrement

Ruslan Zasukhin sunshine at public.kherson.ua
Wed Sep 24 12:02:17 CDT 2008


On 9/24/08 6:52 PM, "Bart Pietercil" <bart.pietercil at cognosis.be> wrote:

> I gave up on Director a few years ago so I can't really test but
> 
> tbl.Person.createLongField("ID_Person",[#fIndexed +#fIdentity]  should
> work, if I recall correctly the flags #f.... are in fact constants
> that you need to sum up
> 
> Mind you there seems to be a typo fIndentity or fIdentity, maybe try
> both of them.
> Do you have Valentina error checking in place in your script ?
> What kind of error does it give ?

It seems this flag is not propagated into V4MD.
Please report this bug into Mantis.

Workaround is to use SQL to create table

CREATE TABLE T1
(
   ID_Person LONG IDENTITY INDEXED,
   f2 LONG,
   ...
)  




-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information
http://www.paradigmasoft.com

[I feel the need: the need for speed]




More information about the Valentina mailing list