> .... Of course a database > abstraction layer would be nice, so CDR logging could occur to any > kind of > database (oracle, yum!) but these things take a little time.
You don't really need an abstraction layer if you write the database routines using "embedded SQL" as embeded SQL is an ANSI standard that is the same between Ocacle, PostgreSQL and others. Switching between DBMSes would then be a configure option that results in changes to the Makefile. Also notice that by using embeded SQL there is no PostgreSQL, Ocacle or Sybase library code in the Asterisk codebase > > > Duncan > > _______________________________________________ > Asterisk-Dev mailing list > [EMAIL PROTECTED] > http://lists.digium.com/mailman/listinfo/asterisk-dev ===== Chris Albertson Home: 310-376-1029 [EMAIL PROTECTED] Cell: 310-990-7550 Office: 310-336-5189 [EMAIL PROTECTED] KG6OMK __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com _______________________________________________ Asterisk-Dev mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-dev
