본문 바로가기
C#/Winform

C# / SQLITE Database is not open 에러 발생했을 때 해결 방법

by HyunS_ 2019. 11. 11.

위의 그림과 같이 Database is not open 이라는 에러가 발생했을 때의 해결 방법 입니다.

 

using (SQLiteConnection connection = new SQLiteConnection(connectionString))

아래의 코드에 connection.Open()이라는 코드를 추가해주면 됩니다.

 

즉 connection이 오픈 되지 않아 생기는 에러 입니다.

728x90

댓글