Hello, I'm trying to add some values to database the code below can't do that:
VB.NET Code:
insert.Parameters.Add("is86", DbType.Int32, 4, list[1]);
I'm not getting any errors. I tried Convert.ToInt32 and int.Parse but didn't work. Can anyone hellp me?




Reply With Quote
