Load the Data through LoadbyprimaryKey() then save the Data. I get the following error on
System.Data.SQLClient.SqlException: Incorrect syntax near 'TSEQUAL'
at EntitySpaces.Core.esEntityCollection.SaveToProviserInsertsUpdates(esSqlAccessType sqlAccessType)
at EntitySpaces.Core.esEntityCollection.SaveToProvider(esSqlAccessType sqlAccessType)
at EntitySpaces.Core.esEntityCollection.Save(esSqlAccessType sqlAccessType)
at EntitySpaces.Core.esEntityCollection.Save()
at Frm_Patient.Save()
I am doing windows application.
Please provide the solution for that.