What version of Java does your DBF drive play nice with.
Existing Cold Fusion 5 credit card processing app has been using
ODBC driver to access FoxPro for DOs DBF files, but with the
POODLE security flaw, support for SSL3 has been dropped and
now we want to use Cold Fusion (10) which now supports java 1.7
which in turn supports TSL 1.2 security, etc.
Hope you support java 1.7 or at least 1.6 which CF10 will also support
using TSL 1.0
Thanks for your feedback...
|
>What version of Java does your DBF drive play nice with.
HXTT DBF provies a serial of package files for different JDK version.
>Cold Fusion (10) which now supports java 1.7
You can use HXTT DBF JDBC4.1 package. HXTT DBF JDBC4.2 package is for JDK1.8
>Existing Cold Fusion 5 credit card processing app has been using
>ODBC driver to access FoxPro for DOs DBF files,
If there's an old Foxpro application is running, you need lockType=FOXPRO connection property to let HXTT DBF and your old Foxpro application can see each other.
|