i am getting table name and file name from variable through select statement in prev execute SQ L TASK and now I have to use this table name and File path in script to load data . All these are in for loop container ,So for every Iteration there will be different table name (each having a different data structure) and file path I have to load data in single run. If possible give me idea how to connect to database , how to read the data from table and write it to a file using vb script.
Please help as it is urgent