|
|
|
|
|
| | |
|
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
changing address of database from hd to http |
From: |
jenny |
Date: |
7/5/2002 2:23:27 AM |
IP: |
203.25.160.143 |
Hi,
I got my database working on the localhost. However I wsnt to publish it but I cannot get it to connect to the database which is saved on the server. This is the code:
strProvider = "Provider=Microsoft.JET.OLEDB.4.0;Data Source=http://www.auld-langsyne.com/jenny/auldlang.mdb;"
Set objConn = server.createobject("ADODB.Connection")
objConn.Open strProvider
Set cm = Server.CreateObject("ADODB.Command")
cm.ActiveConnection = objConn
Please help!
Sunstone |
Follow Up - Re: changing address of database from hd to http - ASPguy 11/26/2002 4:56:36 PM
|
|
|
|
|
|
|
|
|
|
|
|