2014-03-06 1 views
1

sqlceengine.compact 메서드를 사용하는 것 이외의 다른 데이터베이스 파일을 저장할 수있는 다른 방법이 있습니까? 이 내 코드입니다 :sqlceengine.compact 메서드 대안

Dim engine As New SqlCeEngine("Data Source = " + Path + databasename) 
      If Directory.Exists("\" & otherPath) Then 
       If File.Exists("\" & otherPath & "\" databasename) Then 
        File.Delete("\" & otherPath & "\" databasename) 
       End If 
       engine.Compact("Data Source= \" & otherPath & "\" databasename) 
      end if ... 

컴팩트가 작동하지 않습니다와 나는

답변

0

당신은 System.IO.File.Copy

+0

이를 사용할 수있는 데이터베이스 파일을 advence :)에서

감사를 저장하는 다른 방법이 필요합니다 질문에 대한 답변을 제공하지 않습니다. 비평하거나 저자의 설명을 요청하려면 게시물 아래에 의견을 남겨 둡니다. – TN888

+0

내 경우에 효과가있었습니다. – essanousy