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

    accessing password protected Ms Access Database in crystal reports

    Sir,

    I am using vb6 and crystal reports 8.0 and ms access database 2002 . i want to access password protected database and want to send password to crystal reports at runtime .

    Please Help me
    Thanx in Advance

  2. #2
    Join Date
    May 2002
    Location
    Colombo,Sri Lanka
    Posts
    1,110

  3. #3
    Join Date
    Mar 2002
    Posts
    19

    PASSWORD

    HELLO U HAVE ONE PROPERTY PASSWORD TO CRYSTAL REPORT CONTROL
    APPENT CHR(10) IT AT BEGINING OF PASSWORD
    LIKE CR1.PASSWORD=CHR(10)&"PASSWORD"
    IT WILL WORK

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