Skip to main content

Hello, I would like to export my proposal posting data or any section to a database that is kept updated, without having to download the data all the time to Excel.

 

Thanks

Hello,
 

1-If you want to keep your data in IFS's database:

You create a procedure that pulls your data and inserts it into a table (you can create a table that fits your data). You also run this procedure periodically on database tasks

 

2-There are many ways to keep the data you mentioned in another database. You can develop a small application in C# for this.

 

Example of the 1st method I mentioned above:

 

The images below show the database task structure that provides the day-to-day running of a procedure that takes any requested data and inserts it into a table

 

 

 

 

 


Reply