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:257936
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to