Connect to database

Top  Previous  Next

First you need to connect to database with transaction table containing data for import and storing data exported from DotNetNuke.

 

ConnectionString_01

 

The "Connection String" should follow the schema known from DotNetNuke web.config file:

Server=(local); Database=DotNetNuke; uid=; pwd=;

 

In the "Select SQL table" field you should enter remote database transaction table:

SELECT * FROM Table_Name

 

After entering connections string and select query please click "Get table schema" to retrieve data for mapping.