<%
Dim string
string = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("..\..\dados\cadastro.mdb")
Sub AbreConexao
Set Conexao = Server.CreateObject("ADODB.Connection")
Conexao.Open string
end sub
Sub FechaConexao
Conexao.Close
Set Conexao = Nothing
End Sub
%>
nao sei como fazer isso funcionar, sera q alguem pode me ajudar ????
desde jah mto grato.
Edição feita por: EDERSON SILVA, 12/04/2007, 11:54.