Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Configurable DSC ODBC

Hi,

I create a app. that create QvdFile. I want to create task in QVS.

Manually (CTRL+R) it works. But when I create task to reload document, the task is in ERROR!

My BDD is SQL SERVER 2008 R2.

Is there a procedure ?

Thanks  for your help.

1 Reply
Not applicable
Author

I resolve my problem.

Basics:

Task Name : Create TableName - QVD

Select Category : Default

Or type a New Category : <blank>

Description : <blank>

Parameters:

TableName : TableName of the QVD

Qvd Path : Path\TableName.qvd

Qvd Users : By default

Script:

Connection ODBC or OLEDB like in a Desktop

LOAD

   Fields

FROM TableName;

SQL SELECT * FROM schema.TableName;

NOT NECESSARY to put " STORE TABLENAME INTO TABLENAME.qvd(QVD);

The QVD Creation creates table !