Subject | ASP page |
---|---|
Author | franco |
Post date | 2005-07-28T10:35:05Z |
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]
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]