标题:初学sql语句问题
取消只看楼主
h19891338
Rank: 1
等 级:新手上路
帖 子:10
专家分:0
注 册:2008-5-11
 问题点数:0 回复次数:1 
初学sql语句问题
try
            {
                getConnection getCon = new getConnection();
                oledCon = getCon.OledCon();
                oledCon.Open();
                string strAdd = "insert into tb_musicinfo  values ( ";
                strAdd += "'" + tb_aut.strMusic_code + "','" + tb_aut.strMusicC_name + "',";
                strAdd += "'" + tb_aut.strMusic_author + "','" + tb_aut.strMusic_Kind + "',";
                strAdd += "'" + tb_aut.strMusic_chinse + "','" + tb_aut.strMusic_filepath + "',";
                strAdd += "'" + tb_aut.strMusic_Ping + "','" + tb_aut.daMusic_date + "',";
                strAdd+="'"+ tb_aut.intMusic_falg+"')";
                oledcmd = new OleDbCommand(strAdd, oledCon);
                intResult = oledcmd.ExecuteNonQuery();
                return intResult;
            }
中strAdd += "'" + tb_aut.strMusic_author + "','" + tb_aut.strMusic_Kind + "',";这样的语句看不懂
请求老鸟指教
搜索更多相关主题的帖子: sql 语句 初学 
2008-06-07 17:35
h19891338
Rank: 1
等 级:新手上路
帖 子:10
专家分:0
注 册:2008-5-11
得分:0 
结构不明白
讲讲咯
2008-06-08 22:16



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-218139-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.488048 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved