How do you get to the Data Source Settings dialog?

How do you get to the Data Source Settings dialog? (I want to process mdb files.)
I have the ODBC parser loaded, but I can't find any way to parse the mdb files.

Parents Reply Children
  • When using the ODBC database parser, you cannot add the MDB as a source file. Databases don't need to be stored on your device. So the trick is to use the Add Source function, but then select ODBC Databases from the file type drop down list. Then click OK, without any selected file.

    After clicking on Build (connection string) in the upcoming dialog, I think that you need to use the Microsoft Jet 4.0 OLE DB Provider for MDB file. In this provider you can select the MDB file. If this is done and the connection string is tested you can click on the Setup button. This will bring up another dialog where you can select tables and columns to be localized.

  • That worked well. Thank you.
    Now, however, I want to align the currently existing translations to get them into my Passolo project.
    After Creating/Updating the source and target lists, I get a correct set of source strings. When I try to Scan Target File, I get random target strings from the mdb file as the translations. (I don't see a unique key for the strings, and I can't set the source string as both a key and as the source text.) (The table has 5 fields: node_name, token, source text, language and target text. The are only 13 different node_names for the 9973 strings, and only 2 tokens. (Almost all tokens are = 0.))