Installshield Express ODBC DSN Properties

From: eshipman (eshipman_at_yahoo!!!.com)
Date: 12/31/03

  • Next message: Jon Purvis: "Re: DBGrid with sorting capabilites"
    Date: 31 Dec 2003 07:19:04 -0700
    
    

    Date: Wed, 31 Dec 2003 09:24:49 -0600
    Message-ID: <MPG.1a5ca63c8992aa33989761@forums.borland.com>
    Organization: Caduceus Systems. Inc.
    MIME-Version: 1.0
    Content-Type: text/plain; charset="iso-8859-15"
    Content-Transfer-Encoding: 7bit
    X-Newsreader: MicroPlanet Gravity v2.60

    Using ISExpress 3.03 (Delphi6)

    I need to add the password to my ODBC DSN.

    Here is how I'm doing it, based upon contents of a DSN File:

    Registration=System Data Source
    UID=uid
    DATABASE=TimeAccounting
    PWD=dwpwd
    SERVER=TA

    But I get an error:
    "Error 1919: Error configuring data source TimeAccounting, ODBC
    error 8: Invalid Keyword-value pairs. Verify that the file
    TimeAccounting exists and that you can access it."

    I even tried using Password=dwpwd and still got the error.

    How do I do this???


  • Next message: Jon Purvis: "Re: DBGrid with sorting capabilites"