300x250 database is not open1 C# / SQLITE Database is not open 에러 발생했을 때 해결 방법 위의 그림과 같이 Database is not open 이라는 에러가 발생했을 때의 해결 방법 입니다. using (SQLiteConnection connection = new SQLiteConnection(connectionString)) 아래의 코드에 connection.Open()이라는 코드를 추가해주면 됩니다. 즉 connection이 오픈 되지 않아 생기는 에러 입니다. 2019. 11. 11. 이전 1 다음 300x250