Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7424 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I am trying to use php on one system to connect to another system that has ODBC sharing enabled. It seems that either the parameters I pass into odbc_connect (a php function) is incorrect or I don't have ODBC correctly enabled (can u just go to Edit->Sharing to enable ODBC? ... or do I need to install an additional ODBC driver?).

I use the following in my php script uses:

$DSN = "Driver=FileMaker Pro;Server=server.name;Database=the database.fp7";

$connection = odbc_connect($DSN, "username", "password")

or die("Couldn't connect to database");

(where server,database name, etc has been changed)

Please help me figure out what is wrong. Thanks!

This topic is 7424 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.