Ask a Question related to Coldfusion Database Access, Design and Development.
-
Robert10 #1
Fields missing in query
I am having an odd problem.
I have a table in MSSQL named Residential. In this table I have 32 fields (all
of which I use) for some reason all of a sudden I was unable to access the
field ResidentialPartOID when using CFquery with CFQUERYParam.
Doing so Cold Fusion 7 tells me that the field ResidentialPartOID does not
exist.
I run the same query in query analyzer and it works fine (replacing the
CFQUERY params with actualy values I type in). I can see the field
ResidentialPartOID in the results.
On an odd shot, I renamed the table to ResidentialTest. Voila! Ye olde query
works fine and I can access the ResidentailPartOID field just fine in Cold
Fusion.
I rename the table back to Residential... and the query fails again.
Obviously this must be something in my database causing this... any idea what?
I know that when using CFQueryParam it tells ColdFusion to access the data in
a more efficient method... but what that method is... I do not know.
Anyone have any suggestions, comments, etc?
Robert10 Guest
-
font missing shows during printing of forms fields
To use interactive form fill I scanned my existing form and used as a watermark in the background and create an interactive form fields on top of it... -
Query of Query Missing Some Data
Hey Folks, I'm not sure that my message title or topic summary make much sense, but I'll attempt to expound upon them here and with any luck someone... -
Missing something in this query
have a list of symptoms - I want a user to be able to click on the first letter of their symptom. Next a list of all the symptoms with the... -
CFGRID missing form fields
I have been developing with CF5.0 on my windows machine for 3 years. Our application uses CFGRID in several places and it works fine (production... -
CAML Query: Multiple Query Fields Issue
I need to Create a CAML Query Dynamically with VB to a Sharepoint WebService GetListItems Method. The User Could Select 1 to X Number of IDs... -
Robert10 #2
Re: Fields missing in query
Ooooooook.... not exactly sure what was wrong (If anyone knows I would love to
know) but I fixed it.
I simply dropped the table, did a DB shrink. and then reimported the data.
The query seems to be working correctly now as expected.
However I would like to know what caused this behavior in the first place.
Robert10 Guest



Reply With Quote

