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 IamaSherpa 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: jonbgallant
  • Order by date
  1. jonbgallant

    bulk insert from text file to datetime field using a bcp format file

    Have you tried using # around your dates instead of ' ? That might work.
  2. jonbgallant

    another stored procedure question

    I don't think you need parens here: t.name = ( 'tblWC_' + @tblDepartments_Abbrev + '_' + @WorkCenter_ID )
  3. jonbgallant

    Any website where i can download Learnig version of VSNET

    I don't know of any learning version, but I just purchased vb.net for $100 down at Staples. So far it seems to be working great. They also have academic versions of vs for a cheaper price. Jon
  4. jonbgallant

    Client side date validation before submit runs

    This should do the trick. I've included javascript and vbscript. Jon Javascript: function validateDate(fieldVal) { fieldVal = trim(fieldVal); // Begin // Checks for the following valid date formats: // mm/dd/yyyy mm-dd-yyyy // Also separates date into month, day, and year variables...

Part and Inventory Search

Back
Top