Thanks very much for your response. First, let me say that I agree wholeheartedly with your opinion on the fieldnames. They are, however, a client's naming convention, and I can't change them.
As far as aliasing goes, I had planned to do just that; but I wanted to run simple tests first, since I'm new to Reactor.
However, this code ...
<cfset DocumentRecord = Reactor.createRecord ("Document") />
<cfset DocumentRecord.load(Document_i_id=1)>
... produced the same result as before. The query was not run, and the record not populated.
In looking at the generated DAOs in my project directory, I note that there is no "read()" method. (No getMetaData() or getConventions(), either.) All of these are in the abstract objects. Am I wrong, or shouldn't the generated objects have all those methods?
--
Thanks,
Tom
Tom McNeer
MediumCool
http://www.mediumcool.com
530 Means St NW, Suite 110
Atlanta, GA 30318
404.589.0560 -- Reactor for ColdFusion Mailing List -- [email protected] -- Archives at http://www.mail-archive.com/reactor%40doughughes.net/

