Re: Stored procedures from MS Query

Поиск
Список
Период
Сортировка
От Shridhar Daithankar
Тема Re: Stored procedures from MS Query
Дата
Msg-id 200310281614.45263.shridhar_daithankar@myrealbox.com
обсуждение исходный текст
Ответ на Stored procedures from MS Query  (Tomas Larsson <tulkas_sb@yahoo.com>)
Ответы Re: Stored procedures from MS Query
Список pgsql-general
On Tuesday 28 October 2003 16:06, Tomas Larsson wrote:
> Hi!
>
> We're trying to call a set-returning stored procedure
> from Excel (MS Query). To do this we type:
>
> select * from getStudents()
>
> (where getStudents() is the stored procedure).
> The problem is that MS Query interprets this as if
> getStudents was a table, and complains that there is
> no table called getStudents(). How do we get around
> this?

Create a dummy table and a rule that  calls this function instead of actually
selecting the from the table.

HTH

 Shridhar


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

Предыдущее
От: Tomas Larsson
Дата:
Сообщение: Stored procedures from MS Query
Следующее
От: Tomas Larsson
Дата:
Сообщение: Re: Stored procedures from MS Query