Mission
SP/Invoke project's aim is to become an easy to use developer tool that lets invoke SQL Server stored procedures
with from within .Net 2.0 code, with no effort.
It generates C#/VB.Net source code based on an xml file which describes the stored procedures you want
to call from your code; it builds a class for each procedure, which contains methods to be invoked.
Based on SP/Invoke 2.1, released under GPL by Simon Wilson (objectnation Gmbh), the project
is now kept alive thanks to Efran Cobisi, cobisi.com.
The entire project is developed under Microsoft .Net 2.0 and makes use of features available
from this version on. Version 1.0 and 1.1 is not supported anymore.
SP/Invoke currently supports SQL Sever 2000 and SQL Server 2005.