yehonatan Posted July 26, 2004 Posted July 26, 2004 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!
Recommended Posts
This topic is 7686 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 accountSign in
Already have an account? Sign in here.
Sign In Now