Hello.
There is a sqlserver
SQLQuery3.sql
table with DECLARE @pcod varchar(30)
, @mcode varchar(5)
parameters.
It is necessary to display on its basis the report on the web form of visual studio 2010 C #. I have already created all the appropriate forms for the withdrawal, but I don’t understand how to write so that my table is displayed on the prepared form.
Can this be done, and if so how?
Thank.
Update
My task is based on a parameterized sql query to make a report on a web form in visual studio with #. Having looked at everything that I understood, I created a form with a report and a form in which the user would enter data (query parameter) and, accordingly, the necessary lines from my query are output with it. And now I'm trying to do it. I would have at least some structure of how this can be done or what needs to be read, since at the moment I do not understand anything.