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)
I want like this:
SQLExecute(Sql script file path)