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

Поиск
Список
Период
Сортировка
От kona ajay
Тема cant insert into a postgre sql table from c# please help to solve this......... |Thanks very much in advance
Дата
Msg-id CA+4EtZvxp9tVajdpsSHV9eQLTzTdS8xSH_yaKPTH9WSSLRJKDA@mail.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 по дате отправления:

Предыдущее
От: aleksey.vitaliev@transas.com
Дата:
Сообщение: BUG #10014: Does not work PQfn in libpq with array
Следующее
От: digoal@126.com
Дата:
Сообщение: BUG #10013: PostgreSQL 9.4 initdb FATAL: could not write to file "pg_xlog/xlogtemp.3590": No space left on devi