主题:偶是新手,提个问题!关于response.write()
response.write()中怎么不能带空格哦?偶一带空格就失败
比如我要输入response.write("<table name="111">"),如何才能实现哦?
还有个问题如下:
<!--#include file="conn.asp" -->
<%set mysql="select 产品名称 from 设备表 where 产品编号=(select 厂家编号 from 设备厂家表 where 设备厂家='111')"
myrec.open mysql,myconn ,1,1
后面的省略。。。。。
其中的SQL语句在MSSQL和ACCESS中都能执行成功,为什么我在网页中不行?
提示如下:
错误类型:
Microsoft VBScript 运行时错误 (0x800A01A8)
缺少对象: '[string: "select 产品名称 from 设备表"]'
/test/165.asp, 第 92 行
比如我要输入response.write("<table name="111">"),如何才能实现哦?
还有个问题如下:
<!--#include file="conn.asp" -->
<%set mysql="select 产品名称 from 设备表 where 产品编号=(select 厂家编号 from 设备厂家表 where 设备厂家='111')"
myrec.open mysql,myconn ,1,1
后面的省略。。。。。
其中的SQL语句在MSSQL和ACCESS中都能执行成功,为什么我在网页中不行?
提示如下:
错误类型:
Microsoft VBScript 运行时错误 (0x800A01A8)
缺少对象: '[string: "select 产品名称 from 设备表"]'
/test/165.asp, 第 92 行