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 TouchToneTommy 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: phlat
  • Content: Threads
  • Order by date
  1. phlat

    Please help with GetFileTime

    I'm not really a C programmer but I know enough to be dangerous. How can I assign the file created date via GetFileTime to szOptionalField1? Thanks! struct _FILETIME ft;SYSTEMTIME stUTC, stLocal; GetFileTime(szCsvFile,&ft,NULL,NULL); FileTimeToSystemTime(&ft, &stUTC)...
  2. phlat

    Need to use UPDATE instead of INSERT INTO

    I need to UPDATE exisiting rows and populate the fields using only the resources in this INSERT statement. INSERT INTO cms.project_event (projectPhaseID,sortOrder) SELECT cms.projectTemplate_eventTemplate.projectTemplatePhaseID, cms.projectTemplate_eventTemplate.sortOrder FROM...

Part and Inventory Search

Back
Top