I'm trying to use a Delphi 5 CGI script to connect to a Sybase SQL Anywhere
5.0 database. Right now, the database is just on my local machine. If I'm
just in the Delphi environment and set the database property Connected to
true, the database opens just fine. When I run the script, however, I get
an EDBEngineError that says Invalid Configuration
Parameter. I am sure that I am setting up the parameters for the database
correctly b/c I've connected to the database in a regular Delphi app using
the same parameters. What am I doing wrong here? Is this a Sybase thing or
a Delphi thing?
Any help would be appreciated.
Thanks,
K Lewis