Results 1 to 5 of 5

Thread: CR-11R2 asking for user name password in vs2005

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2007
    Posts
    3

    CR-11R2 asking for user name password in vs2005

    Crystal Report-11 R2 report asking for user name password in vs2005 in a different computer where i try to deploy OS is W2K. But it is working in my system where i am developing the project.

    Thanks

  2. #2
    Just Married shakti5385's Avatar
    Join Date
    Mar 2006
    Location
    Udaipur,Rajasthan(INDIA)
    Posts
    3,747

    Re: CR-11R2 asking for user name password in vs2005


    Just read the CR In VB.NET at my signature, and add the crystal report merge module in the deployment.

  3. #3

    Thread Starter
    New Member
    Join Date
    Mar 2007
    Posts
    3

    Re: CR-11R2 asking for user name password in vs2005

    Thanks a lot now it works.

  4. #4
    Just Married shakti5385's Avatar
    Join Date
    Mar 2006
    Location
    Udaipur,Rajasthan(INDIA)
    Posts
    3,747

    Thumbs up Re: CR-11R2 asking for user name password in vs2005

    Quote Originally Posted by jceand
    Thanks a lot now it works.
    Get the solution then go to the thread tool menu and click on resloved this thred.
    Thanks

  5. #5
    Junior Member Troy Davis's Avatar
    Join Date
    Feb 2007
    Posts
    31

    Re: CR-11R2 asking for user name password in vs2005

    ok it might be solved for him but I'm having the same issue but on my development machine. I've enter your code it seems sound and correct but when I run and trigger the Report it askes for a usernbame and password to connect to the database. As I have no username or password associated with the database this is a problem.

    This is my connection information:

    Code:
       ''' <summary>                
        ''' Open Connection Here     
        ''' </summary>              
        ''' <returns></returns>  
        ''' <remarks></remarks>  
        Public Function OpenNewConnection() As OleDb.OleDbConnection
            Dim NewConnection As New OleDb.OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source =" & fPath & "")
            Try
                NewConnection.Open()
                Return NewConnection
            Catch ex As Exception
                Throw (ex)
            End Try
        End Function
    Upon debugging my path is correct and in the right place for my database.

    Last edited by Troy Davis; Mar 13th, 2007 at 10:50 PM.

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