Search results for query: *

  1. S

    unhandled exception

    code here Hello, its showing at connectionstring. (red font), there is no try/catch block. Here is the connectionString : Dim connectionString As String = "provider=Microsoft.Jet.OLEDB.4.0;" & _ "Data Source = D:\KD\kdpro\KDdb.mdb" in the FrmLogin...
  2. S

    unhandled exception

    Hello, My application was working fine. But recently when I run the application its showing this error. Before connecting to database at the login time, it's showing this error. Can any one help me to resolve this error. An unhandled exception of type 'System.Data.OleDb.OleDbException'...
Back
Top