Subject ASP page
Author franco
It is possibile to use lenguage ASP vbscript with firebird 1.5 ?

How connetct to database and table?

I test

Database name Prova1

Table name elenco



<%

Set cnHol = Server.CreateObject("ADODB.Connection")

cnStHol = "driver={Firebird/InterBase driver}; dbq=" &
Server.MapPath("prova1.fdb")

cnHol.Open cnStHol,"",""



Set rsCat = Server.CreateObject("ADODB.Recordset")

sql = "SELECT * FROM elenco; "

rsCat.Open sql, cnHol, adOpenStatic, adLockReadOnly

%>

someone can write me one script for connect ?

many tanks

Franco







[Non-text portions of this message have been removed]