Ask a Question related to Coldfusion Database Access, Design and Development.
-
macrofission #1
Invalid SQL after Moving ColdFusion 4 to MX ver 7
I am transfering my Cold Fusion CFM files that were
working under NT4 IIS 4 using Cold Fusion Server 4 to the MX ver 7
under Win2003.
I tried to register the mdb using Microsoft Access
driver type in the Administrators page, but I keep
getting the error Unable to Update the ColdFusion MX7
ODBC Server. Timeout Period expired without completion
of C:\...\admin\swcla.exe
So I installed using the Microsft Access with Unicode
driver instead. I can register the database without
error. But when I run the CFM page, I get the error:
Error Executing Database Query. Invalid SQL statement; expected 'DELETE',
'INSERT',
'PROCEDURE', 'SELECT', or 'UPDATE'.
The error occurred in line 27
25 : <cfprocparam type="In" cfsqltype="CF_SQL_INTEGER" dbvarname="Mterm"
value="1" null="No">
26 : <cfprocparam type="In" cfsqltype="CF_SQL_VARCHAR" dbvarname="Mtype"
value="2" null="No">
27 : <cfprocresult name="Bank6Mth">
28 : </cfstoredproc>
--------------------------------------------------------------------------------
SQL {call GetBankMode( (param 1) , (param 2) )}
DATASOURCE CMC
VENDORERRORCODE 3092
SQLSTATE
I am thinking maybe I should use Microsoft Access WITHOUT
Unicode but I cannot figure out how to resolve the
Timeout Period issue.
macrofission Guest
-
moving ColdFusion
I am new to ColdFusion and I don't have much info so any help will be greatly appreciated. I have an old box that is running Win2000 with CF on... -
Moving coldfusion to new server
I have a single server running Coldfusion on Jrun4 in multiserver mode. I am needing to move this to a new (faster, updated) server that has been... -
How to call a coldfusion function defined in other coldfusion file??
inside a.cfm, it has code fragment: <cfloop> <cfinclude template="b.cfm"> </cfloop> inside b.cfm, it has code fragment: ... -
Moving from Coldfusion 5 to MX 7.
I just recently moved my web site from a Coldfusion 5 server to a Coldfusion MX 7 server. Some of my pages work and others don't. I ran the... -
Moving Randomly Moving Sprite To New Location on mouseEnter
Hi All, This is way over my head. I am currently using Director 8. I have a randomly moving sprite(call it X) on stage (I accomplished this...



Reply With Quote

