Hi Ryan, I believe that (and I may be mistaken) Reactor only creates objects as they're requested. So the first time you request an a gateway for tablelUser, you get all of it's objects. If you never request a gateway for tableFooBar, then the objects don't get created.
Someone *please* correct me if I'm wrong on that one :) Dan > Yes, I saw way too much good stuff ;) > > Question: Is there any way to tell reactor specifically > which tables to pull in? In as/400 land, our databases are > essentally libraries, and for instance our production library > has thousands of tables, which I would not want to pull in an > object for all of them. Unfortunately, because we are > integrating and sharing data with other rpg programs that > live on the box, there is no way to segregate things in the > libraries. We do have a two charachter prefix on all of the > tables of a particular system though, so if we could do > something with that, that would work too. -- Reactor for ColdFusion Mailing List -- [email protected] -- Archives at http://www.mail-archive.com/reactor%40doughughes.net/

