Instant ASP from HalcyonSoft: - Mailing list pgsql-interfaces

From Martin Crundall
Subject Instant ASP from HalcyonSoft:
Date
Msg-id 4.1.19991027152358.009298a0@pop.primenet.com
Whole thread Raw
List pgsql-interfaces
Hi;
  I am evaluating both PostgreSQL and instant ASP from
http://www.halcyonsoft.com/ on a linux/caldera system and am having some
trouble with the JDBC interface with PostgreSQL.  The VBScript errors out
on the 
  connection.Open (connectionString)

statement.  I know it's not the driver, url or UID/PWD variables in the
connection string, because if I make them wrong, I get a very specific
error saying as much.  It's an 'unable to parse vb script' error and the
connection object never happens.  If, however, I trap and then just blow
through the error (on error resume next) and check the process list, the
postmaster connection is spawned, live and idle, but the connection object
in the VBScript is unuseable.
  I've verified that the CLASSPATH includes both the JDK stuff and the
JDBC driver. 
  I used the RPM install method for postgresql .5-2
  All other regulator VBScript functionality works (variables, loops, etc.
etc.)
  What am I doing wrong?  I'd be really interested in hearing from anyone
that's been able to make this combination work with linux/apache; I have a
pretty high demand for it.
  Thanks.
  Martin



pgsql-interfaces by date:

Previous
From: "Jimmy Román R."
Date:
Subject: select for update error during precompilation
Next
From: Stephen Davies
Date:
Subject: Re: [INTERFACES] Replication between MS Access and PostgreSQL