Hi, My question is first is it possible to return records from a clr procedure that is called from a VB.net interface. The CLR proc is using SQL context and a pipe to return the records. The proc works fine as far as returning results when used by itself. I have tried to figure out the interface part by creating a console application and then writing the code for the interface to call it but I get nothing returned. Any clue?