I have an application which inserts large amount of data in Access database. So to speed up the things i have set Indexed property to No.
So at the end of insertion i need to set the index to the column of the one of the table to Indexed (Duplicates OK) through C#.
Help would be really appreciated.
Thanks
So at the end of insertion i need to set the index to the column of the one of the table to Indexed (Duplicates OK) through C#.
Help would be really appreciated.
Thanks
Comment