hi
i'm using asp.net(vb lamguage),and trying to write an sql statemnet to insert values in my table,i'have tried many ways but no one work as i need tere is alawya an error.i'm also using componentart tools and try to insert values in the table to appear at grid.
here is my last one
cmd.CommandText = "insert into std_t(std_no,st d_name)values(@ std_no,@std_nam e)"
can any one help or have another ideas.
thanx lot
i'm using asp.net(vb lamguage),and trying to write an sql statemnet to insert values in my table,i'have tried many ways but no one work as i need tere is alawya an error.i'm also using componentart tools and try to insert values in the table to appear at grid.
here is my last one
cmd.CommandText = "insert into std_t(std_no,st d_name)values(@ std_no,@std_nam e)"
can any one help or have another ideas.
thanx lot
Comment