Search results for query: *

  1. T

    Integer/System.DBNull Values for SQL Delete

    Deciding what variable is Null is not a problem. The problem is that my Delete statement has 20 variables and some my be Null some of the time and some may not be.
  2. T

    Integer/System.DBNull Values for SQL Delete

    I'm at a road block with this one. I need to delete a row from a SQL 2k5 Express database. All of my parameters are correct but the problem occurs when there might be a Null value or an Integer that needs to be deleted. I have two public functions that sort which is which... Public Function...
Back
Top