Options

records from different databases?

ambamb Member Posts: 14
Hi,

is it possible to compare records from different databases in one report?

We work with one server and four local databases, which are connected like an email-solution.

I want to write a report to compare server-records with records in the local databases like that:

if server.Artikel.Artikelgruppe = local1.Artikel.Artikelgruppe then...

thx for reply.
amb

Comments

  • Options
    GoMaDGoMaD Member Posts: 313
    nope, not directly.

    maybe via C/FRONT
    Now, let's see what we can see.
    ...
    Everybody on-line.
    ...
    Looking good!
  • Options
    kinekine Member Posts: 12,562
    C/Front or C/ODBC or MS SQL ODBC or ADO (if you are using MS SQL server).
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • Options
    DenSterDenSter Member Posts: 8,304
    Using SQL Server you could also create SQL views in the Navision database that view into other databases. Then in navision you can create linked tables.
  • Options
    ambamb Member Posts: 14
    thanks for reply.

    Now I work with Odbc and compare the records in one excel-application, but the performance is very bad.

    A navision-report should be faster then my VBA-script.

    thx,
    amb
Sign In or Register to comment.