I'm using the link pages and link as references.
While putting the recommended files on the server, testing the connection is experiencing an error.
I'vetriedconnectingtothefullstringorjusttheDSN,neithercaseisworking.
setstrConexao=CreateObject("ADODB.Connection")
Connection string:
strConexao.Open("DRIVER=Firebird/InterBase(r) driver; UID=usuario; PWD=senha; DBNAME=endereco;")
or
strConexao.Open "DSN"
The server where the interbase is installed is different from where I'm with the installed page. On the page server you only have the ODBC driver, you do not have an interbase server. The page is displaying error 500 when trying to execute the ".open" command