|
-
Sep 13th, 2003, 04:11 PM
#1
Thread Starter
Hyperactive Member
Anyone familiar with Ensim?
What is the path for the MYSQL database?
for example:
quote:
--------------------------------------------------------------------------------
<%
DIM objConn
Set objConn = Server.CreateObject("ADODB.Connection")
objConn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & _
Server.MapPath ("acrow") & ";"
objConn.Open
%>
--------------------------------------------------------------------------------
gives me
quote:
--------------------------------------------------------------------------------
Microsoft JET Database Engine error '80004005'
Could not find file 'c:\webppliance\conf\domains\acrow\Inetpub\wwwroot
\siteadmin\acrow'.
/siteadmin/default.asp, line 6
--------------------------------------------------------------------------------
This is on Ensim: Windows Site Administrator 3.2.1-3 (acrow)
can anyone help?
Thanks,
Anjari
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|