Plugins

PMF uses plugins to access databases. Currently these plugins are available:
If you build PMF yourself, you can chose which plugins to build.

A plugin can have three states:

Connecting to DB2 on Windows and Linux

For detailed information on how to set up your database, go to www.leipelt.de 

This is rather simple on both Linux and Windows and there are good manuals available online. Simply search for "DB2 client installation" in your favourite search engine.
You basically need to

As soon as the DB2 client is set up, you will see all catalogued databases in PMF's connection menu. When first connecting to a DB2 database, a BIND file needs to be bound to this database. This will happen automatically.


Connecting to Sql Server on Windows

Create an ODBC datasource. On 64 bit Windows it is extremely important to chose the correct ODBC manager.

The standard 64-bit ODBC manager will configure connections for 64 bit applications and if you
try to use such a connection with 32-bit applications such as PMF, you'll get an error along the lines of "wrong architecture".

On 32-bit Windows, use

c:\WINDOWS\system32\odbcad32.exe
On 64-bit Windows, use
c:\windows\SysWOW64\odbcad32.exe
This will bring up the ODBC manager for 32 bit applications:

odbc01
Select either "System DSN" or "User DSN" and click "Add",
this will bring up the next menu:


odbc02

Select "SQL Server Native Client" with the highest version and click "Finish".
(Note: You may have to install "SQL Server Native Client" first)

In the next dialog you need to provide a server name:

odbc03

Give the connection a name, in this example it's simply "test".

In the next step, chose the authentication mode.
This depends on your environment, so you may have to try
out both options:


odbc05

Click "Next" as long as it takes fo finalize the assistant.

In the last step, test your configuration:

odbc06

If the test was successful, start PMF, select "SQL Server"
and select the connection you just created.