Morpheusweb.it - Risorse per webmaster: script, ASP.NET, C#, Visual Basic .Net, tutorial, asp, javascript, css, php, html, java, ADO, VBScript, forms, frames, Active Server Pages, Dynamic HTML, database, gratis per webmaster e webdesigner

Database with password

To open password protected database.


<%
' connection string
strConn = "Provider = Microsoft.Jet.OLEDB.4.0; Data Source = " & _
Server.MapPath("database.mdb") & _
";Jet OLEDB:Database Password=pword;"
Set conn = Server.CreateObject("ADODB.Connection")
conn.Open strConn
' ...
%>


Download code...


Print this page


 

Inizio pagina

risorse per webmaster