I'm using SQL 7.0 It won't let me view tables or anything with coldfuion.
I get an error:
Error Diagnostic Information
CMemoryException: unknown cause
PCodeRuntimeContextImp::executeSQLTagCFQuery::endTag
my code is:
<cfquery name="testing" datasource="vizeon" dbtype="ODBC" username="username" password="pass">
SELECT *
from events
</cfquery>
What does this mean?
I get an error:
Error Diagnostic Information
CMemoryException: unknown cause
PCodeRuntimeContextImp::executeSQLTagCFQuery::endTag
my code is:
<cfquery name="testing" datasource="vizeon" dbtype="ODBC" username="username" password="pass">
SELECT *
from events
</cfquery>
What does this mean?