|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Connecting to a password protected MySQL and Access db
I'm making a website with ASP.. now I have to put a password to the db to make it more secure...
but how can i tell the ASP program the user name or password or both |
|
#2
|
||||
|
||||
|
put the username and password in your connection string or data source name.
|
|
#3
|
|||
|
|||
|
Thanks roninblade
ConnectionString="Provider=Microsoft.Jet.OLEDB.4.0;" & "Data Source=" & Server.MapPath("\mydb.mdb") & "Username=username;Password=password" is this correct ??? |
|
#4
|
|||
|
|||
|
any comments ??
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > Connecting to a password protected MySQL and Access db |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|