 |
The Question is:
i'm looking for a c++ api which work with mysql under openVMS. mysql++ doesn't
work.
The Answer is :
You seek a port of the MySQL package for OpenVMS, and the OpenVMS Wizard
would suggest looking around for it. The OpenVMS Wizard is not in a
position to offer nor provide a port, nor does the Wizard particularly
know of an available port of this package. One may well exist. Or not.
Based on the MySQL website, there is a version of MySQL++ for Tru64 UNIX
for the HP V6 C++ compilers. As Tru64 UNIX and OpenVMS use the same V6
C++ compiler and the same libraries -- there are some platform-dependent
constructs, of course -- the OpenVMS Wizard would be interesting in
knowing exactly what did not function. (And assuming the HP OpenVMS C++
compiler is in use.)
As you are targeting a port with the GCC compiler, there may well be
differences between that compiler and the HP C++ package for OpenVMS,
or between the GCC run-time and that of OpenVMS.
|