cant insert into a postgre sql table from c# please help to solve this......... |Thanks very much in advance - Mailing list pgsql-bugs

From kona ajay
Subject cant insert into a postgre sql table from c# please help to solve this......... |Thanks very much in advance
Date
Msg-id CA+4EtZvxp9tVajdpsSHV9eQLTzTdS8xSH_yaKPTH9WSSLRJKDA@mail.gmail.com
Whole thread Raw
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

pgsql-bugs by date:

Previous
From: aleksey.vitaliev@transas.com
Date:
Subject: BUG #10014: Does not work PQfn in libpq with array
Next
From: digoal@126.com
Date:
Subject: BUG #10013: PostgreSQL 9.4 initdb FATAL: could not write to file "pg_xlog/xlogtemp.3590": No space left on devi