Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: Olaf_DoschkePosted on 2009-11-06 at 02:34:27ID: 25757969
what after a reindex? Is the APPTNUM index in the cdx file of the appt_display_info table or is it a seperate idx index file? idx indexes must be opened manually and will get out of sync if that's not done, that would be a reason you wouldn't find a record with a seek, while it's there in the table.
Even a CDX index can get out of sync, for example if the cdx file is readonly. Or if the cdx is from an earlier backup. So please check that and REINDEX, directly afterwards this should not be a problem anymore.
One other reason coming to mind: Are the two fields apptnum in appt_display_info and in appt (the origin of the appthold cursor) the same type and size? If not that may be a reason the seek doesn't find values.
Bye, Olaf.