Link to home
Start Free TrialLog in
Avatar of R W
R WFlag for United States of America

asked on

Need to insert a row into SQL DB

I need to add something to our database based on the information I have been given below.

"You can create a row in the ApplicationErrors database table with an ApplicationID of "CONFIG_IMPORT_FILES_ERROR_EMAIL" and the Value containining the email address to which to send the errors. You will then need to restart the
server service. Without this config value, it will send the error email to the "System" email address configured in Admin/General Setup/Offices."

Unfortunately there are a lot of rows so I am not sure if these values just need to be  NULL. How would I insert this using INSERT command

Screenshot http://i.imgur.com/SiNg2xe.jpg
ASKER CERTIFIED SOLUTION
Avatar of Brian Crowe
Brian Crowe
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of R W

ASKER

Yep it does, lol totally missed that. This only has two values instead of the ten values that are in the applicationerror table