I am using the above coding for connectionstring. But it shows the following error message:VB Code:
ADOOpenWithPassword = "Provider=Microsoft.Jet.OLEDB.3.51;user id=;Password='senthil';Data Source=F:\RengaPassword\Finance.mdb" Adodc1.ConnectionString = ADOOpenWithPassword
"Can't start your application. The workgroup information file is missing or opened exclusively by another user"
But the file is not already opened. The database password is also correct.
Where is the bug?. Is there any other connection string syntax?




Reply With Quote