cancel
Showing results for 
Search instead for 
Did you mean: 

Change the password on fly

Former Member
0 Kudos

Hi,

This is .Net application Visual Studio 2003 and have crystal reports. I need to connect the database with another password. I am using as back end 10 g.

For e.g -

Acutal

Server - a

user id - b

password - c

but on fly I have to give

Server - a

user id - b

password - d or no password

Can I do this through proxy passord or otherways ? Please advice me

For Each CrTable In CrTables

crtableLogoninfo = CrTable.LogOnInfo

crtableLogoninfo.ConnectionInfo = crConnectionInfo

crtableLogoninfo.TableName = CrTable.Name

CrTable.ApplyLogOnInfo(crtableLogoninfo)

Next

Please let me if you need further clarification

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member183750
Active Contributor
0 Kudos

The only way to go without providing a password in code is to use trusted connections. This White Paper describes your options in some detail:

https://websmp109.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=1219774&_NLAN...

Ludek