CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: curio11

Search: Search took 0.02 seconds.

  1. Thread: Crystal Report

    by curio11
    Replies
    579
    Views
    647,918

    Password Protected Database

    Hi

    I am working with VB.net 2002 and MS-Access(password protected). Have created a DSN to work with Crystal Reports. Now the problem is that it does not accept the following line code
    ...
  2. Thread: Crystal Report

    by curio11
    Replies
    579
    Views
    647,918

    Crystal Report Password in Database

    hi babu

    pls pls help me......

    where to write the code lines given by you to run crystal reports using a password protected database.

    i am using a database which is password protected. i am...
  3. Replies
    0
    Views
    1,648

    Crystal Report query

    hi

    Use the following small code to access login and password from crystal report.

    crCommon.LogonInfo(0)= "dsn=;uid=;pwd=madras;dsq="
    crCommon.DataFiles(0)= "C:\Mydata.mdb"...
  4. Replies
    0
    Views
    932

    urgent help needed

    ************************************************
    hi

    Use the following small code to access login and password from crystal report.

    crCommon.LogonInfo(0)= "dsn=;uid=;pwd=madras;dsq="...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured