|
|
|
|
|
| | |
|
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components 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
|
|
|
|
|
|
|
|
|
|
|
|