API: Send datatable as parameter to stored procedure

  • Thread starter Thread starter old_School
  • Start date Start date
O

old_School

Guest
I have an idea after watching a video tut on Sending datatable as parameter to stored proc and need feedback. I have an API and I want to store update data sent to my API for a set period of time. Every 5 mins for example, I want to call my database and perform the update passing the data table as a parm to the stored proc. Basically one giant update every 5 mins as apposed to making literally thousands of to my database over a 5 min period of time. Is this possible? Can I use timers in API's? I've never stored data in an API is that even possible?

Continue reading...
 
Back
Top