Zum Hauptinhalt gehen

Suche

Suche

Error Handling Of Inner Join

Kommentare

2 Kommentare

  • Avatar
    Gene Henson

    By definition, the Inner join will only bring back rows where the data in your join field in each database matches exactly.  In order to get the data that you need, you'll actually need to make an Outer Join, which will allow you to always get records from one table and matching records from the other table whenever they are present.  Unfortunately, BarTender only allows you make "Inner Joins" when using multiple database types (in your case, a Text file and an Excel file). 

     

    If there is any way to get your data into multiple tables in a single database (Excel, Access, SQL Server, etc.), then you can configure an Outer join in BarTender to get the desired behavior.

    0
  • Avatar
    Legacy Poster

    Thanks for your answer!

    I cannot get my data in a single database, is there any other solution? 

    Is it possible to do it with some VB scripting?

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.