Is there an advantage to embedd SQL or RDO versus SQLMOD?
▲ ▼ ♥ 0 |
Many clients are using one of the two models with RDB. Having seen and supported both, I was wondering if there were situations where one was more advantageous that the other. |
▲ ▼ |
RDO has Long been deprecated. SQLMOD is not widely supported. SQL Embedded is the Mainstream. Millions of years ago when I was developing using RDB I preferred SQLMOD as it kept the SQL separate and avoided issues with embedded SQL with the debugger and DECset because the compiled source code and what I wrote originally looked very different. Keeping the database access code encapsulated is always a good idea. |