I don't see anything in there that's mysql- er, mssql specific...
sadly, I've notice that in many of my "hint"s, I've got the
description of the thing that I copied the function from...  since
stuff still works, it's generally the last thing I notice.

That said, I've been using the mysql setting, with mysql5, and that's
worked fine for me.  Mostly all I've done is use it to replace ad-hoc
queries spread haphazardly through pages though... and generic commits
via ModelGlue.  Maybe you were trying something a little more
specific?

On 10/24/06, Dave Lyons <[EMAIL PROTECTED]> wrote:
> what i was saying is that my ObjectDOA in the mysql folder is this (well 
> starts with)
>
> <cfcomponent hint="I read Object data from a MSSQL database." 
> extends="reactor.data.abstractObjectDao">
>
>         <cffunction name="read" access="public" hint="I populate an Object 
> object based on it's name" output="false" returntype="void">
>                 <cfargument name="Object" hint="I am the object to populate." 
> required="yes" type="reactor.core.object" />
>
>                 <!--- get all field data --->
>                 <cfset readObject(arguments.Object) />
>                 <cfset readFields(arguments.Object) />
>         </cffunction>
>
>
>
> Which as you can see is mssql not mysql, I couldnt get mysql to work until i 
> found that and swithed the config file to mysql4
>
> I dl'd the current(a few days ago) reactor files and it was that way in there 
> as well and I posted to doug but dont know what happened from there.
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:257961
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to