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)...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.