Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Name not unique in this context. What?

154 views
Skip to first unread message

Tom D.

unread,
Jan 27, 1999, 3:00:00 AM1/27/99
to
Try Setting HandleShare = True in the TDatabase component.

Marco Wenneker

unread,
Jan 28, 1999, 3:00:00 AM1/28/99
to
Hi,

What does 'Name not unique in this context.' BDE error 10009 ($2719)
mean?
And more important, what do I do against it?

TIA,

Marco Wenneker,
HTA Systems.

Wlodek Zielinski

unread,
Jan 28, 1999, 3:00:00 AM1/28/99
to
Hi,
It is possible you create tables using SQL statement which is generated
& executed by program without your visual control. You have two fields
with the same name in your statement.. It think it looks like this:

create table t1 (
P1 Numeric(2,0),
P1 Numeric(2,0)
)
- the same error reported.

CU
Wlodek

Edwin van der Elst

unread,
Jan 28, 1999, 3:00:00 AM1/28/99
to
Multiple databases with the same DB name.

Set HandleShared to true. (Database component)

Edwin van der Elst

Marco Wenneker wrote in message ...

Edwin van der Elst

unread,
Jan 28, 1999, 3:00:00 AM1/28/99
to

Michael Saeger

unread,
Jan 28, 1999, 3:00:00 AM1/28/99
to
Seems to crop up in development if you haven't closed a database
connection. For instance, if you Reset Program with an app server
running. The next time you try to launch the server you'll get this
error message.
0 new messages