The message means that SOCI could not find the dll to load.
Have you build SOCI PostgreSQL backend as dll?
If you open backend as:
session sql("postgresql","...");
By name, it would try to load dll dynamically as plugin,
If you have backend compiled in then just use provided
factory as is:
#include <soci/soci-post...>
session sql(postgresql,...)
If you do use dll, backend name by convention should be
"libsoci_BACKENDNAME.dll" and dll should be placed in current
directory.
Artyom
------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Soci-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/soci-users