Tuning CF9 64 bit on Win2k8

2012-01-08 Thread Michael Reick
I know there have been links on a good "How To" on this topic, but my google-fu is failing me. Can anybody point me in the right direction? TIA, Michael ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adob

Re: CF9 and Excel - advice sought

2012-01-08 Thread Leigh
> Larger files (1000+ records) though - usually time out and the import > fails. Excel 2007 (.xlsx) and forward usually fails too. A thousand records is not a huge amount, unless there are a large number of columns involved.  How many columns? What portion of the process consumes the bulk of t

RE: ORM Compositie Key Help

2012-01-08 Thread Bobby Hartsfield
So my issue may not be related to composite keys at all... If I use a generator of any type other than native, I get the issue of no records. I created this small example to prove it: The component: states.cfc component persistent="true" table="tblStates" { p

RE: ORM Compositie Key Help

2012-01-08 Thread Bobby Hartsfield
FYI, I did read people saying to set the generator of composite keys to "assigned" (even though I'm pretty sure that is the default) so I did try that but it did not make a difference. .:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message-

ORM Compositie Key Help

2012-01-08 Thread Bobby Hartsfield
Hi All, I'm still playing around with ORM and am finally trying to use it in an actual project but am running into an issue with composite keys. Here is a basic compnent that works. component persistent="true" table="tmp_utilities_import" { property name="stateID"