Skip to main content
Participant
January 10, 2007
Question

ColdFusion MX 7 support for FoxPro on Linux

  • January 10, 2007
  • 1 reply
  • 348 views
We are migrating few coldfusion applications from Coldfusion 5 to Coldfusion MX 7 environment on Linux.

We have the following questions.

1) Does coldfusion MX 7 support FoxPro on Linux environment?
2) If it supports, is there any native driver shipped along with the enterprise edition?
3) If not and can be connected via ODBC, which other drivers ADOBE recommends for connecting to FoxPro database on Linux?
4) What will be the cost of the driver?
This topic has been closed for replies.

1 reply

January 11, 2007
CFMX does not supply a FoxPro driver. You can use any JDBC driver that will connect to FoxPro on linux. One driver is at: http://www.hxtt.com/dbf.html. You can check the driver info there.

This forum thread has entries by me (ksmith) that describe how to setup a connection. I recommend using a local database first and then try to configure against a remote database.