For a report development,User had provided a query to use in the report.
I have added this to command and executed query.
Issue is in the Database expert.I have opened command window and added query to it and after clikcing OK button window is closing after so much of time.What will happen after adding query to command?Is this query going to execute against database or just compiles the query?
when you click ok button after adding the query in command prompt , crystal will connect to the db and checks for the SQL syntax. you will get error message if the sql is incorrect. if everything is fine, then the table will be created and you can proceed with the next step to create the report.