Re: [OpenSER-Users] MySQL Alternative (help!)

2008-01-17 Thread Henning Westerholt
On Thursday 17 January 2008, Douglas Garstang wrote: > Henning, > > Let me try asking my question another way. Is it possible to use > avp_db_query() with UnixODBC? If so, how? Sure, why not? The unixodbc and postgresql driver implement the raw query capability, that is needed from this function.

Re: [OpenSER-Users] MySQL Alternative (help!)

2008-01-17 Thread Douglas Garstang
, January 17, 2008 1:15:09 AM Subject: Re: [OpenSER-Users] MySQL Alternative On Thursday 17 January 2008, Douglas Garstang wrote: > What other options do I have for generic database connectivity besides > MySQL/avp_db_query() in OpenSER? > > Can I use SQLite? Can I use unixodbc? (and I

Re: [OpenSER-Users] MySQL Alternative

2008-01-17 Thread Henning Westerholt
On Thursday 17 January 2008, Douglas Garstang wrote: > What other options do I have for generic database connectivity besides > MySQL/avp_db_query() in OpenSER? > > Can I use SQLite? Can I use unixodbc? (and I'm not talking about the > limited built in usrloc unixodbc stuff) Hi Douglas, don't kno

[OpenSER-Users] MySQL Alternative

2008-01-17 Thread Douglas Garstang
What other options do I have for generic database connectivity besides MySQL/avp_db_query() in OpenSER? Can I use SQLite? Can I use unixodbc? (and I'm not talking about the limited built in usrloc unixodbc stuff) Thanks, Doug.