telerik-open-access

Telerik Open access Audit Trail

hi, How can i best implement an audit trail for an application that uses Telerik open access. I have posted this question on their support but there has been no reply for days (sucks) I have already tried the Tracking events within each scope but am unable to save the field that contain List or class attributes. (open access does not su...

How to save byte[] using a procedure?

This stored procedure does not save the data, it seems to be a problem with the VARBINARY. I am passing a byte[] to it, but then it doesn't work. If I send this parameter as NULL it works. I'm calling the procedure with the following code: public Community AddCommunity(string name, string description, byte[] picture, User owner, int? v...