Click here to Skip to main content
15,900,108 members
Home / Discussions / Database
   

Database

 
AnswerRe: sql,query very urgent Pin
Joe29-Nov-07 19:41
Joe29-Nov-07 19:41 
GeneralRe: sql,query very urgent Pin
rameshdontagani29-Nov-07 19:44
rameshdontagani29-Nov-07 19:44 
GeneralRe: sql,query very urgent Pin
Vasudevan Deepak Kumar29-Nov-07 19:54
Vasudevan Deepak Kumar29-Nov-07 19:54 
AnswerRe: sql,query very urgent Pin
Vasudevan Deepak Kumar29-Nov-07 19:55
Vasudevan Deepak Kumar29-Nov-07 19:55 
QuestionMySQL quick question Pin
sonywar29-Nov-07 14:32
sonywar29-Nov-07 14:32 
QuestionRe: MySQL quick question Pin
TJoe30-Nov-07 2:34
TJoe30-Nov-07 2:34 
AnswerRe: MySQL quick question Pin
andyharman30-Nov-07 2:49
professionalandyharman30-Nov-07 2:49 
Question"Logon Failed. Please Try Again." [modified] Pin
Reveille29-Nov-07 11:30
Reveille29-Nov-07 11:30 
Im trying to load a Crystal Report I've made in Visual Studio to a Crystal Report Viewer on my form. I used the "database expert" to add the connection (ODBC RDO) to my Access 2007 database. The database has no password on it. The Visual Studio field explorer detects all the fields correctly from my command ( SELECT * FROM Table1; ) so I know it can connect to the databse.

The problem is when I run the program I get prompted for the Logon ID and Password with "Logon Failed. Please Try Again." every time I type something in (or dont type anything in). Again there is no password on this DB. There is no reason this prompt to appear since there is no need for logon info to make this connection.


All of my code VB (this is a test project)
Imports CrystalDecisions.CrystalReports.Engine
Form Load:
Dim crpt As New ReportDocument()
Dim rPath As String = "C:\CrystalReport1.rpt"
crpt.Load(rPath)
CrystalReportViewer1.ReportSource = crpt

Does anyone know how to prevent the Login ID and password prompt from being displayed for the connection?
All suggerstions are greatly appreciated


-- modified at 18:07 Thursday 29th November, 2007
AnswerRe: "Logon Failed. Please Try Again." Pin
Paul Conrad29-Nov-07 12:59
professionalPaul Conrad29-Nov-07 12:59 
GeneralRe: "Logon Failed. Please Try Again." Pin
Reveille29-Nov-07 14:50
Reveille29-Nov-07 14:50 
GeneralRe: "Logon Failed. Please Try Again." Pin
Paul Conrad29-Nov-07 17:50
professionalPaul Conrad29-Nov-07 17:50 
GeneralRe: "Logon Failed. Please Try Again." Pin
Reveille29-Nov-07 18:16
Reveille29-Nov-07 18:16 
AnswerRe: BINARY field manipulations Pin
Frank Kerrigan30-Nov-07 0:15
Frank Kerrigan30-Nov-07 0:15 
GeneralRe: BINARY field manipulations Pin
mobius11100130-Nov-07 2:40
mobius11100130-Nov-07 2:40 
QuestionParameters in SQL query on ASP/VBScript Pin
Glenn E. Lanier II29-Nov-07 6:38
Glenn E. Lanier II29-Nov-07 6:38 
AnswerRe: Parameters in SQL query on ASP/VBScript Pin
andyharman29-Nov-07 23:28
professionalandyharman29-Nov-07 23:28 
AnswerRe: Parameters in SQL query on ASP/VBScript Pin
Frank Kerrigan30-Nov-07 0:17
Frank Kerrigan30-Nov-07 0:17 
QuestionAbout length param of Binary Pin
Mushtaque Nizamani29-Nov-07 1:46
Mushtaque Nizamani29-Nov-07 1:46 
AnswerRe: About length param of Binary Pin
Paddy Boyd29-Nov-07 1:51
Paddy Boyd29-Nov-07 1:51 
GeneralRe: About length param of Binary Pin
Mushtaque Nizamani29-Nov-07 2:19
Mushtaque Nizamani29-Nov-07 2:19 
AnswerRe: About length param of Binary Pin
Mike Dimmick29-Nov-07 7:55
Mike Dimmick29-Nov-07 7:55 
Question[Message Deleted] Pin
gubba28-Nov-07 23:31
gubba28-Nov-07 23:31 
AnswerRe: retreiving rows Pin
Christian Graus28-Nov-07 23:43
protectorChristian Graus28-Nov-07 23:43 
General[Message Deleted] Pin
gubba28-Nov-07 23:51
gubba28-Nov-07 23:51 
GeneralRe: retreiving rows Pin
Pete O'Hanlon28-Nov-07 23:55
mvePete O'Hanlon28-Nov-07 23:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.