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