Tom,

What I'm saying is I got mine fixed... it works now.

Also, you're looking in the reactor/project/projName folders... the issue I was having was with the persistent reactor-generated files in the webroot.

You could send me the code if you want... I'd take a look at it.

Thanks,
J


------------------------------------------------
Jared C. Rypka-Hauer
Senior Software Engineer
Alagad - http://www.alagad.com/

Member: Adobe Community Experts - ColdFusion
Certified Advanced ColdFusion Developer


On Nov 29, 2007, at 2:08 PM, Tom McNeer wrote:

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/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --



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

Reply via email to