elena Posted February 21, 2006 Share Posted February 21, 2006 I set up an odbc driver (ms sql) for mac (actual), and it works, based on a simple connectivity test. However, when I used the old odbc sting in my app that works fine on a pc, I get 'DB error, extention not found for....". I am entirely new to macs. What should the syntax be of the ODBC string for a php app (using Pear DB, if it helps :) What else should I be aware of? The windows stings was "odbc://userid:password@odbc_url/DSN"I also tried "DSN=...UID=....PWD=...."Thanks!!! Quote Link to comment https://forums.phpfreaks.com/topic/3500-php-odbc-mac-os/ Share on other sites More sharing options...
westminster Posted May 3, 2006 Share Posted May 3, 2006 Hi, i see that you used php and odbc on pc. i have also done the same configuration and created a file called 'odbc.php' were my connection to the database was established. but can you tell me the code to write in the code of the webpages that contain forms to insert data in to the database??? Quote Link to comment https://forums.phpfreaks.com/topic/3500-php-odbc-mac-os/#findComment-32824 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.