Click here to Skip to main content
15,896,111 members
Articles / Database Development / SQL Server

Database Resetter

Rate me:
Please Sign up or sign in to vote.
4.36/5 (11 votes)
5 Oct 20044 min read 121.3K   633   35  
A little tool to make life while developing with databases a little easier.
Imports System.Reflection
Imports System.Runtime.InteropServices

' General Information about an assembly is controlled through the following 
' set of attributes. Change these attribute values to modify the information
' associated with an assembly.

' Review the values of the assembly attributes

<Assembly: AssemblyTitle("Database Resetter Demo")> 
<Assembly: AssemblyDescription("A small application to demonstrate the use of the Database Resetter Library")> 
<Assembly: AssemblyCompany("Phoenix Consultancy")> 
<Assembly: AssemblyProduct("Database Resetter")> 
<Assembly: AssemblyCopyright("2004")> 
<Assembly: AssemblyTrademark("(c)")> 
<Assembly: CLSCompliant(True)> 

'The following GUID is for the ID of the typelib if this project is exposed to COM
<Assembly: Guid("83CD7263-12F5-4DF2-AE7A-05F37CFA59FA")> 

' Version information for an assembly consists of the following four values:
'
'      Major Version
'      Minor Version 
'      Build Number
'      Revision
'
' You can specify all the values or you can default the Build and Revision Numbers 
' by using the '*' as shown below:

<Assembly: AssemblyVersion("1.0.*")> 

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Netherlands Netherlands
Michiel de Rond has been programming since he was about 10 years old. In the old days he developed DOS and Windows based applications. Later the focus has shifted towards Web development. Nowadays Client/Server applications employing current technology are his thing. Michiel is based in Amsterdam and works as an independent consultant/architect/developer. Next to his development work he also writes technical books (in dutch for now). In his precious spare time he loves to spend time with his wife and daughter.

Comments and Discussions