Phil_Forshaw said: Hello AllI am struggling to create a new table for a project of ours using a LiveReport. I understand from the documentation the Allow modification flag no longer exists for new LiveReports but it is not clear what I must do instead.Has this feature been removed from CS? If so, how else (outside of creating a module) can I create, drop, or modify tables and other SQL objects (e.g. Views), or even updating existing data.We are using MS SQL.Thanks,Phil
John Simon said: I see this as an issue if OT has not changed their method for determining when the report is trying to perform a modification. For example this query - select createdate as "create date" from dtree triggers the error (in 16.2) when it is clearly not an update query. Can someone verify if this query would be allowed or not as a LR in CS20.2?Cheers...
Greg Petti said: John Simon said: I see this as an issue if OT has not changed their method for determining when the report is trying to perform a modification. For example this query - select createdate as "create date" from dtree triggers the error (in 16.2) when it is clearly not an update query. Can someone verify if this query would be allowed or not as a LR in CS20.2?Cheers... I can confirm that this works in CS20.2 (with the normal "global LiveReports database connection").