---
title: "connection object"
type: "forum-thread"
url: "https://www.webforum.nu/amne/asp/39082-connection-object"
topic: "ASP"
topic_url: "https://www.webforum.nu/amne/asp"
author: "icaaq"
published: "2002-03-06T12:27:00.000Z"
updated: "2002-03-06T13:34:15.000Z"
replies: 2
views: 177
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/asp/39082-connection-object"
---

# connection object

## #1 — icaaq, 2002-03-06T12:27Z

jag skulle lite snabbt vilja ha ett connection object till en SQL server 2000 .....

nån som har nån kodbit liggande?

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

## #2 — JAreMANNEN, 2002-03-06T13:05Z

Håll till godo...

```
  set Databas = Server.CreateObject("ADODB.Connection")
  Databas.Open "driver={SQL Server}; server=****; uid=**; pwd=******; database=din_db"
```

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

## #3 — icaaq, 2002-03-06T13:34Z

tackotack

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

---

Tråden på webben: https://www.webforum.nu/amne/asp/39082-connection-object
