Options

Modify created SQL

doblementedoblemente Posts: 3
edited January 7, 2008 4:15AM in SQL Packager Previous Versions
Can I modify SQL before generate a .exe file ?
I want to create an Update package, It is possible?

Comments

  • Options
    Thanks for your post.

    You can edit the SQL used in the Schema and Data scripts before the .exe is generated, but you will need to do this through a C# Project.

    What you need to do is choose to output the package as a C# project, but make sure that you select to create the project with uncompressed resources. You can set this by unchecking the option 'Compress Generated SQL References' on the last step of the wizard. Once you have created the C# Project with uncompressed resources you will be able to edit the SQL through visual studio.
    Chris
  • Options
    Many thank for your e-mail.

    I do it and work fine.
Sign In or Register to comment.