Drag and Drop MSSQL Backticks

Hi Guys

Using MSSQL and codeigniter - all working fine apart from drag and drop doesn’t update database. Log shows:

UPDATE events set start_date= ‘2013-02-01 15:35’,end_date = ‘2013-02-01 15:40’, etc…

Problem seems to be that backticks aren’t compatible with MSSQL - how can we change them to square brackets or remove them altogether?

Many thanks

Andy

Ok, not to worry sorted this one out. Thanks

Please PM me details of solution, if it was problem with connector’s code
In local tests, there is no unnecessary backticks - so I’m not sure is it a bug in connector or misconfiguration