MS SQL SERVER 2005 CONNECTION WITH PHP
-
Thursday, August 02, 2012 5:22 AMWAT ARE THE SOFTWARES NEEDED FOR INSTALLING THE CONNECTION BETWEEN MS SQL 2005 AND PHP FOR WINDW 7, FOR EXAMPLE LIKE DLL FILES EXTENSTION PROCESS PLZ I NEED HELP.....
All Replies
-
Thursday, August 02, 2012 5:44 AM
From PHP you can connect with a DSN.
Steps are:
1) create a DSN via the ODBC manager
2) In PHP code reference the DSN vi a odbc_connect - such as :
$myconn = odbc_connect('sqlDSN','','')
Jack Vamvas sqlserver-dba.com
-
Thursday, August 02, 2012 11:58 AMModerator
Would you please check out
Regards,
Ahmed Ibrahim
SQL Server Setup Team
My Blog
This posting is provided "AS IS" with no warranties, and confers no rights. Please remember to click "Mark as Answer" and "Vote as Helpful" on posts that help you.
This can be beneficial to other community members reading the thread.- Proposed As Answer by Shulei ChenModerator Monday, August 06, 2012 10:35 AM
- Marked As Answer by Shulei ChenModerator Thursday, August 09, 2012 6:39 AM

