Changeset 25
- Timestamp:
- 06/17/10 04:40:41 (2 years ago)
- Location:
- projects/querysqlexport/trunk/defn/ApplicationEnginePrograms/GS/GS_QRYSQL
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
projects/querysqlexport/trunk/defn/ApplicationEnginePrograms/GS/GS_QRYSQL/GS_QRYSQL.MAIN.GBL.default.1900-01-01.Step01.OnExecute.pcdefn.peoplecode
r24 r25 15 15 &MyQuery.open(&QryToProcess, True, True); 16 16 17 &fileSQL = GetFile("C:\ temp\" | &QryToProcess | ".sql", "w", "a", %FilePath_Absolute);17 &fileSQL = GetFile("C:\Documents and Settings\Administrator\Application Data\Grey Sparling Version Control\demorepo\DEV\defn\Queries\GS\" | &QryToProcess | ".sql", "w", "a", %FilePath_Absolute); 18 18 19 19 &fileSQL.WriteLine("-- " | &MyQuery.name | ", " | &MyQuery.description);
