[asterisk-dev] Postgres Realtime driver

Andrew Kohlsmith akohlsmith-asterisk at benshaw.com
Tue Apr 4 14:07:58 MST 2006


On Tuesday 04 April 2006 15:00, gblawler at incodesystems.com wrote:
> DBLib for some operations. The big advantage to ODBC is the software you
> write can be made to work with any RDBMS backend that has an ODBC driver
> (which is about all of them) without ANY change to the software. Also, a

In an ideal world, yes.  But RDBMSes have slightly different ways of wanting 
things worded, some may run faster if you order them in a particular way and 
so on...  It's good to code as flexibly as possible but sometimes you need to 
"go around" the driver or the SQL95 conformance to get something done 
"better."

-A.



More information about the asterisk-dev mailing list