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.
Just setup the odbc driver, and access them with the unixodbc module, i.e.
configure the avpops module to use this db URL. I have not that much
experience with ODBC, but have setup a small test with sqlite in the past,
this was not that much work.
Cheers,
Henning