当前位置:编程学习 > VB >>

INSERT INTO

sql = "Insert into家庭支出(支出说明,'支出金额','年','月','日','支出者','备注')" & _
           " values ( " & _
              "'" & Text1.Text & _
              "','" & Text2.Text & _
              "','" & Comboy.Text & _
              "','" & Combom.Text & _
              "','" & Combod.Text & _
              "','" & Text3.Text & _
              "','" & Text4.Text & _
              "')"
请问:Insert into 语句错在什么地方 --------------------编程问答-------------------- sql = "Insert into 家庭支出(支出说明,支出金额 ,年,月,日,支出者,备注)" & _
           " values ( " & _
              "'" & Text1.Text & _
              "','" & Text2.Text & _
              "','" & Comboy.Text & _
              "','" & Combom.Text & _
              "','" & Combod.Text & _
              "','" & Text3.Text & _
              "','" & Text4.Text & _
              "')" --------------------编程问答-------------------- "("->"(" --------------------编程问答-------------------- "("->"("

半角?
补充:VB ,  数据库(包含打印,安装,报表)
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,