Error Executing Database Query.
|
|
[Macromedia][SQLServer JDBC Driver][SQLServer]Invalid object name 'forum'.
|
| |
The error occurred in D:\cust\tribals\tattoo_forums.cfm: line 3
|
1 : <CF_HEADER>
2 :
3 : <cfquery name="forums" datasource="#application.tribals#">
4 : select f.forum_nm, f.forum_id, f.forum_desc, count(f.forum_id) as rooms, count(fm.forum_id) as topics, max(fm.msg_date) as last_posted
5 : from forum f left outer join forum_msg fm on f.forum_id = fm.forum_id
|
|
| SQL |
select f.forum_nm, f.forum_id, f.forum_desc, count(f.forum_id) as rooms, count(fm.forum_id) as topics, max(fm.msg_date) as last_posted
from forum f left outer join forum_msg fm on f.forum_id = fm.forum_id
where f.forum_active_flg = 1
group by f.forum_nm, f.forum_desc, f.forum_id
|
| DATASOURCE |
tribals |
| VENDORERRORCODE |
208 |
| SQLSTATE |
42S02 |
|
|
Please try the following:
|
| Browser |
CCBot/1.0 (+http://www.commoncrawl.org/bot.html) |
| Remote Address |
38.103.63.16 |
| Referrer |
|
| Date/Time |
13-May-08 04:31 AM |
|