Results 1 to 13 of 13

Thread: [Resolved]connectionstring with password problem!

Threaded View

  1. #1

    Thread Starter
    Addicted Member senthilkumartd's Avatar
    Join Date
    Feb 2005
    Posts
    206

    [Resolved]connectionstring with password problem!

    VB Code:
    1. ADOOpenWithPassword = "Provider=Microsoft.Jet.OLEDB.3.51;user id=;Password='senthil';Data Source=F:\RengaPassword\Finance.mdb"
    2. Adodc1.ConnectionString = ADOOpenWithPassword
    I am using the above coding for connectionstring. But it shows the following error message:
    "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?
    Last edited by senthilkumartd; Dec 21st, 2006 at 12:39 AM.
    God has been pleased to place as a king or cobbler do the work sincerely

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width