Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: bnbertha
  • Content: Threads
  • Order by date
  1. bnbertha

    NullReferenceException trying to return int from stored proc

    I've been coding for years but I'm relatively new to ASP/C#. This is my code; the exception occurs on the ExecuteScalar() command. protected void ect_txt_TextChanged(object sender, EventArgs e) { SqlConnection conn = new SqlConnection(connect_str); // connect_str good as it works...
  2. bnbertha

    Returning records with a foreign key in preference to one without

    I have two tables; Parameters and Concessions. The parameters table has a foreign key field to concessions that is populated only if a concession exists. If a concession is put in place, a duplicate record in Parameters is created with the duplicate having a foreign key entry to concessions...

Part and Inventory Search

Back
Top