View Single Post
  #6  
Old 04-07-2004, 12:16 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,049
The project won't build here. The 'Create RawAll.sql File' step fails because SQL_FILES is an undefined macro; it's also referencing a file nameddbnewarcs1.fnGetDedn_Rate.UDF which I don't have.

But try changing

[vbld_FSO.OpenTextFile("%SQL_FILES%\%NEXT_FILE%").R eadAll]

in that step to

[vbld_GetFileContents("%SQL_FILES%\%NEXT_FILE%")]
Reply With Quote