[cfaussie] Oracle Case Sensitive SQL?

2006-09-11 Thread Mark Mandel
I didn't think Oracle was, but it's the only thing that is making sense atm - I've got some unit tests for Transfer, and I'm trying to get it working with Oracle, and I can't work out why it isn't. I keep getting errors like: -- [Macromedia][Oracle JDBC Driver][Oracle]ORA-00942: table or view

[cfaussie] Re: Java and gzip

2006-09-11 Thread Shane Farmer
On 9/11/06, Andrew Scott [EMAIL PROTECTED] wrote: Ok whatever. You might want to check the post I was replying to by the way. On 9/8/06, Shane Farmer [EMAIL PROTECTED] wrote: Reminds me of a lot of posts coming out around CF7 launch... just upgrade and all you problems will go

[cfaussie] Re: Oracle Case Sensitive SQL?

2006-09-11 Thread Shane Farmer
Hi Mark, The only two things I can think of off the top of my head (its been a long day) is: Some tables (the ones that don't work) may not bein the default schema for the connection while others may not The user you are connecting as may not have access to the objects in the default schema. Are

[cfaussie] Re: Fullasagoog Still Very Sick

2006-09-11 Thread M@ Bourke
Hi Dale,Do you have a website online ? (or cf on ya machine)Simply write your own cf page that reads the goog xml files and strip out what ya think is cf related, that way ya can have ya own ranking system and simply visit your page instead of the goog, I have a basic script I run on my laptop to

[cfaussie] Re: Fullasagoog Still Very Sick

2006-09-11 Thread Mike Kear
I have a filter system i use to edit the posts on Fullasagoog that I dont want to read. It's not an Adobe product, but it is an invention of my parents, Mr and Mrs Kear. It consists of an index finger, which twirls the wheel on my mouse past the briefs on the fullasagoog page, and the other

[cfaussie] Re: Fullasagoog Still Very Sick

2006-09-11 Thread Mike Kear
Actually, thinking about the subject of this thread, and taking the vernacular of my kids, fullasagoog is sick.Definitely. Fully Sick. Mad even. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion, PHP,

[cfaussie] Re: Fullasagoog Still Very Sick

2006-09-11 Thread Dale Fraser
My understanding that the operator of Goog is an aussie on this list. Thus why I'm posting here. Regards Dale Fraser http://dale.fraser.id.au -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Muller Sent: Tuesday, 12 September 2006 4:53

[cfaussie] Re: Oracle Case Sensitive SQL?

2006-09-11 Thread Maximilian Nyman
Mark, Question: Oracle Case Sensitive SQL? Answer: Yes AND No If I create my table like this: CREATE TABLE MaxCoolTable AS ( ... ) I can now do SELECT * FROM MaxCoolTable or SELECT * FROM MAXCOOLTABLE or SELECT * FROM maxcooltable Not case sensitive eh? BUT! If I had created my table

[cfaussie] Re: Why buy into CF?

2006-09-11 Thread Scott Barnes
.NET isn't so bad to be honest? the only thing that i find a bit disconcerting about it, is what could I use it for given that Microsoft are a bit sketchy as to what the future of .NET 2.0 apps will look like with the upcomingVista Regime? I'm more inclined to start asking questions about

[cfaussie] Re: Fullasagoog Still Very Sick

2006-09-11 Thread Andrew Scott
Dale, Not sure what RSS reader in google you are using but google reader from the labs displays more than 20 for me Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone:+613 8676 4223 Mobile: 0404 998 273

[cfaussie] Re: Fullasagoog Still Very Sick

2006-09-11 Thread Dale Fraser
Andrew, Actually that was just a test entry which stayed for about 5 minutes. And it wasn't in the CF category. Regards Dale Fraser http://dale.fraser.id.au -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Scott Sent: Tuesday, 12

[cfaussie] Re: Fullasagoog Still Very Sick

2006-09-11 Thread Andrew Scott
LOL, I must have set my RSS reader to download the content, which explains why I can read the article but it isn't on your website? Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613 8676 4223 Mobile: 0404 998 273

[cfaussie] Re: Why buy into CF?

2006-09-11 Thread Scott Barnes
Oh, Microsoft have implemented XAML into IE 7 long long before we clued in onto that fact. You have to be a mug to not realise that the whole Web application concept threatened the very existance of an Operating Systems actual purpose as it was living out the hybrid dream of thin-ware deployment.

[cfaussie] Compressing the output to the browser via CF

2006-09-11 Thread Andrew Scott
Ok I thought I was onto a beginning here by getting coldfusion to compress the content, and then redisplay it. In its basic form this will only do text at this stage, but it is a start. Anyway I hit a snag, I can not for the life of me get the browser to deflate the string. Anyone see

[cfaussie] Re: Compressing the output to the browser via CF

2006-09-11 Thread Andrew Scott
Mark no go, however I was reading somewhere that I may need to use the getRequest().getRequest() and flush it that way and write the content in application.cfc Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613 8676 4223 Mobile: 0404 998 273

[cfaussie] Re: Compressing the output to the browser via CF

2006-09-11 Thread Mark Mandel
Try something like this: cfcontent type=text/html variable=#fileout.toByteArray()# Not sure if text/html is right, but you want binary data, not string data. Mark On 9/12/06, Andrew Scott [EMAIL PROTECTED] wrote: Ok I thought I was onto a beginning here by getting coldfusion to

[cfaussie] Re: Compressing the output to the browser via CF

2006-09-11 Thread Dale Fraser
Andrew, I think you will find that the browser is trying to decrypt the whole document not just your bit. Why are you bothering? This is free in IIS6. Regards Dale Fraser http://dale.fraser.id.au From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On

[cfaussie] Re: Compressing the output to the browser via CF

2006-09-11 Thread Andrew Scott
Mark, thanks I was just about to switch them thanks. Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone:+613 8676 4223 Mobile: 0404 998 273 From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Mark Mandel Sent: Tuesday,

[cfaussie] Re: Coldfusion Server problems

2006-09-11 Thread Blair McKenzie
Check the services running on the machine and make sure that the ColdFusion ones have restarted.BlairOn 9/12/06, Scott Thornton [EMAIL PROTECTED] wrote:A colleague of mine writes: Hi All,I have an intranet site that went down due to a power outage, and now no matter what I do it will not serve