Home Page › Forums › BizTalk 2004 – BizTalk 2010 › executing sql query from inline C# › Re: executing sql query from inline C#
June 1, 2010 at 9:08 AM
#24855
Check this link HOW TO: SQL & C# for details on how to connect to SQL Server database from C#.NET database applications as well as Java database applications. It also describes how to pass embedded SQL queries, calling stored procedures, pass parameters etc.