Bind message has 6 results formats but query has 5 columns

Поиск
Список
Период
Сортировка
От J Ottery
Тема Bind message has 6 results formats but query has 5 columns
Дата
Msg-id 7744a16c-bdcd-4dce-bcb2-48735a602db6@n33g2000pri.googlegroups.com
обсуждение исходный текст
Список pgsql-general
Windows XP, Using Delphi 7 ADO SQL Query Component to Drop/Delete a
Column from a simple table.
When I then try to query the table I get this error:

"Bind message has 6 results formats but query has 5 columns"

Obviously I need to refresh the connection or table but how?

I have tried
ADOConnection.Connected:=False;
ADOConnection.Connected:=True;

SQLTable.Close;
SQLTable.Open;

SQLTable.Fieldefs.Refresh;

All to no avial.

What is my solution to this?? Your contrib would be highly
aprreciated.




В списке pgsql-general по дате отправления:

Предыдущее
От: "Eric Worden"
Дата:
Сообщение: "disappearing" rows in temp table, in recursing trigger
Следующее
От: David Fetter
Дата:
Сообщение: Re: WITH AS vs subselect was: count (DISTINCT expression [ , ... ] ) and documentation