Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2009
    Posts
    4

    inserting values in the database

    Hi Friends,

    I am visual patch 3.5 trial version and i want when patch execute, i want to insert the values in the database. I am using sql server2008 database

    Please solve this problem.

    Thanks

  2. #2
    Join Date
    Apr 2005
    Location
    São Paulo, Brazil
    Posts
    2,539
    Hello,

    Visual Patch is a tool for developers that need to patch their own applications to the most current release. Although you can perform additional tasks through scripting, like modifications to the registry or to the file system, Visual Patch was not designed to work with any specific third party application.

    If you need to run queries on a certain database, for example, you should write a script to perform this task and instruct Visual Patch to execute it before or after the patch. It makes no sense having specific actions for SQL Server, Oracle, Sybase, Firebird/Interbase, etc. built into the product. If you need database connectivity, you can use the ODBC Actions plugin that was developed for AutoPlay Media Studio but works with Visual Patch, Setup Factory and TrueUpdate, or develop your own extension to Visual Patch, or write a script that invokes the proper command-line tool that ships with your RDBMS.

    Ulrich

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts