Crystal Reports - DataBase Login - C#
Crystal Reports - DataBase Login - C#
[Click for User Profile] aranhamarvel 19hrs 3mins ago
hello!!
i have a problem.
i did a report by crystal reports, when the query is simple there isn't 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!
|