Quantcast
Channel: Adobe Community: Message List - ColdFusion
Viewing all articles
Browse latest Browse all 21760

Query Of Queries runtime error.

$
0
0

Query Of Queries runtime error.

Table named users was not found in memory. The name is misspelled or the table is not defined.

 

======================================================

 

Just got the error above after I connected the website to a new MySQL server. The connection is verified in Admin but I'm unable to get the database connection working. The query is working just fine with a connection to our old SQL server and it works in MySQL WorkBench.

 

even simple query like this

 

<cfquery name="GetUser" datasource="#datasource#" dbtype="#dbtype#" username="#username#" password="#password#">

SELECT    *

FROM      users

</cfquery>

 

 

Any ideas?


Viewing all articles
Browse latest Browse all 21760

Trending Articles