Tag: Development

Community

Database Resetter

(Mitchell2.24v) This article describes a small utility that can be used to reset a database to a clean state. During development of applications that use databases this may be needed quite frequently. This utility was built quickly and will therefore not win any style points, but it works for m

Community

Working with ADOX

(Ramesh Balaji and Scott Mitchell) ADO, as you likely know, is used to access databases (or more generic data stores). The work that we normally perform with ADO when working with database can be categorized into the following two activities: 1. Data Definition 2. Data Manipulation