Other PMappers
(Adding message template to the top of the page)
(Updated Edited template to July 12, 2025.)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{message|Write the content here to display this box}}
<message>Write the content here to display this box</message>
Building your own PMapper is easy.
Building your own PMapper is easy.


Line 16: Line 16:
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.  
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]]
[[Category:SQL]]
{{Edited|July|12|2024}}
{{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.