使用Javascript将XML保存到数据库

时间:2012-02-29 12:56:47

标签: javascript xml sql-server-2008

我正在尝试将内容保存为XML数据类型到Microsoft SQL Server, 使用Javascript代码。

var sql = "INSERT INTO Screen_Template(template_xml, template_name, OpCo, env, language, id, title, role, UID) VALUES (N'" + XMLText + "',N'" + templateName + "',N'" + opco + "',N'" + env + "'" + ",N'eng'," + maxID + ",N'Hermes SMS message composer'," + "N'manag', N'10')";
connection.execute(sql);

但是,我收到一个错误,可能是什么问题?

0 个答案:

没有答案