Re: Where can I download Coldspring for use in MG:U?

2006-10-26 Thread Dave Lyons
yes i am on mysql 5 and I was getting an error when set to just mysql, the 
error went away when i changed it to mysql4




On 10/25/06, Dave Lyons [EMAIL PROTECTED] wrote:
 u can still see it here

 http://svn.reactorframework.com/reactor/trunk/reactor/data/mysql/ObjectDao.cfc

Are you using mysql ver 5?  It's working for me, and I am, and I'm
resonalby sure it wouldn't, if it was broke...  do you have the
information_schema table?

I've been running hot with reactor and model glue... besides a hiccup
with query.cfc (or some such... it was fixed so fast, I don't recall)
it's been amazing.  Props to all involved in those three frameworks!

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


Re: Where can I download Coldspring for use in MG:U?

2006-10-26 Thread Tom Chiverton
On Thursday 26 October 2006 08:39, Dave Lyons wrote:
 yes i am on mysql 5 and I was getting an error when set to just mysql, the
 error went away when i changed it to mysql4

Don't suppose you could change it back quickly and post the error message and 
any relevant SQL ?

-- 
Tom Chiverton
Helping to appropriately engage innovative IPOs



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.


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


Re: Where can I download Coldspring for use in MG:U?

2006-10-25 Thread Dave Lyons
u can still see it here

http://svn.reactorframework.com/reactor/trunk/reactor/data/mysql/ObjectDao.cfc



I don't see anything in there that's mysql- er, mssql specific...
sadly, I've notice that in many of my hints, 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:


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


Re: Where can I download Coldspring for use in MG:U?

2006-10-25 Thread Tom Chiverton
On Tuesday 24 October 2006 20:31, Denny Valliant wrote:
 frameworks (which I hope are perpetually still-in-development), I'd
 recommend pinning the revision (if you're using svn:externals) so as
 not to get caught by surprise.  If you're just copy/pasting, nothing
 should be getting updated automatically.

Yeah, we just import a known-good Reactor trunk once in a while - we've not 
resynced since after the duck type changes and before the query parse cache 
though.

-- 
Tom Chiverton
Helping to greatly syndicate prospective interfaces



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.


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


Re: Where can I download Coldspring for use in MG:U?

2006-10-25 Thread Denny Valliant
On 10/25/06, Dave Lyons [EMAIL PROTECTED] wrote:
 u can still see it here

 http://svn.reactorframework.com/reactor/trunk/reactor/data/mysql/ObjectDao.cfc

Are you using mysql ver 5?  It's working for me, and I am, and I'm
resonalby sure it wouldn't, if it was broke...  do you have the
information_schema table?

I've been running hot with reactor and model glue... besides a hiccup
with query.cfc (or some such... it was fixed so fast, I don't recall)
it's been amazing.  Props to all involved in those three frameworks!

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


Re: Where can I download Coldspring for use in MG:U?

2006-10-24 Thread Tom Chiverton
On Friday 20 October 2006 14:48, Andy Matthews wrote:
 This isnt for coldspring but in reactor if you are using mysql be sure to
 set it to mysql4 right now because the reg mysql file is actually for ms
 sql, that one screwed me up for awhile.

Bwuh !
Are you saying the MySQL files generate MSSQL syntax ? Where in particular ?

-- 
Tom Chiverton
Helping to vitalistically enhance one-to-one mindshares



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.


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


Re: Where can I download Coldspring for use in MG:U?

2006-10-24 Thread Denny Valliant
On 10/24/06, Tom Chiverton [EMAIL PROTECTED] wrote:
 On Friday 20 October 2006 14:48, Andy Matthews wrote:
  This isnt for coldspring but in reactor if you are using mysql be sure to
  set it to mysql4 right now because the reg mysql file is actually for ms
  sql, that one screwed me up for awhile.

 Bwuh !
 Are you saying the MySQL files generate MSSQL syntax ? Where in particular ?

It's working fine for my mysql tables, so it must have been fixed.
FWIW, I never ran into it, and I've been reactoring pretty heavy for
the last bit...  Dave must've caught it at a bad time.

If you're running production with any of the still-in-development
frameworks (which I hope are perpetually still-in-development), I'd
recommend pinning the revision (if you're using svn:externals) so as
not to get caught by surprise.  If you're just copy/pasting, nothing
should be getting updated automatically.

Anyhoo

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


Re: Where can I download Coldspring for use in MG:U?

2006-10-24 Thread Dave Lyons
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


Re: Where can I download Coldspring for use in MG:U?

2006-10-24 Thread Denny Valliant
I don't see anything in there that's mysql- er, mssql specific...
sadly, I've notice that in many of my hints, 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


RE: Where can I download Coldspring for use in MG:U?

2006-10-20 Thread Andy Matthews
Thanks for letting me know. Sadly, I haven't even been able to get to that
point.

!//--
andy matthews
web developer
certified advanced coldfusion programmer
ICGLink, Inc.
[EMAIL PROTECTED]
615.370.1530 x737
--//-

-Original Message-
From: Dave Lyons [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 19, 2006 7:04 PM
To: CF-Talk
Subject: Re: Where can I download Coldspring for use in MG:U?


This isnt for coldspring but in reactor if you are using mysql be sure to
set it to mysql4 right now because the reg mysql file is actually for ms
sql, that one screwed me up for awhile.




I'm back to trying to learn MG:U again and now I'm getting a different
error. So I've decided that instead of using the reactor and coldspring
installs from the MG:U zip, I'm going to download those two seperately.
I've
got Reactor, but when I go to the Coldspring wbsite, it gives me a page not
found. Does anyone know where the new site is, or where I can grab the most
recent version of Coldspring?



!//--
andy matthews
web developer
certified advanced coldfusion programmer
ICGLink, Inc.
[EMAIL PROTECTED]
615.370.1530 x737
--//-



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


Re: Where can I download Coldspring for use in MG:U?

2006-10-20 Thread Dave Ross
Sorry about the outage - we had a complete drive failure on the server last 
weekend and it took a few days to find a new home. 
http://www.coldspringframework.org should now be operational again.

thanks,

Dave

I'm back to trying to learn MG:U again and now I'm getting a different
error. So I've decided that instead of using the reactor and coldspring
installs from the MG:U zip, I'm going to download those two seperately. I've
got Reactor, but when I go to the Coldspring wbsite, it gives me a page not
found. Does anyone know where the new site is, or where I can grab the most
recent version of Coldspring?



!//--
andy matthews
web developer
certified advanced coldfusion programmer
ICGLink, Inc.
[EMAIL PROTECTED]
615.370.1530 x737
--//-

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


RE: Where can I download Coldspring for use in MG:U?

2006-10-20 Thread Andy Matthews
Ah yes...there is it. Thank you Dave.

!//--
andy matthews
web developer
certified advanced coldfusion programmer
ICGLink, Inc.
[EMAIL PROTECTED]
615.370.1530 x737
--//-

-Original Message-
From: Dave Ross [mailto:[EMAIL PROTECTED]
Sent: Friday, October 20, 2006 11:59 AM
To: CF-Talk
Subject: Re: Where can I download Coldspring for use in MG:U?


Sorry about the outage - we had a complete drive failure on the server last
weekend and it took a few days to find a new home.
http://www.coldspringframework.org should now be operational again.

thanks,

Dave

I'm back to trying to learn MG:U again and now I'm getting a different
error. So I've decided that instead of using the reactor and coldspring
installs from the MG:U zip, I'm going to download those two seperately.
I've
got Reactor, but when I go to the Coldspring wbsite, it gives me a page not
found. Does anyone know where the new site is, or where I can grab the most
recent version of Coldspring?



!//--
andy matthews
web developer
certified advanced coldfusion programmer
ICGLink, Inc.
[EMAIL PROTECTED]
615.370.1530 x737
--//-



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


Where can I download Coldspring for use in MG:U?

2006-10-19 Thread Andy Matthews
I'm back to trying to learn MG:U again and now I'm getting a different
error. So I've decided that instead of using the reactor and coldspring
installs from the MG:U zip, I'm going to download those two seperately. I've
got Reactor, but when I go to the Coldspring wbsite, it gives me a page not
found. Does anyone know where the new site is, or where I can grab the most
recent version of Coldspring?



!//--
andy matthews
web developer
certified advanced coldfusion programmer
ICGLink, Inc.
[EMAIL PROTECTED]
615.370.1530 x737
--//-


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


Re: Where can I download Coldspring for use in MG:U?

2006-10-19 Thread Dave Lyons
This isnt for coldspring but in reactor if you are using mysql be sure to set 
it to mysql4 right now because the reg mysql file is actually for ms sql, that 
one screwed me up for awhile.




I'm back to trying to learn MG:U again and now I'm getting a different
error. So I've decided that instead of using the reactor and coldspring
installs from the MG:U zip, I'm going to download those two seperately. I've
got Reactor, but when I go to the Coldspring wbsite, it gives me a page not
found. Does anyone know where the new site is, or where I can grab the most
recent version of Coldspring?



!//--
andy matthews
web developer
certified advanced coldfusion programmer
ICGLink, Inc.
[EMAIL PROTECTED]
615.370.1530 x737
--//-

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