We are attempting to get a web-based application written in ASP to talk to
Rbase and are experiencing problems.  Essentially, we cannot open a database
connection from the ASP page.

We have eliminated the basic issues of code errors, database connection and
firewall problems.

We're running Rbase 7.1 patch 81 and Oterro 3.0.

Our test code is as follows:

<%
Dim Conn, myDSN
myDSN="dsn=ourdsn"
Set Conn = Server.CreateObject("ADODB.Connection")
Conn.Open(myDSN)
Response.Write("We have suceessfully connected.") Conn.Close Set Conn =
Nothing %>

Any advice or help would be greatly appreciated.

Scott Sherer

Reply via email to