Обсуждение: SQL wizard problem.

Поиск
Список
Период
Сортировка

SQL wizard problem.

От
Kurt Roeckx
Дата:
When trying to use the SQL wizard I get the following error:

"An error has occured in pgAdmin II:frmSQLWizard.Get_Colums:

Number: 5
Description: Invalid procedure call or argument"

This happens when in the first tab and pressing next, going to
the 3rd tab.

Turning on full debug, I see it getting the database, namespaces,
and then tables.  For some reason it says:
"Entering pgSchema:Tables.Property Get Item(""TABLE"")

Is it normal that there are double quotes?  Could that be the
problem?  If not, any idea what can be wrong?

I'm using pgAdmin 1.4.2 and postgresql 7.3.


Kurt


Re: SQL wizard problem.

От
"Dave Page"
Дата:

> -----Original Message-----
> From: Kurt Roeckx [mailto:Q@ping.be]
> Sent: 12 December 2002 23:44
> To: pgadmin-hackers@postgresql.org
> Subject: [pgadmin-hackers] SQL wizard problem.
>
>
> When trying to use the SQL wizard I get the following error:
>
> "An error has occured in pgAdmin II:frmSQLWizard.Get_Colums:
>
> Number: 5
> Description: Invalid procedure call or argument"
>
> This happens when in the first tab and pressing next, going
> to the 3rd tab.
>
> Turning on full debug, I see it getting the database,
> namespaces, and then tables.  For some reason it says:
> "Entering pgSchema:Tables.Property Get Item(""TABLE"")
>
> Is it normal that there are double quotes?  Could that be the
> problem?  If not, any idea what can be wrong?
>
> I'm using pgAdmin 1.4.2 and postgresql 7.3.
>

Hi Kurt,

I believe I've fixed this issue in pgAdmin 1.4.12 which I just uploaded
to http://www.pgadmin.org/downloads.

Regards, Dave.