Relational Artist: Installation

The library is probably most easily used with Visual Studio.NET. Copy the following folders into your folder "My Documents\Visual Studio Projects":

  • Org.RelationalArtist
  • Org.RelationalArtist.MsAccess
  • Org.RelationalArtist.MsSqlServer
  • Org.RelationalArtist.WebControls
  • Org.RelationalArtist.MsAccess.NUnitTest
  • Org.RelationalArtist.MsSqlServer.NUnitTest
  • NUnitCore
  • NUnitGUI
  • Org.RelationalArtist.CookBook
  • Org.RelationalArtist.CookBook.LoaderGUI
  • Org.RelationalArtist.Docs

You may use VS.NET to compile the namespaces. Makefiles and support for directed command-line compilation by csc.exe is forthcoming.

Copy the following folder as "CookBook" to "C:\Inetpub\wwwroot" and share it as a web folder:

  • Org.RelationalArtist.CookBook.Web

In order to create the test database, you may execute the CreateDb.txt script in the documentation folder against your database server. Make sure to create a user "test" with password "test", or else to change the CookDb.cs class to reflect the security context of your choice.