Search results for query: *

  1. F

    IsDate Problem

    i ended up just putting a check to see if the date value is less than the minimum value. my question though, is why does the IsDate function return a True value, but SQL does not?
  2. F

    IsDate Problem

    I am building an import program that reads a text file and inserts it into a SQL table. One of the fields is a date. So I am doing an IsDate check on every record before it inserts. For some reason "0001-01-01" returns true on the isdate function but when it goes to the stored procedure to...
  3. F

    vb.net error check

    couldnt you just check to see if the number is less than equal to zero?
  4. F

    Creating Datagrid Dynamically

    nevermind...figured it
Back
Top