Mas coba aja di file accessnya (SecureTA.mdb) diklik kanan lalu pilih properties lalu pilih security - Untuk Group atau user name ( User/Admininistrator) --> Permissionnya di allow aja semuanya. - lalu coba jalanin lagi aplikasi Vbnya.
Salam *ipoell* ________________________________ Dari: Anez Story <anez_st...@yahoo.com> Kepada: programmer-vb@yahoogroups.com Terkirim: Rab, 4 Agustus, 2010 17:51:02 Judul: RE: [programmer-vb] open exclusive sebelum di jalan kan connection stringnya, 'pass' nya harus di isi dgn pswd database accessnya..br di jalankan connection stringnya.. On Wed Aug 4th, 2010 5:52 AM EDT Asral Sukma wrote: >saya sudah coba, muncul pesan "Provider connot be found. it may not be >properly >installed", >apakah ada yg harus saya instal terlebih dahulu? > >terima kasuh > >--- On Wed, 8/4/10, Andhi Y <dh...@cbn.net.id> wrote: > >From: Andhi Y <dh...@cbn.net.id> >Subject: RE: [programmer-vb] open exclusive >To: programmer-vb@yahoogroups.com >Date: Wednesday, August 4, 2010, 11:54 AM > > > > > > > > > > > > > > > > > > > > > > > > > >Coba di connectionstring- nya seperti ini: > > > >ConnectionString = "Provider=Microsoft .Jet.OLEDB. >4.0;Data Source= " & App.Path & "\SecureTA.mdb" & >"; Jet OLEDB:Database Password=' " & pass & >"';Persist Security Info=False" > > > > > > > > > > > > > > > > > >From: Asral Sukma ><alsu...@yahoo. com> > >To: programmer-vb@ yahoogroups. com > >Sent: Wed, August 4, 2010 9:33:04 AM > >Subject: [programmer- vb] open exclusive > > > > > > > > > > > salam buat semua > > > > saya coba bikin connection string untuk open database access, tapi dapat > pesan seperti dibawah : > > > > "Cannot start ur application. the work group information file is missing > or opened exclusively by another user" > > > > berikut code connection string nya : > > > > .ConnectionString = "Provider=Microsoft .Jet.OLEDB. 4.0;Data > Source= " & App.Path & "\SecureTA.mdb" & > ";Password=' " & pass & "';Persist Security > Info=False" > > > > apakah ada yang harus ditambahkan pada connection string nya?? > > > > mohon bantuan. > > > > terima kasih > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >