Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: password protected database


Message #1 by Adil Hindistan <Adilhn@y...> on Wed, 18 Oct 2000 18:33:16 +0300
Hi All,



I actually run into problems using a password protected database



<%

Dim strCE93



strCE93 = "Provider=Microsoft.Jet.OLEDB.4.0;" & _

"Data Source=" & Request.ServerVariables("APPL_Physical_Path")&

"ce93\insaat93.mdb;" & _

"User ID=Admin;Password=trial" & _

"Persist Security Info = True"

%>





I dont know what is wrong... But the combo box which displays a record show

nothing if I use this conn string. Everything is back to normal if I delete

User ID and Password from this string and also remove the password from

Access Database





Adil Hindistan CE-93

scorion@s...

www.scorion.net

ICQ:26477783

 




  Return to Index