"@@BAS_PASSWORD@@" and External database

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
Powerm
Posts: 473
Joined: Mon Feb 01, 2010 9:44 pm
Contact:

"@@BAS_PASSWORD@@" and External database

Post by Powerm »

I'm connecting to an external database and creating a new entry based on my BO. Sample:

Create ExternalTable WITH ExternalTable.Name=MyBO.Name, ExternalTable.Password=MyBO.Password

As the Password attribute is encrypted the create external table entry shows "@@BAS_PASSWORD@@" instead of the encrypted value (which is normal..).
I've tried to create a PasswordCopy attribute ( Plain Text ) and had a rule like: ExternalTable.Password=MyBO.PasswordCopy but the external database does not encrypt it...I see the clear value.
Does that mean that we can connect to external databases, create entries but not Passwords ? Anyone had this issue ? Thanks!
Independent Developer
www.atwing.com
Post Reply