Apr 5, 2004 #1 overyde Programmer Joined May 27, 2003 Messages 226 Location ZA Hi Basic question: How do I connect php through an odbc connection and more to the point how do I connect to an SQL Server? Cheers. Reality is built on a foundation of dreams.
Hi Basic question: How do I connect php through an odbc connection and more to the point how do I connect to an SQL Server? Cheers. Reality is built on a foundation of dreams.
Apr 5, 2004 1 #2 sleipnir214 Programmer Joined May 6, 2002 Messages 15,350 Location US On what platform are you running PHP? Want the best answers? Ask the best questions! TANSTAAFL!! Upvote 0 Downvote
Apr 5, 2004 Thread starter #3 overyde Programmer Joined May 27, 2003 Messages 226 Location ZA Im running php 4 on a windows platform. Reality is built on a foundation of dreams. Upvote 0 Downvote
Apr 5, 2004 Thread starter #4 overyde Programmer Joined May 27, 2003 Messages 226 Location ZA Sorry and Apache2 Reality is built on a foundation of dreams. Upvote 0 Downvote
Apr 6, 2004 #5 sleipnir214 Programmer Joined May 6, 2002 Messages 15,350 Location US You have two options: one is to use the dlls provided by MS SQL Client tools installation to activate PHP's mysql_*() family of functions. The other is to use PHP's unified ODBC functions Want the best answers? Ask the best questions! TANSTAAFL!! Upvote 0 Downvote
You have two options: one is to use the dlls provided by MS SQL Client tools installation to activate PHP's mysql_*() family of functions. The other is to use PHP's unified ODBC functions Want the best answers? Ask the best questions! TANSTAAFL!!
Apr 7, 2004 Thread starter #6 overyde Programmer Joined May 27, 2003 Messages 226 Location ZA Thanks, You hit the nail right on the head!!! Reality is built on a foundation of dreams. Upvote 0 Downvote