DB_SettingRead + DB_SettingSave + ...

Reads/Saves specific settings from DB table
Mainly for Classic ASP, but can be used inside VBA
Table Columns are ...
ID | SettingName | SettingValue | SettingValue2 | Description | DateAdded
Needs connection already defined and functions DB_Read1stRow, CutString3 for Classic ASP
Or DB_Connect_AndOr_Fix for VBA

Edit 2020-09-22: Adding DB_SettingDelete() function


Public

Tested

My Own Work

SettingName
or
SettingName, SettingNewValue

Views 4829
Downloads 1431