people, have anyone of us using asp vith firebird database ?
i'am using firebird, and firebird odbc drivers from XTG.
in asp file i'am trying to establish connection to firebird db
<%
set conn=Server.CreateObject("ADODB.Connection")
conn.Open "trans2"
%>
trans2 - this is a Created in ODBC DSN
when i open asp file, then i get error, unavailable database