VistaDB 6
VistaDB / Developer's Guide / CLR Stored Procedures and Functions / Example CLR Function and CLR Procedure
In This Topic
    Example CLR Function and CLR Procedure
    In This Topic

    The CLRProcs sample is located in the CLRProcs folder of the Samples area installed with VistaDB.  For more information on locating the samples on your computer, see Sample Projects included with VistaDB.

    Basic Steps using SQL Scripts

    The following steps can be taken to build just the CLR Procs assembly, and then manually load it all into the database using only Data Builder. I highly recommend you do these steps one time just to see how they are done.

    Basic CLR Procs Steps with C# Source

    The sample source code allows you to step through and look at the code calls within Visual Studio.


    Each sample includes comments in the code to demonstrate how it works and point out key implementation notes.
    See Also