Looking to have an OnSave event directly touch a SQL table through a statement similar to this:
INSERT INTO tablenamehere (Serial_uid)
VALUES('4B79BE33-F896-E211-BBF0-000C29B8F393')
VALUES('4B79BE33-F896-E211-BBF0-000C29B8F393')
I realize I'm probably leaving out some information, but with what you see here, Is this possible? Can OnSave interact with SQL tables?