You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I'm having an issue where indexes and primary keys are disappearing from tables in a SQLCE 3.0 database. There is nowhere in the program where I'm explicitly dropping indexes. All data transactions are via a common connection either through a command object or a resultset. I don't know whether the indexes are disapearing during database transactions or when the repair method is executed. Is there any known issue of ssce databases losing indexes? Is there anything I should be doing to keep these from disappearing? My only alternative at this point is to check and recreate the indexes when the program opens.