回 帖 发 新 帖 刷新版面

主题:查询有误,请指教!

rs.open "select homes.homes_id,homes_name form inn,homes where in_user_name='"&session("name")&"' and inn.homes_id=homes.homes_id",conn1,3,3


Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
[Microsoft][ODBC SQL Server Driver][SQL Server]第 1 行: 'inn' 附近有语法错误。
/addnotice1.asp, 第 23 行

为什么?

回复列表 (共11个回复)

沙发

in_user_name
查询语句中这个没有字段

板凳

有啊,这样的格式的字段有问题吗?

3 楼

你只查询了这homes.homes_id,homes_name两个字段

4 楼

是啊,联合查询嘛.另一个表及其字段作为查询的条件.

5 楼

in_user_name,homes_name是表inn中的字段吗?是就改成
rs.open "select homes.homes_id,inn.* form inn,homes where in_user_name='"&session("name")&"' and inn.homes_id=homes.homes_id",conn1,3,3

6 楼

谢谢,可还是不行呀!

7 楼

我暂时看不出哪里错了。[em8][em8]

8 楼

where in_user_name='"&session("name")&"' and inn.homes_id=homes.homes_id",conn1,3,3
啥意思?有点乱呀哥们!

9 楼

form
改成
from

10 楼


谢谢这位仁兄!我一时大意!

我来回复

您尚未登录,请登录后再回复。点此登录或注册