QuoteReplyTopic: Link to SQL vs. Stored Procedures Posted: 26-Jan-2014 at 12:10pm
up to this point in my upgrading a vb app, I have been using Objects to work from my data. Now i am coming across some vb code that relies heavily on SQL for iserrts, updates, and deletes. I am looking for some recommendations here. Should i continue using objects and look through collections for inserting, update, and deleting moderate amounts of data or should i use Link to SQL or even Stored Procedures? What advice could you give me here?
I would say that as a rule of thumb, if the entities you're inserting, updating or deleting are not required on the client, you can safely use Stored Procs.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum