Eurico Chagas Filho wrote on 2010-11-17: > Hi > > I built a local view, just a read only view, for this view i created a > idx index. > When i issue a BEGIN TRANSACTION i get error 1548, choosing continue > it proceeds ok. > I can issue a SET INDEX TO and close the idx file. Is this the only > plausible way ? > > TIA, E. >
Eurico, If you use the TAG clause instead of the TO clause of the INDEX Command it creates a structural CDX. From my experience when this is used on a temporary cursor it cleans up the CDX when the cursor is closed. I'm curious, why is a BEGIN TRANSACTION being called on a READ ONLY view? Tracy Pearson PowerChurch Software _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/000401cb8667$b00d82a0$102887...@com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

