![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
#4
| |||
| |||
|
|
No can do, Brian. Note that under some circumstances (D3/NT I think) there is a limit on the maximum number of items in a single index value (in this case, null). I think that max is 64K. I would check with RD support. Why don't you post D3 stuff to CDP or the RD forums? (Disregarding the fact that I answered your question.) /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 |
#5
| |||
| |||
|
|
No can do, Brian. Note that under some circumstances (D3/NT I think) there is a limit on the maximum number of items in a single index value (in this case, null). I think that max is 64K. I would check with RD support. Why don't you post D3 stuff to CDP or the RD forums? (Disregarding the |
|
fact that I answered your question.) /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 |
#6
| |||
| |||
|
|
Ok, skip the CDP part and what I meant was the RD forum part.... didn't mean to be so snarky. /Scott |
#7
| |||
| |||
|
#8
| |||
| |||
|
|
Simple matter to register for the forums As Scott said, no way around "nulls" issue ... and you may want to concat the key to the index to make more unique. Did I say there was "no way around" the previous problem? OK, perhaps there are if you wanted to do a little bit of work. One technique would be to have a trigger in your main file that simply maintained a secondary file - @ID = whatever you are indexing (and you would add logic to exclude nulls), with @RECORD = @ID of main file ... other variations to the theme in terms of structure, but you could now use the index on the associated file to build a select list that could then be used against the primary ... this is possibly neatest solution As previously mentioned, would be to amend index from, say create-index A16, to create-index A16:"*":A0 --> not necessarily useful with a SELECT, but if you were accessing using a BASIC KEY routine this would be fine. There are other alternatives, like using an alternate BTree product (like our SuperB [which we haven't sold for many a long year]) that would allow you to exclude nulls (or any other repeated value), but I wouldn't see these as viable HTH Ross Ferris Stamina Software Visage > Better by Design! |
#9
| |||
| |||
|
#10
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |