On Fri, 03 Jul 2009, [email protected] wrote: > How we can use fields type : > {{ 'DATA', 'D', 3, 0}, ...
Just like above. > to build orders ? There is no difference between D3 D4 and D8 when index is created. > When I use DATA or DtoS( DATA), dbSeek() do not can find records. > Rdd is DBFCDX. A similar phenomenon when field is type I. I have not idea what you made but it's not Harbour problem. If you created index on simple 'DATA' filed then you should pass to dbSeek() date value not string which is result of DTOS(). It doesn't matter if you use D8 or D8 fields though binary fields like D3 or D4 are smaller and faster in decoding/encoding so they are more efficient. best regards, Przemek _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
