theevilone
IS-IT--Management
Hi,
I have been doing cfquery along the lines of
<cfquery name="xxxx" dataSource="xxxx" username="xxxx" password="xxxx" dbserver="xxxx" dbname="xxxx">
select * from xxxx
</cfquery>
on CF 4.5. It has been working fine.
On CF MX, the same query throws up an error,
___________________________________________________
Attribute validation error for tag query.
The tag does not have an attribute called dbname. The valid
attribute(s) are
name, datasource, dbtype, sql, username, password, maxrows,
blockfactor,
timeout, cachedafter, cachedwithin, debug.
____________________________________________________
Any help would be appreciated,
Thanks,
Mary
I have been doing cfquery along the lines of
<cfquery name="xxxx" dataSource="xxxx" username="xxxx" password="xxxx" dbserver="xxxx" dbname="xxxx">
select * from xxxx
</cfquery>
on CF 4.5. It has been working fine.
On CF MX, the same query throws up an error,
___________________________________________________
Attribute validation error for tag query.
The tag does not have an attribute called dbname. The valid
attribute(s) are
name, datasource, dbtype, sql, username, password, maxrows,
blockfactor,
timeout, cachedafter, cachedwithin, debug.
____________________________________________________
Any help would be appreciated,
Thanks,
Mary