When I update a table row and save, the new saved values has a comma at the beginning of the value. If I modify the same row again, another comma gets added..
I am not sure what is the issue? I verified the SQL and manually ran them in SQLServer Mgmt and the data gets added correctly.
I am not sure what is the issue? I verified the SQL and manually ran them in SQLServer Mgmt and the data gets added correctly.
RE: Update Table - errors
That does sound very strange.
What type of control are you using to edit the value on the screen? Is it a standard text box? Do you see the comma appearing in the value shown on the screen?
Have you checked the logs (using the Test Dashboard) to see the message sent to the database for the update call? Does the updated value have the comma at the start in this log entry?
Hopefully some of these answers will help track down where the comma is being added.
If you are able to send through the full log file we may be able to investigate further.
Regards,
Gerard