Collections:
Testing ODBC DSN Connection Settings
How To Test ODBC DSN Connection Settings?
✍: Guest
Assuming you have followed other FYIcenter.com tutorials and created an ODBC DSN called "FYI_SQL_SERVER", and planning to use it your PHP scripts, you should test this ODBC connection first as shown in this tutorial:
1. Go to Control Panel > Administrative Tools.
2. Run Data Sources (ODBC). The ODBC Data Source Administrator window shows up.
3. Click "System DSN" tab, select "FYI_SQL_SERVER", and click "Configure..." button. The Microsoft SQL Server DSN Configuration wizard window shows up.
4. Review the first screen and click Next.
5. Review the second screen, enter the password as "FYIcenter", and click Next.
6. Review the third screen and click Next.
7. Review the fourth screen and click Finish.
8. Review the confirmation screen and click "Test Data Source...". You should see the test result as:
Attempting connection Connection established Verifying option settings Disconnecting from server TESTS COMPLETED SUCCESSFULLY!
Your FYI_SQL_SERVER ODBC DSN is tested and ready to use.
⇒ odbc_connect() - Connecting to a SQL Server through an ODBC DSN
⇐ Commonly Used ODBC Functions in PHP
⇑ SQL Server FAQs - PHP ODBC Functions - Connection and Query Execution
2024-07-11, 2399🔥, 0💬
Popular Posts:
How To Convert a Unicode Strings to Non-Unicode Strings in SQL Server Transact-SQL? Since Unicode ch...
Why I Can Not Enter 0.001 Second in DATETIME values in SQL Server Transact-SQL? If you enter millise...
What Happens If the UPDATE Subquery Returns Multiple Rows in SQL Server? If a subquery is used in a ...
How To Recover a Dropped Index in Oracle? If you have the recycle bin feature turned on, dropped ind...
How to obtain the version number of the ICU (International Components for Unicode) library using the...