Book a Demo

Author Topic: How to decode the encrypted connection string  (Read 3625 times)

rashwini

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
How to decode the encrypted connection string
« on: March 18, 2009, 07:56:25 pm »
Hi,

Through EA api, is there any way to decode the encrypted connection string?

Repository.ConnectionString retruns the local EAP file path, and this file contains the encrpted connection string.
I want to use this connection string.

please elt me know how to get the connection string.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8090
  • Karma: +118/-20
    • View Profile
Re: How to decode the encrypted connection string
« Reply #1 on: March 19, 2009, 08:31:22 am »
Sorry, the whole purpose of the encrypted connection string is that admins can give the users that string if they don't want their users to know how to connect to the actual database.

So you'll need to ask your admin for a non-encrypted connection string.

rashwini

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
Re: How to decode the encrypted connection string
« Reply #2 on: March 19, 2009, 08:55:46 pm »
Thank you for the reply.