diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-11-27 18:17:24 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-11-27 18:17:24 +0200 |
| commit | d1038a08bdf51b1310be4ef00ebe9e21b0e12f81 (patch) | |
| tree | 7492596cb1a12c0880246afff1c1ba1cb45db093 /Software/Visual_Studio/Installers | |
| parent | aa77439254b00c3789e00284964fec7808976103 (diff) | |
| download | Tango-d1038a08bdf51b1310be4ef00ebe9e21b0e12f81.tar.gz Tango-d1038a08bdf51b1310be4ef00ebe9e21b0e12f81.zip | |
Added EF6 local and server entities from SQLite and SQLServer.
Diffstat (limited to 'Software/Visual_Studio/Installers')
| -rw-r--r-- | Software/Visual_Studio/Installers/DB_PACK/SQLLOCALDB.MSI | bin | 0 -> 48230400 bytes | |||
| -rw-r--r-- | Software/Visual_Studio/Installers/DB_PACK/SQLiteToolBox.vsix | bin | 0 -> 3106785 bytes | |||
| -rw-r--r-- | Software/Visual_Studio/Installers/DB_PACK/readme.txt | 4 | ||||
| -rw-r--r-- | Software/Visual_Studio/Installers/DB_PACK/sqlite-netFx46-setup-bundle-x86-2015-1.0.106.0.exe | bin | 0 -> 17869743 bytes | |||
| -rw-r--r-- | Software/Visual_Studio/Installers/DB_PACK/upgrade_instance.bat | 4 |
5 files changed, 8 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Installers/DB_PACK/SQLLOCALDB.MSI b/Software/Visual_Studio/Installers/DB_PACK/SQLLOCALDB.MSI Binary files differnew file mode 100644 index 000000000..77bbafbb9 --- /dev/null +++ b/Software/Visual_Studio/Installers/DB_PACK/SQLLOCALDB.MSI diff --git a/Software/Visual_Studio/Installers/DB_PACK/SQLiteToolBox.vsix b/Software/Visual_Studio/Installers/DB_PACK/SQLiteToolBox.vsix Binary files differnew file mode 100644 index 000000000..0d2b443c1 --- /dev/null +++ b/Software/Visual_Studio/Installers/DB_PACK/SQLiteToolBox.vsix diff --git a/Software/Visual_Studio/Installers/DB_PACK/readme.txt b/Software/Visual_Studio/Installers/DB_PACK/readme.txt new file mode 100644 index 000000000..1c9d071d8 --- /dev/null +++ b/Software/Visual_Studio/Installers/DB_PACK/readme.txt @@ -0,0 +1,4 @@ +This folder contains installer packages required by the Tango database development environment. + +1. SQLite VS 2017 design components and data adapters. +2. SQL Local DB 2017 + upgrade script for removing and creating new instance.
\ No newline at end of file diff --git a/Software/Visual_Studio/Installers/DB_PACK/sqlite-netFx46-setup-bundle-x86-2015-1.0.106.0.exe b/Software/Visual_Studio/Installers/DB_PACK/sqlite-netFx46-setup-bundle-x86-2015-1.0.106.0.exe Binary files differnew file mode 100644 index 000000000..69fad724d --- /dev/null +++ b/Software/Visual_Studio/Installers/DB_PACK/sqlite-netFx46-setup-bundle-x86-2015-1.0.106.0.exe diff --git a/Software/Visual_Studio/Installers/DB_PACK/upgrade_instance.bat b/Software/Visual_Studio/Installers/DB_PACK/upgrade_instance.bat new file mode 100644 index 000000000..5b5e4189c --- /dev/null +++ b/Software/Visual_Studio/Installers/DB_PACK/upgrade_instance.bat @@ -0,0 +1,4 @@ +sqllocaldb stop MSSQLLocalDB +sqllocaldb delete MSSQLLocalDB +sqllocaldb create MSSQLLocalDB +sqllocaldb start MSSQLLocalDB |
