RE: Instantiate environment?????? Whats that?

2001-05-17 Thread mherbene
I just dealt with this. It seems to really mean "there is something wrong and ColdFusion can't figure out exactly what". In my case a combination of upgrading database drivers and fixing up CFLOCKS seem to have resolved it. -Original Message- From: Mike Kear [mailto:[EMAIL PROTECTED]] S

RE: Instantiate environment?????? Whats that?

2001-05-17 Thread Andrew Scott
gt; Subject: Re: Instantiate environment?? Whats that? > > > Instantiate normally refers to the creation of an instance of a class (ie > an object) when dealing with object orientated programming (going back to > ye olde telephone example from college - the object 'telephone' i

Re: Instantiate environment?????? Whats that?

2001-05-17 Thread Mark Woods
Instantiate normally refers to the creation of an instance of a class (ie an object) when dealing with object orientated programming (going back to ye olde telephone example from college - the object 'telephone' is an instance of the class 'telephones'). Ok, there's a little more to it than th