Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| sa36-00 [2014/12/02 14:42] – Justin Willey | sa36-00 [2017/12/01 16:35] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| An ini file, named IQXDB.ini of the format below should be distributed and placed in the same folder as the IQX.exe. The DSNName parameter in the example would be the name of the Database / DSN that the user specifies when starting IQX. | An ini file, named IQXDB.ini of the format below should be distributed and placed in the same folder as the IQX.exe. The DSNName parameter in the example would be the name of the Database / DSN that the user specifies when starting IQX. | ||
| - | < | + | < |
| [DBUpdate] | [DBUpdate] | ||
| DSNName=NO | DSNName=NO | ||
| Line 12: | Line 12: | ||
| Once the database update has been successfully run, the update process will change the NO to YES - | Once the database update has been successfully run, the update process will change the NO to YES - | ||
| - | < | + | < |
| [DBUpdate] | [DBUpdate] | ||
| DSNName=YES | DSNName=YES | ||
| </ | </ | ||
| + | To force a subsequent update, edit / replace the ini file so that the parameter is set to NO again.\\ \\ | ||
| + | If no DSNname is specified, any database that is connected to will have the database update run. | ||
| + | |||
| - | To force a subsequent update, edit / replace the ini file so that the parameter is set to NO again. | ||