这是表单中我的“保存”按钮中的代码。我正在使用 VB6.0 和 MSSQL Server 2005。
CommonDialog1 & 2 保存插入图片框中的图像的文件名。
Set rs = con.Execute("insert into table1
values('" & txtbox1.Text & "' , "_
& " '" & txtbox2.Text & "' , "_
& " '" & CommonDialog1.FileName & "' , "_
& " '" & CommonDialog2.FileName & "' , "_
& " '" & txtbox3.Text & "' )")
“不允许从数据类型 varchar 到 varbinary(max) 的隐式转换。使用 CONVERT 函数运行此查询。” - 在运行时弹出错误。