MarcusCarcus
Technical User
- May 24, 2008
- 1
I'm trying to get this coding to work, I'm new to c# and programming, but I can't seem to get much further than this and this code will not build.
SqlParameter wellName = new SqlParameter("@wellName", SqlDbType.NVarChar, 50, "wellName").Value = Convert.ToString(cmbWellName);
SqlParameter wellName = new SqlParameter("@wellName", SqlDbType.NVarChar, 50, "wellName").Value = Convert.ToString(cmbWellName);