Crystal Reports - DataBase Login - C#
-
hello!! i have a problem. i did a report by crystal reports, when the query is simple no have problem, the application search the report and it appears, but when i have a query with ex: SELECT * FROM Categories INNER JOIN Products ON Categories.CategoryID = Products.CategoryID the application search the report but before it appears, the DataBase Login screen appears first. How i do to decide it! thanks a lot! :)
-
hello!! i have a problem. i did a report by crystal reports, when the query is simple no have problem, the application search the report and it appears, but when i have a query with ex: SELECT * FROM Categories INNER JOIN Products ON Categories.CategoryID = Products.CategoryID the application search the report but before it appears, the DataBase Login screen appears first. How i do to decide it! thanks a lot! :)
hi, I don't know where your database located. If your db is in server machine using SQl server, you must provide an accessing permission in Enterprise Manager with Security item. It seems to be a solution.