DB_SettingRead_Field

Returns a certain field from Settings table by a SettingName.
Similar to DB_SettingRead, except here you can control which field to return, not only the 'Value' field.

CodeFunctionName
What is this?

Public

Tested

Original Work

Access is limited.

Login here using your Linkedin account. to see or download code.

No registration, not another password to remember, login using your Linkedin account and have access to all public codes in Mydevlib.com

Linkedin Login

SettingID, FieldNo

DB_SettingRead_DateAdded = DB_SettingRead_Field(SettingID, 5)
DB_SettingRead_DateModified = DB_SettingRead_Field(SettingID, 6)

Views 5,562

Downloads 1,365

CodeID
DB ID