Hi All,
I am developing Windows Application using C#.net with MS ACCESS 2007 as my Database. During Development I have entered so many records in my database.I am having tables with datatype as AutoNumber..
Now my requirement is I want truncate tables I mean I want to delete all records and reset autonumber values..
In sql server database, Truncate keyword is there to truncate the tables...
But in MS Access I could not find this keyword...
So, Please any one tell me how to truncate tables in MS ACCESS 2007..
Thanks in advance..
I am developing Windows Application using C#.net with MS ACCESS 2007 as my Database. During Development I have entered so many records in my database.I am having tables with datatype as AutoNumber..
Now my requirement is I want truncate tables I mean I want to delete all records and reset autonumber values..
In sql server database, Truncate keyword is there to truncate the tables...
But in MS Access I could not find this keyword...
So, Please any one tell me how to truncate tables in MS ACCESS 2007..
Thanks in advance..