|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Connecting to password protected access database
I'm connecting via dns
<% Dim connect connect = "aplicaciones" pwd = "turbogt" %> This gives me an incorrect password error.. also I need the code applied so that if there is an error opening the database .. the line of code with the password is not displayed in the browser I've set password on my access databases, so I need to somehow put the password in the asp code to get in.. many thanks! ![]() Last edited by buckenmeyer : December 18th, 2003 at 11:46 AM. |
|
#2
|
|||
|
|||
|
strConn = "DSN=data_source_name; UID=username; PWD=password; "
|
|
#3
|
|||
|
|||
|
password works fine now thanks!
I still have the other questions about hiding the error message... ![]() |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > Connecting to password protected access database |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|