Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have two fields in a table in database. I added some data entries into this table. Now i indexed this table.

Now the question is, if i add new data entry in this table, does it also gets indexed automatically or not.

If its doesn't get indexed automatically on the addition of new data entry in the table, how can i make it start automatic indexing...

Or i have to do the table's indexing manually again?

Thanx :)
Posted
Comments
rkthiyagarajan 29-Sep-11 20:56pm    
If your coding correct added automatically.

1 solution

The indexes will be updated automatically.
 
Share this answer
 
Comments
devildx2050 29-Sep-11 22:57pm    
ya definitely my friend the indexes will be auto updated :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900