Can anyone figure out what's hindering this proj from running ?
Printable View
Can anyone figure out what's hindering this proj from running ?
dont know about you, but it freezes on ADOConnection1.Open() for me because it is not a valid connection to connect to. Again, dont knoe what setup you are using. If you are freezing a tthe same place, check you connection string.
yeah at the same place .Let me make sure of the connection.
I even tried this but no luck
The problem is : I can't see the form nor the code is running .:(VB Code:
Dim mypassword As String = "password" Public MyPath As String = Application.StartupPath & "\webdb.mdb" Dim ADOConnection1 As New OleDb.OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & MyPath & ";Jet OLEDB:Database Password=" & MyPassword)
Is this kind of protection ??
it makes no difference either it is deleted or existed .
figured out !