view SQL using console?
view SQL using console?
montoyam
Posts: 568Questions: 136Answers: 5
in my MVC project I am getting an error when trying to add a record using the Editor. It is saying: Arithmetic overflow error converting expression to data type nvarchar. The statement has been terminated.
I am able to append a record using t-sql. the model and controller look fine from what I see. Is there a way, using the console in Chrome, to see the sql statement that is getting sent/rejected?
This discussion has been closed.
Answers
ahh, sorry, I found the answer:
https://datatables.net/forums/discussion/comment/163975/#Comment_163975
also, it was a stupid data entry mistake...30 minutes wasted