1樓:匿名使用者
sj=request.form("dqsj")dq=dateadd("m",sj,now()) '這裡是dateadd不是dataadd
這裡字串連線用「&」號,不用「+」號
如果還不行,看看資料庫dq欄位的資料型別是否正確,應該是「日期時間型」
2樓:匿名使用者
日期型別的可以用 ## 包含起來 cailiao + "',#" + dq + "#"
試一試吧
還有看看 sj是否有值
3樓:
1.除錯一下,看看程式中dq的值是不是空
2.看看資料庫表中dq這個欄位是不是允許為空
4樓:匿名使用者
你寫了insert into 就不需要再寫dataadd了
asp中split為什麼不能擷取從資料庫中查出的字串,求高手解答
資料庫中的資料可能有問題 a rs 列名 b split a,dim i for i 0 to ubound b response.write b i next 補充 response.write b 1 response.write b 2 b 2 response.write b 3 話不多說,...
asp中如何撒sql資料庫中的一列值姓名然後
conn set conn 連線資料庫省略sql select distinct 姓名 from 表名 這裡加distinct是將重複的姓名去掉,可去掉,預設全部姓名 set rs conn.execute sql if not rs.eof then do while not rs.eof rs ...
access資料庫中查詢條件不為空怎麼寫
1 首先,開啟資料庫檔案。2 在 建立 功能區的 查詢 分組中單擊 查詢設計 按鈕,系統彈出查詢設計器。3 在 顯示錶 對話方塊中新增 tbmp 表,關閉 顯示錶 對話方塊。4 單擊 查詢型別 分組中的 刪除 按鈕,在查詢設計器中出現 刪除 行。5 雙擊 tbmp 中 姓名 欄位,在 條件 行中新增...