|
|
|
|
|
| | |
|
Active Server Pages asp search engine active server page asp application components tutorial CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Connecting to a DB |
From: |
Yiftach |
Date: |
2/5/1999 7:27:21 AM |
IP: |
152.158.76.94 |
Hi,
I have a database on the server which Id like to use in order to perform several tasks. Ive noticed that there are to methods to connect to the DB:
Set v = Server.CreateObject("ADODB.Connection")
Or
Set v = Server.CreateObject("ADODB.Recordset")
Which one to use, which attributes they have, and how to perform SQL statements in them?
Thank you in advance. |
Follow Up - Re: Connecting to a DB - Gie Gie 2/6/1999 11:32:27 AM
|
|
|
|
|
|
|
|
|
|
|
|