DataTier.Net 4.9.2
DataTier.Net 4.9.2
This release was created because DataTier.Net now has a new Version 2 template structure with only two projects:
Data Access Component
Object Library
All the functionality is the same for now as the 4 project structure. Two projects makes it simpler to deploy.
The Object Library could be included in the Data Access Component, but I think it is better to separate them.
After installation, follow these steps:
Create a SQL Server Database named DataTier.Net.Database
Run DataTier.Net and follow the instructions on the Setup screen to create your SQL Server database DataTier.Net.Database.
The Setup Control will walk you through setting up DataTier.Net and and creating your connection string and Environment Variable.
Manual Installation (legacy)
The typical location of database scripts:
C:\Program Files (x86)\DataJuggler\DataTier.Net\SQL Scripts\DataTier.Net.Database.Schema.sql
Execute the script DataTier.NET.Database.Schema.sql
Create a User Level Environment Variable named DataTierNetConnection, and set the value to a connection string for your DataTier.Net.Database.
Tip: Connection Builder is installed and will have a shortcut on your desktop. Use Connection Builder to create your connection string.
Example Connection String using Windows Authentication. Replace (Server Name) with your Server Name.
Data Source=(Server Name);Initial Catalog=DataTier.Net.Database;Integrated Security=True;Encrypt=False;
Fixes
Fixed in version 4.9.2: Confirm Changes Control and Confirm Removal Control now handle the new Data Manager folder to Data for V2 projects.
Fixed in version 4.9.1: DataTier.Net Database was updated