Re: Fwd: cant insert into a post gre sql table...Can u please help in fixing this

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Fwd: cant insert into a post gre sql table...Can u please help in fixing this
Дата
Msg-id 534C20CF.1020907@hogranch.com
обсуждение исходный текст
Ответ на Fwd: cant insert into a post gre sql table...Can u please help in fixing this  (kona ajay <konaajay@gmail.com>)
Список pgsql-bugs
On 4/14/2014 12:51 AM, kona ajay wrote:
>           Please help me in fixing this . Thanking you

the error seems pretty explicit.    "relation vsp_employee does not exist"

I fail to see how this is a postgres bug.


btw, thats a terrible way of programming SQL queries.  a all someone
would have to do would be to enter

     '); drop table vsp_employee;

as an employee name and you'd be in a world of hurt.  you should instead
pass in the data values as arguments to a parametrized query.   as I
don't do .NET stuff, you'll need to look up how to do that yourself.

--
john r pierce                                      37N 122W
somewhere on the middle of the left coast

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

Предыдущее
От: lucybird@126.com
Дата:
Сообщение: BUG #10006: 'DO INSTEAD UPDATE' error
Следующее
От: Stefan Kaltenbrunner
Дата:
Сообщение: Re: Debug strategy for musl Postgres?