Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread AV assigning DatabaseName
Tue, Feb 24 2009 7:50 AMPermanent Link

Michael Fullerton
EDB 1.09 b4
I have a customer in Kuwait running XP Arabic. He's getting an
exception when I try to set the DatabaseName property of a TEDBQuery I
create in code. It's as if the TEDBQuery  is nil even though it's just
been created. I have no problems at all here though. Any ideas as to
what might be happening here?
Tue, Feb 24 2009 9:41 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Michael,

<< I have a customer in Kuwait running XP Arabic. He's getting an exception
when I try to set the DatabaseName property of a TEDBQuery I create in code.
It's as if the TEDBQuery  is nil even though it's just been created. I have
no problems at all here though. Any ideas as to what might be happening
here? >>

What is he setting the DatabaseName property to ?  Also, what version of
Delphi is your application compiled with ?

--
Tim Young
Elevate Software
www.elevatesoft.com

Tue, Feb 24 2009 10:53 AMPermanent Link

Michael Fullerton
On Tue, 24 Feb 2009 09:41:41 -0500, "Tim Young [Elevate Software]"
<timyoung@elevatesoft.com> wrote:

>Michael,
>
><< I have a customer in Kuwait running XP Arabic. He's getting an exception
>when I try to set the DatabaseName property of a TEDBQuery I create in code.
>It's as if the TEDBQuery  is nil even though it's just been created. I have
>no problems at all here though. Any ideas as to what might be happening
>here? >>
>
>What is he setting the DatabaseName property to ?  Also, what version of
>Delphi is your application compiled with ?

I'm using D2006 and I'm setting DatabaseName:= 'MM'.
Wed, Feb 25 2009 9:38 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Michael,

<< I'm using D2006 and I'm setting DatabaseName:= 'MM'. >>

That shouldn't be an issue with D2006.  I would definitely double-check and
see if you've got a situation whereby the database instance is nil.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image