mercredi 30 décembre 2015

Alternative to Stored procedures in SQLite3

I am working on a .net win forms project with SQLite as backend.I want to create some Stored procedures to be used form my project.These SP's would generally take in some parameter and after querying the database will return some values etc. But SQLite doesn't support Stored procedures. My question is are there alternatives to sp's or how can i run multiple queries taking some inputs and giving some outputs using c# ...Please advise in this regard.Thanks in advance.

Aucun commentaire:

Enregistrer un commentaire