Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

password generator

Status
Not open for further replies.

Brianfree

Programmer
Feb 6, 2008
220
GB
Hi i have an access 2003 database which i am connecting my asp pages to.

I currently have a connectionstring which displays the password for the database. Is if possible to have some code which generates a value which is passed to the connectionstring - thefore making it a little more secure?

so....
cnDataSource = "Data Source =C:\website\ProductCatalogue.mdb; JET OLEDB:database password=pa55w0rd"

would become...

cnDataSource = "Data Source =C:\website\ProductCatalogue.mdb; JET OLEDB:database password=" & password

many thanks,

BF
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top