Search results for query: *

  1. 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...
  2. F

    Creating Datagrid Dynamically

    nevermind...figured it
Back
Top