CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2002
    Location
    Pakistan
    Posts
    11

    Question how to pass password protected msaccess database at runtime

    Sir,

    Please help me how can i pass the password to crystal report 8.0 at runtime in vb6 to access the Ms Access Database

  2. #2
    Join Date
    Jan 2003
    Posts
    2
    Hi,

    Crystal Report has a connect property, in that you can specify the datasource name, user id & password. What you have to do is to pass the password in connet property of crystal Report.

    Regards
    Anil Bajaj

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

Featured