雖然語法正確,但我遇到了InvalidOperationExeption,但我有這種錯誤。 InvalidOperationException未處理不允許更改'ConnectionString'屬性。在C上#
在我konek功能上類DBS
public String konek()
{
connectionString = "Provider=" + OleDBProvider + ";Data Source=" + OleDBDataSource + ";JET OLEDB:Database Password=" + OleDBPassword + ";Persist Security Info=" + PersistSecurityInfo + "";
return connectionString;
}
最好粘貼你的代碼,它是你的問題內容而不是圖像的異常信息。 – Habibillah