Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Navigate to the GlobalForms installation directory in Windows Explorer and open the config folder.  Open the file configdefault.json in a text editor and find the mssql section.  It will looks similar to this:

...

In this example, you will enter a First Name and Last Name to be inserted into an Employees table.  The table includes must include an auto-incrementing Identity column that will be used as an employee ID.  The script to create that table is below for reference:

...