DataTier.Net 4.9.2 #42
DataJuggler
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
Execute the SQL Script DataTier.Net.Database.Schema.sql, which can be found in your install directory.
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;
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
This discussion was created from the release DataTier.Net 4.9.2.
Beta Was this translation helpful? Give feedback.
All reactions