DataTier.Net 4.9.0 #41
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.0
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:
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
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;
No file chosen
Attach files by dragging & dropping, selecting or pasting them.
DataTier.Net4.8.1.msi
(29.4 MB)
No file chosen
Attach binaries by dropping them here or selecting them.
Set as a pre-release
This release will be labeled as non-production ready
Set as the latest release
This release is labeled as the latest for this repository.
Tagging suggestions
It’s common practice to prefix your version names with the letter v. Some good tag names might be v1.0.0 or v2.3.4.
If the tag isn’t meant for production use, add a pre-release version after the version name. Some good pre-release versions might be v0.2.0-alpha or v5.9-beta.3.
Semantic versioning
If you’re new to releasing software, we highly recommend to learn more about semantic versioning.
A newly published release will automatically be labeled as the latest release for this repository.
If 'Set as the latest release' is unchecked, the latest release will be determined by higher semantic version and creation date. Learn more about release settings.
Footer
© 2024 GitHub, Inc.
Footer navigation
Terms
Privacy
Security
Status
Docs
Contact
Manage cookies
Do not share my personal information
Edit release · DataJuggler/DataTier.Net
This discussion was created from the release DataTier.Net 4.9.0.
Beta Was this translation helpful? Give feedback.
All reactions