Error in Adding All Tables
am 02.11.2008 00:55:39 von salman SheikhThis is a multi-part message in MIME format.
--=-------------12255837403649455119
Content-Type: text/plain; charset=iso-8859-15
Content-Transfer-Encoding: 7bit
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 add them all togather.
After Adding all tables, it shows me always this errors by debugging.
ERROR: column reference "ctid" is ambiguous;
Error while executing the query
i need help from u ppl. I am using Visual C++ 2005 and postgresql 8.3.
thanks
Sheikh
Psssst! Schon vom neuen WEB.DE MultiMessenger geh&oum l;rt?
Der kann`s mit allen: *http://www.produkte.web.de/messenger/?did=3123* [http://www.produkte.web.de/messenger/?did=3123]
Run, Fatboy, Run" sowie "Rails & Ties" kostenlos anschauen!
Blockbuster-Gutscheine sichern unter *http://www.blockbuster.web.de* [http://www.blockbuster.web.de]
--=-------------12255837403649455119
Content-Type: text/html; charset=iso-8859-15
Content-Transfer-Encoding: 7bit
Without looking at the sql statement you are using its kinda hard to
know what the problem is
but ambiguous column means the Postgresql can't figure out what you
want to do as the column shows up twice in a command.