how to pass sql commands using a text file

  • Hi is there any way by which i can run the queeires ina text file programmatically

  • It is possible to spawn an isql command with the -i option.

    eg

    isql -Uuser -Ppassword -dmydb -i myfileofsql

    Why not just use ADO or whatever?

    Rob

  • Hi thanlks for your help

    i do not want to use isql

    i want to do his using a programming language

    can this be done

    is there some sql command like

    run filename.sql

    thanks

    Sanket

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply