Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Changing your application to Multi-Tiers with new framework (RM,DS,kbmMW, or what ever), will make a lot of changes in our application architecture, I recommended to go with this in future, but you can achieve the support for multi database, with other products like</p> <p><a href="http://www.devart.com/unidac/" rel="nofollow noreferrer">UniDac</a> from DevArt( Best components for database with direct connection). <a href="http://www.remobjects.com/anydac.aspx" rel="nofollow noreferrer">AnyDac</a>(from same Company who offer RemObjects. <a href="http://www.sqldirect-soft.com/" rel="nofollow noreferrer">SqlDirect</a>(Has support for 9 MajorDB and also ODBC). <a href="http://sourceforge.net/projects/zeoslib" rel="nofollow noreferrer">ZeosDB</a>(Open source).</p> <p>using one of the components above, will give you support for most major databases, beside it will not make you doig a lot of changes, and in some cases you just replace old database components with the new ones, and maybe change some of properties.</p> <p>However, changing to Multi-tiers will not only make you only support more databases, but it will separate your business logic from presentation layer, therefore you can have more presentation layers for your application like web interface, or smart devices.</p> <p>But the most important in the Multi-Tiers architecture, you will have a scalable system the grow more than what the database you are using can handle of connection, beside other benefits, like using other languages to write client applications.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload