Crystal Reports Database Login
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I want to create a report in crystal reports (the one that comes with VS 2003) that reads its data from our SQL2000 server. The problem I have, is that it keeps on poping up the database login screen every time I try to run the report and then I have to enter the password. How do I remove the database login popup? Some extra information: 1. I have created a user in SQL Server 2000 with a password and the correct access rights to the tables that I want to read from. 2. In Crystal reports I created a connection with OLE DB (ADO) and entered the server, user ID, password and default database. Integrated security is not selected. Anyone have an idea what the problem might be? Thanks! Izak