Search results for query: *

  • Users: a808y
  • Content: Threads
  • Order by date
  1. A

    SQL Parameter isNull() Boolean/Bit True False Null Problem

    I have a store procedure that expects a parameter "@Abnormality bit". Based on the value true, false or null, the query returns all rows with true , false or all values respectively. I am using the isnull function to check the value, however I get the following 3 faulty condition. if i use...
  2. A

    Create Database Connection String Builder like SQL Connect to Server interface

    Hi All, I am trying to build a user control that will do exactly what the SQL 2005 Connect to Server interface do, eventually create a connection string and store in a app.config file. It should allow user to select server type, server name, authentication, user name and password. It...
Back
Top