Fwd: cant insert into a post gre sql table...Can u please help in fixing this - Mailing list pgsql-bugs

From kona ajay
Subject Fwd: cant insert into a post gre sql table...Can u please help in fixing this
Date
Msg-id CA+4EtZvDRb1sDs6L=J0-UF=RZgYtt_9hub7xNvnVwN8=eqfXhQ@mail.gmail.com
Whole thread Raw
Responses 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>)
List 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

Attachment

pgsql-bugs by date:

Previous
From: John Mudd
Date:
Subject: Fwd: [HACKERS] Fwd: Debug strategy for musl Postgres?
Next
From: aleksey.vitaliev@transas.com
Date:
Subject: BUG #10014: Does not work PQfn in libpq with array