Following screenshot displays the structure of import xml:
Figure 2: Structure of Import XML
Following is the description of the tags used in import XML file:
...
DatabaseType | Type of database from where you want to import the tables. For example, ![CDATA[sql]] |
Server | IP address of the host server. For example, ![CDATA[192.168.1.17]] |
Port | Port number. For example, ![CDATA[1433]] |
DatabaseName | Name of the database whose tables you want to import |
UserName | User name to access the database |
Password | Password to access the database |
...