Execute sql scripts from C++ Program

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • accuracy
    New Member
    • Sep 2006
    • 1

    #1

    Execute sql scripts from C++ Program

    I have one sql file i.e. test.sql that contains many sql statements and I wanted to execute it from a c++ program. Is it possible or I have to execute individual statements.

    I want like this:

    SQLExecute(Sql script file path)
Working...