|
-
Mar 6th, 2007, 02:14 AM
#1
Thread Starter
New Member
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
-
Mar 6th, 2007, 02:40 AM
#2
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.
-
Mar 6th, 2007, 04:24 AM
#3
Thread Starter
New Member
Re: CR-11R2 asking for user name password in vs2005
Thanks a lot now it works.
-
Mar 6th, 2007, 04:30 AM
#4
Re: CR-11R2 asking for user name password in vs2005
 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
-
Mar 13th, 2007, 10:43 PM
#5
Junior Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|