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

|
|
|
|
Subject: |
Re: how to make a connection |
|
From: |
Arne |
|
Date: |
10/12/2000 6:04:10 AM |
|
IP: |
62.58.28.118 |
<%
Set Conn = Server.CreateObject("ADODB.Connection")
Conn.Open "Driver={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.Mappath("..\database\database.mdb") & ";"
set DBconnect = Conn.Execute("SELECT * FROM tablename")
%> |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|