Comments Panel

To get the attachments to work with MS SQL Server you can set the INSERT QUERY 1 to the following:INSERT INTO Notes (Note, Username, TStamp, Attachment, Filename, Sticky) VALUES (?, '%s', CURRENT_TIMESTAMP, CAST(? AS VARBINARY(MAX)), ?, ?)Note the CAST(? AS VARBINARY(MAX)).