Thanks Jared, I'll head to the model-glue docs and read up (I find them a little on the light side). I'll google around for a model-glue/reactor example. Thanks again, you did very well for being half asleep with frozen fingers. :-)
On Nov 9, 4:34 pm, Jared Rypka-Hauer <[EMAIL PROTECTED]> wrote: > ORM stands for Object-Relationship Mapping... Java libraries like > Hibernate, or ColdFusion libraries like Reactor, Transfer and > ObjectBreeze. > > They create the CFCs for your model by mapping database tables to > objects. > > As for how to find out about GDMs for ModelGlue, head to http:// > docs.model-glue.com and click How Tos in the left menu. Click How to > Use Generic Database Messages and there ya go. > > Google is a good resource, too. > > Note that Model-Glue supports both Transfer and Reactor for GDMs. > > As for why you get that in the debug, it's just what MG does when you > don't have one of the ORM adapters enabled. The ORM adapters allow MG > to talk to a consistent API while the adapter itself talks to the ORM > API that you're using. > > Sorry if this is incoherent or confusing... I was fishing (skunked!) > most of the day and I'm falling asleep and my fingers are so frozen I > am having issues typing. ;) > > J > > On Nov 9, 2008, at 3:01 PM, bmelendy wrote: > > > > > Hi All, > > I got the Translator program running after working through the quick > > start at docs.model-glue.com. Now, the app runs great, however, I get > > this message in the debug output, "Not using an ORM adapter. You will > > not be able to do automatic database functions." I'm wondering where > > I can find more information about ORM adapters and the automatic > > database functions this speaks of. Thanks for any info. > > > ...Brad > > > PS. What does "ORM" stand for? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en For more about Model-Glue, check http://www.model-glue.com . -~----------~----~----~----~------~----~------~--~---
