Save data in the Database
Posted: Fri Sep 10, 2010 1:43 am
Hi Stimulsoft,
in my report i must to add a new task as i exaplin you know,
in the Database (SqlServer) that i use to retrieve data to compile the report i create a Table (ReportCompiled) to save each time the data of report created, with these field :
- ReportId (int)
- ReportName (string)
- Country (string)
- Language (string)
- Operator (string)
- Recharge (decimal)
- DateCreated (datetime)
- DateModified(datetime)
- UserModified (string)
- Report (byte) -----> to save the report in .MDC and reuse when need to change some feature.
My purpose of this Table is to save the data for each report created (i wish perform it just clicking a Button to save data in database) and so i ask you if it is possible perform this task (i did not see examples about that) and if there are some example where i can take some idea.
Thanks for your attention.
Have a good day.
Cheers
in my report i must to add a new task as i exaplin you know,
in the Database (SqlServer) that i use to retrieve data to compile the report i create a Table (ReportCompiled) to save each time the data of report created, with these field :
- ReportId (int)
- ReportName (string)
- Country (string)
- Language (string)
- Operator (string)
- Recharge (decimal)
- DateCreated (datetime)
- DateModified(datetime)
- UserModified (string)
- Report (byte) -----> to save the report in .MDC and reuse when need to change some feature.
My purpose of this Table is to save the data for each report created (i wish perform it just clicking a Button to save data in database) and so i ask you if it is possible perform this task (i did not see examples about that) and if there are some example where i can take some idea.
Thanks for your attention.
Have a good day.
Cheers