I have no idea what you
are trying to do?? please send the SQL
commands you are using.
For me to help you
Need to know what you are trying to accomplish and need to see the code!
salman Sheikh wrote:
hi
Do u have any suggestion regarding this problem?
can u add all tables once in postgresql?
In MS access i can add table once without any problem.
sheikh
Von: "justin" <justin@xxxxxxxxxxxxxxx>
Gesendet: 02.11.08 01:23:15
An: salman Sheikh
CC: pgsql-general@xxxxxxxxxxxxxx,
pgsql-odbc@xxxxxxxxxxxxxx
Betreff: Re: Error in Adding All Tables
salman Sheikh wrote:
Hi freinds,
i wanted to add my all tables once in MFC application,
i have a databank,which has 11 tables and i want to
a dd themall togather.
After Adding all tables, it shows me always this
errors bydebugging.
ERROR: column reference "ctid" is ambiguous;
Error while executing the query
i need help from u ppl. I am using Visual C++ 2005
andpostgresql 8.3.
thanks
Sheikh
|
Without looking at the sql statement you are using its kinda hard
toknow what the problem is
but ambiguous column means the Postgresql can't figure o ut what
youwant to do as the column shows up twice in a command.
|