Skip to content

GitHub 1st release

Latest
Compare
Choose a tag to compare
@acnicholls acnicholls released this 19 Jun 22:32
· 5 commits to master since this release

changelog

  • Fixes issues with storing SQL Database connections in the registry
  • fixes issues with XML data not displaying
  • adds comments for all methods
  • updates MSI installer
  • cleans up linefeeds for Windows text viewers in output scripts
  • changes some option names in the ScriptType list
  • added code to remove sysdiagrams table from the selectable list
  • moved logging to a central location (ProjectMethods)

installation

  1. run the msi file included in the release to install the application on a windows machine.
  2. any popups about "Unknown Publisher" are expected because the MSI wasn't compiled with a code signing certificate as it's not expected to be very popular.

making it run

  1. navigate to the folder it was installed to typically C:\Program Files (x86)\Database Table Script Creator\Database Table Script Creator
  2. add a file named "Licence.txt" to the folder and make the content 9940c1d7-ec41-455a-be84-c5eebd4d811d - later intended that this file would hold a unique-per-user value.
  3. now the application will run

first run

you will be presented with a MS Dialog to connect to a database, be sure to test your connection before you save it. The Tables dropdown should hold a list of User-Defined tables in your database, once the connection has been made and the interface loads.