This is a discussion on "ODBC connection" within the PHP Forum section. This forum, and the thread "ODBC connection are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
ODBC connection
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
ODBC connection
I want to know how to make an odbc connection using php code.
Please send suggestions. Thanks. http://www.go4kpo.com |
|
|
|
|||
|
Re: ODBC connection
|
|
|||
|
Re: ODBC connection
http://www.phpfreaks.com/tutorials/61/0.php Follow this link to a tutorial. It really helped me. You have to scroll to the bottom of the page each time though! Here is the code to connect, but you should definately check the tutorial to explain it.
<?php $odbc = odbc_connect ('NameOfDatabase', 'user', 'password') or die('Could Not Connect to ODBC Database!'); ?> |
![]() |
| Tags |
| odbc, connection |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Basic DSN-Less Connection to DB | Corey Bryant | Classic ASP | 7 | Oct 26th, 2007 06:08 |
| Asp to MSAcess connection? | tolis | Classic ASP | 6 | Oct 19th, 2007 07:12 |
| DB connection problem | Strike | Classic ASP | 1 | Jul 4th, 2006 09:45 |
| Database connection | fogofogo | Classic ASP | 7 | Dec 5th, 2005 14:25 |
| 'ODBC'@'localhost' error | Sqrlgrl | Databases | 8 | Nov 21st, 2005 13:27 |