主题:高手请进,帮忙解决!
Microsoft JET Database Engine 错误 '80040e37'
Microsoft Jet 数据库引擎找不到输入表或查询 'bbs'。 确定它是否存在,以及它的名称的拼写是否正确。
/bbs/inc/ubbcode.asp,行 205
以上是错误显示.
以下是程序:
if not conn.execute("select buyer from bbs"&totable&" where bbsid="&buysid&"").eof then
PostBuyUser=conn.execute("select buyer from bbs"&totable&" where bbsid="&buysid&"")(0)
Microsoft Jet 数据库引擎找不到输入表或查询 'bbs'。 确定它是否存在,以及它的名称的拼写是否正确。
/bbs/inc/ubbcode.asp,行 205
以上是错误显示.
以下是程序:
if not conn.execute("select buyer from bbs"&totable&" where bbsid="&buysid&"").eof then
PostBuyUser=conn.execute("select buyer from bbs"&totable&" where bbsid="&buysid&"")(0)