﻿<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://developers.de/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Execute SQL Parameterized Stored Procedures by Using the ODBC .NET Provider</title><link />http://developers.de/blogs/damir_dobric/archive/2007/02/03/Execute-SQL-Parameterized-Stored-Procedures-by-Using-the-ODBC-.NET-Provider.aspx<description>By using of ADO.NET you can very easy execute stored procedures which expect some parameters. The interesting thing at this point is that the command syntax by executing of the same stored procedure by using of ODBC driver is different. This sounds hard</description><dc:language>en</dc:language><generator>CommunityServer 2008 SP1 (Build: 30619.63)</generator><item><title>re: Execute SQL Parameterized Stored Procedures by Using the ODBC .NET Provider</title><link />http://developers.de/blogs/damir_dobric/archive/2007/02/03/Execute-SQL-Parameterized-Stored-Procedures-by-Using-the-ODBC-.NET-Provider.aspx#4264<pubdate>Wed, 04 Mar 2009 08:47:00 GMT</pubdate><guid ispermalink="false">7e491611-45ad-4dae-a68f-c4cb64439510:4264</guid><dc:creator>Willson Gary</dc:creator><description>&lt;p&gt;Superblog&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://developers.de/aggbug.aspx?PostID=4264" width="1" height="1"&gt;</description></item><item><title>re: Execute SQL Parameterized Stored Procedures by Using the ODBC .NET Provider</title><link />http://developers.de/blogs/damir_dobric/archive/2007/02/03/Execute-SQL-Parameterized-Stored-Procedures-by-Using-the-ODBC-.NET-Provider.aspx#1595<pubdate>Fri, 05 Oct 2007 12:39:11 GMT</pubdate><guid ispermalink="false">7e491611-45ad-4dae-a68f-c4cb64439510:1595</guid><dc:creator>Rajesh A</dc:creator><description>&lt;p&gt;Project background:&lt;/p&gt;
&lt;p&gt;------------------&lt;/p&gt;
&lt;p&gt;I am using FreeTDS and UnixODBC on RH linux 4.0. We are connecting to Microsoft SQL Server 8.0 from linux. We are using C++ on Linux. &lt;/p&gt;
&lt;p&gt;Requirement:&lt;/p&gt;
&lt;p&gt;-----------&lt;/p&gt;
&lt;p&gt;I am calling Stored Procedure(SP) with input and output parameter and I am also expecting return value as well. &lt;/p&gt;
&lt;p&gt;I am calling stored procedure as follows:&lt;/p&gt;
&lt;p&gt;{? = CALL stp_returnRow(?, ?, ?)}&lt;/p&gt;
&lt;p&gt;In above case I am expecting both return value and output parameter. The first parameter is input and 2nd and 3rd parameter is output parameter.&lt;/p&gt;
&lt;p&gt;We are not getting the required values.&lt;/p&gt;
&lt;p&gt;please suggest or give me solution if possible.&lt;/p&gt;
&lt;p&gt;My email id: rajesh.akolu@ftindia.com&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://developers.de/aggbug.aspx?PostID=1595" width="1" height="1"&gt;</description></item><item><title>re: Execute SQL Parameterized Stored Procedures by Using the ODBC .NET Provider</title><link />http://developers.de/blogs/damir_dobric/archive/2007/02/03/Execute-SQL-Parameterized-Stored-Procedures-by-Using-the-ODBC-.NET-Provider.aspx#1594<pubdate>Fri, 05 Oct 2007 12:38:14 GMT</pubdate><guid ispermalink="false">7e491611-45ad-4dae-a68f-c4cb64439510:1594</guid><dc:creator>Rajesh A</dc:creator><description>&lt;p&gt;Project background:&lt;/p&gt;
&lt;p&gt;------------------&lt;/p&gt;
&lt;p&gt;I am using FreeTDS and UnixODBC on RH linux 4.0. We are connecting to Microsoft SQL Server 8.0 from linux. We are using C++ on Linux. &lt;/p&gt;
&lt;p&gt;Requirement:&lt;/p&gt;
&lt;p&gt;-----------&lt;/p&gt;
&lt;p&gt;I am calling Stored Procedure(SP) with input and output parameter and I am also expecting return value as well. &lt;/p&gt;
&lt;p&gt;I am calling stored procedure as follows:&lt;/p&gt;
&lt;p&gt;{? = CALL stp_returnRow(?, ?, ?)}&lt;/p&gt;
&lt;p&gt;In above case I am expecting both return value and output parameter. The first parameter is input and 2nd and 3rd parameter is output parameter.&lt;/p&gt;
&lt;p&gt;We are not getting the required values.&lt;/p&gt;
&lt;p&gt;please suggest or give us sample code&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://developers.de/aggbug.aspx?PostID=1594" width="1" height="1"&gt;</description></item><item><title>re: Execute SQL Parameterized Stored Procedures by Using the ODBC .NET Provider</title><link />http://developers.de/blogs/damir_dobric/archive/2007/02/03/Execute-SQL-Parameterized-Stored-Procedures-by-Using-the-ODBC-.NET-Provider.aspx#1187<pubdate>Sun, 04 Feb 2007 00:15:45 GMT</pubdate><guid ispermalink="false">7e491611-45ad-4dae-a68f-c4cb64439510:1187</guid><dc:creator>Andreas Erben</dc:creator><description>&lt;p&gt;Good practical introduction to the topic.&lt;/p&gt;
&lt;p&gt;&amp;quot;Do you want to know more?&amp;quot;:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://msdn2.microsoft.com/en-us/library/ms379620"&gt;http://msdn2.microsoft.com/en-us/library/ms379620&lt;/a&gt;(VS.80).aspx&lt;/p&gt;
&lt;p&gt;Generic Coding with the ADO.NET 2.0 Base Classes and Factories&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://developers.de/aggbug.aspx?PostID=1187" width="1" height="1"&gt;</description></item></channel></rss>