本文介绍了SQL Server 2008不正确的语法的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用网格视图并使用删除按钮删除记录时将发生错误
System.Data.SqlClient.SqlException:''.''附近的语法不正确.

i use gride view and using a delete button when i delete the record the error will be occure
System.Data.SqlClient.SqlException: Incorrect syntax near ''.''.

推荐答案



这篇关于SQL Server 2008不正确的语法的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-05 03:01