Login | Register
My pages Projects Community openCollabNet

spinvoke
Project home

On Friday, May 18, the normal maintenance window (17:00 Pacific time) will be extended for data center maintenance until 23:00 Pacific. No extended down-time is planned, but brief delays and interruptions are possible throughout the period.

If you were registered and logged in, you could join this project.

Message from the owner(s)

The project has been transferred to http://www.codeplex.com/spinvoke, please update your bookmarks!

Summary SQL Server stored procedures wrapper generator for .Net
Category construction
License GNU General Public License
Owner(s) ikmju

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.