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