|
Relational Artist: InstallationThe library is probably most easily used with Visual Studio.NET. Copy the following folders into your folder "My Documents\Visual Studio Projects":
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:
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.
|