RE: Error: null null

2010-11-12 Thread Al Musella, DPM
the problem was that coldfusion was caching the database structure so it didn't know that field was there. After the cache was cleared, everything works. At 11:38 AM 11/12/2010, you wrote: >That table has USER ID (varchar) , PASSWORD (varchar) and a bunch of >bit fields (default value (0)). No

RE: Error: null null

2010-11-12 Thread Robert Harrison
That table has USER ID (varchar) , PASSWORD (varchar) and a bunch of bit fields (default value (0)). No dates. Regardless, the error just went away. Thanks Robert B. Harrison Director of Interactive Services Austin & Williams 125 Kennedy Drive, Suite 100 Hauppauge NY 11788 P : 631.231.6600

Re: Error: null null

2010-11-12 Thread Tony Bentley
I think it's a date conversion issue. I know, debugging can be frustrating when it isn't working right. - Tony Bentley (sent from iPhone) On Nov 12, 2010, at 8:01 AM, Robert Harrison wrote: > >>> What? You don't know what null null means? It's pretty self explanatory :) > > I'm assuming that's

RE: Error: null null

2010-11-12 Thread Robert Harrison
> > What? You don't know what null null means? It's pretty self explanatory :) I'm assuming that's a joke, but in case it's not... please explain. I don't have a clue what it means and a search is coming up short on answers. Strangely, the error has just gone away and I did nothing? Robert

Re: Error: null null

2010-11-12 Thread Tony Bentley
> What? You don't know what null null means? It's pretty self explanatory :) ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.hou

Re: Error: null null

2010-11-12 Thread Jerry Johnson
; Now I'm getting the error: > > null null > The error occurred on line -1. > > RootCause: (structure - not printed) > StackTrace: java.lang.NullPointerException > > > Message: > Type: coldfusion.runtime.CfErrorWrapp

Error: null null

2010-11-12 Thread Robert Harrison
I made a change to a data base table on SQL server 2008 and added a field. Now I'm getting the error: null null The error occurred on line -1. RootCause: (structure - not printed) StackTrace: java.lang.NullPointerException Me