S
Steve
I know how to access my 2002 database when it's on my wegsite, but when it's
stored in a local C: directory... I'm having problems. On the net I use:
<!--#include file="adovbs.inc"-->
<%
dim rs
dim conn
set conn = Server.CreateObject("ADODB.Connection")
conn.Open "calgarywebconcepts_Master"
set rs = Server.CreateObject("ADODB.Recordset")
rs.Open "Inventory", conn, adOpenStatic, adLockOptimistic, adCmdTable
ect...
Is there a way using a similiar method to access it locally (I want to use a
few of the many programs that I've written). Some code will be greatly
appreciated.
Thanks in advance... Steve
stored in a local C: directory... I'm having problems. On the net I use:
<!--#include file="adovbs.inc"-->
<%
dim rs
dim conn
set conn = Server.CreateObject("ADODB.Connection")
conn.Open "calgarywebconcepts_Master"
set rs = Server.CreateObject("ADODB.Recordset")
rs.Open "Inventory", conn, adOpenStatic, adLockOptimistic, adCmdTable
ect...
Is there a way using a similiar method to access it locally (I want to use a
few of the many programs that I've written). Some code will be greatly
appreciated.
Thanks in advance... Steve