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
Re: Fwd: cant insert into a post gre sql table...Can u please help in fixing this
Список 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 по дате отправления: