Other PMappers
(Created page with "Building your own PMapper is easy. We have several additional PMappers not in the official build that you can download from here: https://www.capableobjects.com/xdownloads/P...")
 
(Updated Edited template to July 12, 2025.)
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<message>Write the content here to display this box</message>
Building your own PMapper is easy.
Building your own PMapper is easy.


We have several additional PMappers not in the official build that you can download from here:
We have several additional PMappers, not in the official build, you can download from here: https://www.capableobjects.com/xdownloads/PMsNotInOfficialBuild2014/


https://www.capableobjects.com/xdownloads/PMsNotInOfficialBuild2014/
In this download, you will find:
 
In this download you will find:
* Firebird
* Firebird
* Dbx
* Dbx
Line 13: Line 12:
* Sybase
* Sybase
* Bdp
* Bdp
If your DB is not already available in this list or among the ones included in the standard build - it is easy to build your own - use one of the above as pattern.
If your DB is not already available on this list or among the ones included in the standard build, it is easy to build your own. Use one of the above as a pattern.
 
All databases that have an ADO-based driver in .net are easy to fix up to work with MDriven. There are subtle differences in the database SQL dialects, and most of the variations can be found in the samples given above once you look at the code.
[[Category:SQL]]
{{Edited|July|12|2025}}

Latest revision as of 06:00, 20 January 2025

This page was created by Hans.karlsen@mdriven.net on 2017-09-22. Last edited by Edgar on 2025-01-20.

Building your own PMapper is easy.

We have several additional PMappers, not in the official build, you can download from here: https://www.capableobjects.com/xdownloads/PMsNotInOfficialBuild2014/

In this download, you will find:

  • Firebird
  • Dbx
  • Blackfish
  • Mimer
  • NexusDB
  • Sybase
  • Bdp

If your DB is not already available on this list or among the ones included in the standard build, it is easy to build your own. Use one of the above as a pattern.

All databases that have an ADO-based driver in .net are easy to fix up to work with MDriven. There are subtle differences in the database SQL dialects, and most of the variations can be found in the samples given above once you look at the code.