Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Database Login Problems

edited April 2005 in General
Hi,

I am using Report Builder v9.01 and Delphi 7. The problem I am getting is
that when generating a report I keep getting a database login box pop up.
The report itself contains a data query (under the data tab) to the
database. The database itself has no security on it so I just press 'ok'
to login with a blank user and blank password. This then produces the
report.

What I would like to know, is there any way of not showing this log in box?
Or is there some way of entering the user name and password in code?

Thanks In Advance
Martin Smith

Comments

  • edited April 2005
    Your database component should have username or password property, you may
    fill them at design time. and it should be OK.

    william

  • edited April 2005
    Or it could have a property 'ShowConnectDialog' , I suggest Martin starts
    with telling what database and what components he is using.

    regards,
    Martin


This discussion has been closed.