ckreifels Posted November 1, 2017 Share Posted November 1, 2017 Our accounting software runs on the Synergy platform. I'm trying to write some PHP code to extract(read-only) data from the Synergy database. I have Synergy's xfODBC driver installed on my PC and can utilize it in Excel and Crystal reports like any other ODBC connection, but I cannot figure out the interface with PHP to allow it to access the database. I am running XAMPP on my workstation for testing, but would eventually move to a WinServer platform with IIS. Am I the first to try this? Surely not. If anybody can assist, it would be most helpful. Regards Chris Quote Link to comment https://forums.phpfreaks.com/topic/305520-php-synergy-xfodbc-connection/ Share on other sites More sharing options...
Barand Posted November 1, 2017 Share Posted November 1, 2017 Have you got PHP's ODBC libraries installed? php.net/manual/en/book.uodbc.php Quote Link to comment https://forums.phpfreaks.com/topic/305520-php-synergy-xfodbc-connection/#findComment-1553292 Share on other sites More sharing options...
ckreifels Posted November 2, 2017 Author Share Posted November 2, 2017 ODBC was not activated in my XAMPP installation. Bonehead move on my part. Thanks for your help Barand. Quote Link to comment https://forums.phpfreaks.com/topic/305520-php-synergy-xfodbc-connection/#findComment-1553316 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.