Could not find function in shared library

Bernard Moreton <[email protected]> Sun, 30 Aug 2020 14:50:02 +0100
Newsgroups gmane.comp.lang.4gl.aubit.general
Message-ID <20200830145002.241e5a9e@bernard-Inspiron-5767>
When using "dbms_dialect()", I find that on my system this returns "POSTGRES8" both before and after a database connection is made at runtime.
Presumably this is because I'm using the "pg8" connector?  
Perhaps if I were using odbc I would get different results before and after making the runtime database connection?

But in checking on the database connection, I called "a4gl_get_info("Connection", "", "Database")".
Both before and after making the database connection I get the error message:
.Error:Could not find function in shared library (A4GLSQLLIB_A4GLSQL_get_currdbname)- STOP

The duplication of "A4GLSQL" looks suspicious, but attempts to rationalize have so far failed.

I'm currently running Aubit 1.2-40

-- 
Bernard Moreton