ASP.NET(VS2013)出現錯誤提示 「其他信息:‘form‘附近有語法錯誤。」

一、問題情況: 錯誤提示: 代碼內容: 二、問題分析: 根據提示「form」附近有語法錯誤,咋們查找一下出現form的地方,發現唯一一處便是 此時才發現是因爲自己粗心大意打錯:把「from」打錯成「form」 三、解決方法: 把 string strs1 = "select * form table1"; 改爲 string strs1 = "select * from table1";
相關文章
相關標籤/搜索