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

DSN-Less connections

Connect to a database without konwing the paht of database and without using a system dsn.


dim path
path = Request.ServerVariables("APPL_PHYSICAL_PATH")
strconn = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source="&path&"data\database.mdb"
set conn = server.createobject("ADODB.Connection")
conn.open strconn


Download code...


Print this page


 

Inizio pagina

risorse per webmaster