• Contents
  • Index
  • Search
  • DbTransfer
    • Introduction
    • What's new
    • Breaking Changes
    • Getting Started
      • System requirements
      • Getting help
    • User Interface
      • New Transfer Screen
        • Start
        • Source
        • Destination
        • Mapping
          • Edit Mappings
        • Data Format
        • Finish
      • Transfer Screen
    • Sources and Destinations
      • Sources
        • Microsoft SQL Server
        • Microsoft Excel File
        • MySQL Database
        • ODBC Database
        • OLE DB Database
        • Oracle Database
        • PostgreSQL Database
        • SQLite Database
        • XML File
        • CSV File
      • Destinations
        • Microsoft SQL Server
        • Microsoft Excel File
        • MySQL Database
        • ODBC Database
        • OLE DB Database
        • Oracle Database
        • PostgreSQL Database
        • SQLite Database
        • XML File
        • CSV File
    • Command Line Usage
      • Using DbTransfer from the Command Line
      • Sample Usages
      • Command Line Arguments
        • in Argument
        • out Argument
        • mappings Argument
        • pattern Argument
        • logFile Argument
        • autoClose Argument
        • language Argument
        • Source Arguments
          • Microsoft SQL Server
            • in.connectionString Argument
            • in.loadViews Argument
          • Microsoft Excel File
            • in.file Argument
            • in.dataTypes Argument
          • MySQL Database
            • in.connectionString Argument
          • ODBC Database
            • in.connectionString Argument
          • OLE DB Database
            • in.connectionString Argument
          • Oracle Database
            • in.connectionString Argument
          • PostgreSQL Database
            • in.connectionString Argument
          • SQLite Database
            • in.connectionString Argument
          • XML File
            • in.file Argument
            • in.xsltFile Argument
          • CSV File
            • in.file Argument
            • in.table Argument
            • in.delimiter Argument
        • Destination Arguments
          • Microsoft SQL Server
            • out.connectionString Argument
            • out.writeMode Argument
            • out.suppressWarnings Argument
          • Microsoft Excel File
            • out.file Argument
            • out.template Argument
            • out.dataTypes Argument
          • MySQL Database
            • out.connectionString Argument
            • out.writeMode Argument
            • out.suppressWarnings Argument
          • ODBC Database
            • out.connectionString Argument
            • out.writeMode Argument
            • out.suppressWarnings Argument
          • OLE DB Database
            • out.connectionString Argument
            • out.writeMode Argument
            • out.suppressWarnings Argument
          • Oracle Database
            • out.connectionString Argument
            • out.writeMode Argument
            • out.suppressWarnings Argument
          • PostgreSQL Database
            • out.connectionString Argument
            • out.writeMode Argument
            • out.suppressWarnings Argument
          • SQLite Database
            • out.connectionString Argument
            • out.writeMode Argument
            • out.suppressWarnings Argument
          • XML File
            • out.file Argument
            • out.xsltFile Argument
          • CSV File
            • out.file Argument
            • out.table Argument
            • out.delimiter Argument
    • License Agreement
  • Command Line Usage
  • Destination csv
  • Destination msSql
  • Destination mySql
  • Destination odbc
  • Destination oleDb
  • Destination oracle
  • Destination postgreSql
  • Destination sqlite
  • Destination xls
  • Destination xml
  • Source csv
  • Source msSql
  • Source mySql
  • Source odbc
  • Source oleDb
  • Source oraqcle
  • Source postgreSql
  • Source sqlite
  • Source xls
  • Source xml
  • UI: New Transfer - Edit Mappings
  • UI: New Transfer - Finish
  • UI: New Transfer - Mappings
  • UI: New Transfer - Start
  • UI: Transfer