Thanks, I did not know that INDEX work in that way.
Regards, NB
-----Original Message-----
From: Alexander S.Kresin [mailto:al...@be...]
Sent: Monday, February 09, 2015 12:10 PM
To: let...@li...
Subject: Re: [Letodb-developers] INDEX ON bug
Nenad Batocanin writes:
>
> USE Table NEW
>
> INDEX ON Upper(t_name) TO (cIndex) TAG Test
>
>
>
> This commands open table _without_ index, and then creates new index
> file. But, if exist old index file, LetoDB for some reason open this
> old file before creates new. For example, if old file contains bad
> function
> - "Wrong(t_name)", Leto reports error "Undefined function". I use NTX
> index files.
>
>
It is Harbour's DBFNTX opens that existing index file before to create it because the tag name is set. Harbour supports multitag ntx indexes, so it tries to add new tag in existing index file.
Simply delete indexes with wrong index expressions.
Regards, Alexander.
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Letodb-developers mailing list
Let...@li...
https://lists.sourceforge.net/lists/listinfo/letodb-developers
|