---
title: "PHP (linux) och SQL2000"
type: "forum-thread"
url: "https://www.webforum.nu/amne/php/15319-php-linux-och-sql2000"
topic: "PHP"
topic_url: "https://www.webforum.nu/amne/php"
author: "Agaith"
published: "2001-03-01T07:17:00.000Z"
updated: "2001-03-01T12:23:00.000Z"
replies: 5
views: 144
page: 1
pages: 1
language: "sv-SE"
site: "webForum — webforum.nu"
rights: "Upphovsrätten till varje inlägg tillhör dess författare."
attribution: "Citera som: webForum, https://www.webforum.nu/amne/php/15319-php-linux-och-sql2000"
---

# PHP (linux) och SQL2000

## #1 — Agaith, 2001-03-01T07:17Z

Någon som vet om det får och i så fall hur man gör för att koppla upp sig mot en SQL2000 server på en win2k maskin från en linuxburk?

Permalänk: https://www.webforum.nu/p/15319

## #2 — nanne, 2001-03-01T07:48Z

Manualen är bra ;)
 <http://www.php.net/manual/en/function.mssql-connect.php>

Permalänk: https://www.webforum.nu/p/317408

## #3 — Agaith, 2001-03-01T08:10Z

Har kollat lite på det där. Vet du om jag kan lägga till någon modul eller om jag måste kompilera om php?

Permalänk: https://www.webforum.nu/p/317409

## #4 — nanne, 2001-03-01T10:26Z

To compile PHP to support M$SQL on LINUX:

\-Download FreeTDS: [www.freetds.org](http://www.freetds.org) 
and compile as required. Make sure to compile with the correct version of the protocol (read the readme)

\-Compile PHP with '--with-sybase=/usr/local/freetds' or wherever you put freetds.

PHP will now support both mssql\_\*\*\* and sybase\_\*\*\* from Linux.. enjoy!

Från kommentarerna på: <http://www.php.net/manual/en/ref.mssql.php>

Permalänk: https://www.webforum.nu/p/317410

## #5 — Agaith, 2001-03-01T10:36Z

tackar :)

hmmm...skall nog läsa lite mer om saker innan jag låter andra leta reda på det åt mig ...

Permalänk: https://www.webforum.nu/p/317411

## #6 — nanne, 2001-03-01T12:23Z

Lugnt... jag visste inte heller att man var tvungen att göra så. Men nu vet ju jag med :)

Permalänk: https://www.webforum.nu/p/317412

---

Tråden på webben: https://www.webforum.nu/amne/php/15319-php-linux-och-sql2000
