error
Additional information: Incorrect syntax near 'nvarchar'...solve my this error
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit KumarPosted Mar 4, 2016, 12:52 AM
Rajeev PunhaniPosted Mar 4, 2016, 12:35 AM
Hi,
If you are binding any databind control.
Check if there were fields with spaces in the tabel,
the datasource created the parameters without the spaces, like SECTION_4A intead of [SECTION 4A],
while the control created them as [SECTION 4A].
Just replaced the spaces with underscores and reconfigured the datasources and bound controls.
Amit Kumar SinghPosted Mar 3, 2016, 8:30 PM
ThrishPosted Mar 3, 2016, 5:35 PM
Amit Kumar SinghPosted Mar 3, 2016, 4:34 AM