Hi Jared,

Hate to say it, but I'm going to be of no help whatsoever. As you could tell
from the old posts, no one (me included) ever found a solution. I was
pressed for time, and I didn't need to use the table in question more than a
couple of times, so I just avoided Reactor and wrote an ad-hoc query.

I intended to do more exploration later, but never found the time to do so.
And now, I'm working more with Transfer.

As it happens, I do still have the generated metadata CFC that was the
problem. But it has no reference to schema names or even database or table
name. The columns were just the column names:

        <cfset variables.metadata.fields[1] = StructNew() />
        <cfset variables.metadata.fields[1]["name"] = "BUSINESS_TYPE_CODE"
/>
        <cfset variables.metadata.fields[1]["alias"] = "BUSINESS_TYPE_CODE"
/>

I'll be happy to forward you more code if you think it might help.
Personally, I'm still mystified.


-- 
Thanks,

Tom

Tom McNeer
MediumCool
http://www.mediumcool.com
1735 Johnson Road NE
Atlanta, GA 30306
404.589.0560


-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[EMAIL PROTECTED]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Reply via email to