View Single Post
  #2  
Old 04-22-2008, 01:51 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,033
That works as expected in my tests w/ VBP v6.7. The attached sample appends

IF NOT EXISTS (SELECT * FROM [sm].[DefaultSetting] WHERE [ApplicationType] = 1 AND [ValueId] = 111)

to %TEMP%\test2.sql each time it is built.
Attached Files
File Type: bld filecontents.bld (872 Bytes, 893 views)
Reply With Quote