Solucionando problemas de exceções: System.Data.OleDb.OleDbException
Um OleDbException exceção é gerada quando um aviso ou erro é retornado por uma fonte de dados OLE DB.
Associated Tips
Verifique se você estiver se conectando com credenciais válidas.
Make sure that the credentials you are supplying are valid. For more information, see OleDbErrorCollection.Verifique se o nome do servidor está correto e que o servidor está executando.
Make sure that you are using the correct server name, and that the server can be reached. For more information, see OleDbErrorCollection.
Remarks
This exception is thrown whenever the .NET Framework Data Provider for OLE DB encounters an error generated by the server.
Se a gravidade do erro é muito grande, o servidor pode fechar o OleDbConnection. However, the user can reopen the connection and continue.
Consulte também
Tarefas
Como: Use o Assistente de exceção