Ask a Question related to Coldfusion Database Access, Design and Development.
-
avig #1
intermittent Invalid parameter binding(s)
I use cfqueryparam extensivily in all my code with MSSQL. It always worked and
NEVER errored in CFMX 6.1. I recently upgraded to 7.01, and I get intermittent
errors about once a day (on different random queries). Looking at the error
emails I get, the queries should work. One time they will work, then they
don't. The error I get is Invalid parameter binding(s). Anyone else
experiencing this?
avig Guest
-
Complex data binding question, binding child objects of a custom collection.
I have a custom collection of objects, each of which includes a child object called MyUserOpener. In declarative binding, I can bind this property... -
Date Parameter For Saved Parameter Queries
Hi again, I finally got to using saved parameter queries in my application (a big thank you to Bob Barrows for helping me with this). Currently... -
value binding and function binding
Hi I was just wandering through some lisp code and I saw this: (let ((x 1)) (flet ((x (y) (+ x y))) (x x))) (I'm not sure if the indentation... -
Intermittent Commits
Hye ! I have a query which selects from several tables and inserts into a table X. Two ways of writing this query are (A) fast but risky (B)... -
Gdk-ERROR **: BadMatch (invalid parameter attributes)
We have an application compiled to 64bit on Solaris platform. In this application we use gdk pixbuf to show our graphics. Somehow sometimes during... -
Doryphores #2
Re: intermittent Invalid parameter binding(s)
I have the same problem here. The same intermittent error occurring since we upgraded from CFMX 7 to CFMX 7.0.1 (could be unrelated to the upgrade).
Have you solved this one yet?
Martin
Doryphores Guest
-
avig #3
Re: intermittent Invalid parameter binding(s)
I havn't been able to solve it at all. The only thing I have done is remove the SQL binding.
avig Guest
-
Doryphores #4
Re: intermittent Invalid parameter binding(s)
When you say you removed the bindings, do you mean you're not using cfqueryparam anymore?
Doryphores Guest
-
avig #5
Re: intermittent Invalid parameter binding(s)
unfortunately yes...It was the only way to stop the errors from happening. I
just didn't have the time to troubleshoot it as I was slammed with projects. I
get all kind of strange things happeneing since up grading from cfmx 6.1 to
7.01. Even JRUN seems to be crashing and restarting every week or so from
memory leaks...UGH...why did I upgrade
avig Guest
-
DaveyS #6
Re: intermittent Invalid parameter binding(s)
Sorry i was getting an CF / NNTP error with all those posts.
Did you have DataDirect JDBC 3.5 and the latest sequel link updates installed?
As far as I can tell they're not contained in the 7.01 updater
DaveyS Guest
-
avig #7
Re: intermittent Invalid parameter binding(s)
All I did was install the 7.01 installer. I upgraded directly from 6.1. I havn't added any patches at all. I am using MSSQL, so maybe I should update those other things?
avig Guest



Reply With Quote

