Re: Question about Berkeley DB C++ and Java -
10-31-2006
, 05:49 AM
Hi,
Yes, that is possible using the C++ and Java APIs to Berkeley DB (but
not using Berkeley DB Java Edition, which is Java-only).
You will of course need to encode data in such a way that it can be
unpacked in both langages (so relying on the size of a C++ "long" is
not a good idea), but there are no problems having multiple languages
share data via a Berkeley DB database environment.
Regards,
Michael. |