I am pretty sure it is because of the way Oracle describes it's parameters, and what FC assumes for a default (for MySQL). There seems to be a disconnect somewhere, since clearly FC can set up the Oracle database just fine, and the problem is more with the system that goes back and checks things.
I work with Oracle 8 and I see the same errors. I've learned to ignore them, as they haven't caused any problems for me! Tomek On Thu, Apr 29, 2010 at 1:12 PM, Caine <[email protected]> wrote: > Hi > > When I use webtop > Admin > Developer Utilities > 'Types/Rules (flex)' > I get several conflicts in the types and rules > > for example: > Createdby - nstring - conflict - NVARCHAR2 - 255 > lockedBy - nstring - conflict - NVARCHAR2 -255 > locked - boolean - conflict - NUMBER - 1 > locked... > lastupdatedby... > label... > ownedby... > > When I want to use the repair option , it processes it, but the result > stays the same > No error eater. > > I keep getting the msg : The table field type is not in sync with the > cfc property type > > my database is an oracle 10g , using apache as webserver , farcry > 5-2-2 > > In the farcry constructor file I have : > <cfset THIS.dbType = "ora" /> > > if I change the name of a field in the DB (I get cfctype N/A , which > is normal), > I can change it back to the orginal in the types/rules (flex) editor, > and then I get the conflict msg again. > > > the farcry is working, but I am a bit worried with these conflicts. > > > -- > You received this message cos you are subscribed to "farcry-dev" Google > group. > To post, email: [email protected] > To unsubscribe, email: > [email protected]<farcry-dev%[email protected]> > For more options: http://groups.google.com/group/farcry-dev > -------------------------------- > Follow us on Twitter: http://twitter.com/farcry -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry
