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

Поиск
Список
Период
Сортировка
От kona ajay
Тема Fwd: cant insert into a post gre sql table...Can u please help in fixing this
Дата
Msg-id CA+4EtZvDRb1sDs6L=J0-UF=RZgYtt_9hub7xNvnVwN8=eqfXhQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: Fwd: cant insert into a post gre sql table...Can u please help in fixing this  (John R Pierce <pierce@hogranch.com>)
Re: Fwd: cant insert into a post gre sql table...Can u please help in fixing this  (David G Johnston <david.g.johnston@gmail.com>)
Список pgsql-bugs
here i am sending my actual code







  string employee = "insert into  VSP_Employee values ('" + txtEmpid.Text + "','" + txtEmpname.Text + "','" + txtEmailid.Text + "','" + txtphnum.Text + "','" + txtDOB.Text + "','"  +txtDOJ.Text + "','" + txtNOD.Text + "','" + txtSalary.Text + "','" + txtLeavestaken.Text + "','" + txtLeavesBalance.Text + "','" + txtPlannedleaves.Text+"')";
                    NpgsqlDataAdapter da = new NpgsqlDataAdapter(employee, conn);
                    cmd = new NpgsqlCommand(employee, conn);
                    da = new  NpgsqlDataAdapter(cmd);
                    ds = new DataSet();
                    da.Fill(ds, "VSP_Employee");



                              Please help me in fixing this . Thanking you

Вложения

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

Предыдущее
От: John Mudd
Дата:
Сообщение: Fwd: [HACKERS] Fwd: Debug strategy for musl Postgres?
Следующее
От: aleksey.vitaliev@transas.com
Дата:
Сообщение: BUG #10014: Does not work PQfn in libpq with array