I need a solution
Hi, for timsheet information entered through a form, I would like to save it in a local SQL server database. This is how I'm thinking it will work:
- I create the SQL server database and necessary tables.
- I create an integration process, then choose a SQL query generator.
- I use the generator to upate the information in the table with the timsheet info entered through the form.
Is this the way this should work? Any tips on this type of project?
Thanks!