ODBC connection

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.



Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Nov 22nd, 2005, 13:03
New Member
Join Date: Nov 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
ODBC connection

I want to know how to make an odbc connection using php code.

Please send suggestions.

Thanks.

http://www.go4kpo.com
Reply With Quote

  #2 (permalink)  
Old Nov 23rd, 2005, 11:52
Junior Member
Join Date: Nov 2005
Location: Cleveland, Ohio
Age: 24
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to yngexec Send a message via Yahoo to yngexec Send a message via Skype™ to yngexec
Re: ODBC connection

Trying a Google Search is always a good idea.

Zend has some good info on this topic, as well...
Reply With Quote
  #3 (permalink)  
Old Jul 10th, 2007, 14:20
Junior Member
Join Date: Jul 2007
Location: England
Age: 21
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
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!');
?>
Reply With Quote
Reply

Tags
odbc, connection

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 21:15.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43