<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Alexander Shapovalov</title>
	<atom:link href="http://alexandershapovalov.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexandershapovalov.com/blog</link>
	<description>personal blog</description>
	<lastBuildDate>Mon, 08 Mar 2010 18:18:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Oracle and SqlDataSource two way data binding by Goran</title>
		<link>http://alexandershapovalov.com/blog/2009/07/13/oracle-and-sqldatasource-two-way-data-binding/comment-page-1/#comment-325</link>
		<dc:creator>Goran</dc:creator>
		<pubDate>Mon, 08 Mar 2010 18:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://alexandershapovalov.com/blog/index.php/2009/07/13/oracle-and-sqldatasource-two-way-data-binding/#comment-325</guid>
		<description>I was missing binding for the ID needed in that query and was in a label field. Your Eval vs Bind article helped with that. Thanks!</description>
		<content:encoded><![CDATA[<p>I was missing binding for the ID needed in that query and was in a label field. Your Eval vs Bind article helped with that. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle and SqlDataSource two way data binding by Goran</title>
		<link>http://alexandershapovalov.com/blog/2009/07/13/oracle-and-sqldatasource-two-way-data-binding/comment-page-1/#comment-324</link>
		<dc:creator>Goran</dc:creator>
		<pubDate>Mon, 08 Mar 2010 17:13:10 +0000</pubDate>
		<guid isPermaLink="false">http://alexandershapovalov.com/blog/index.php/2009/07/13/oracle-and-sqldatasource-two-way-data-binding/#comment-324</guid>
		<description>Hello Alex,

Thanks for the article. For me, the call to SqlStreams_OnUpdating rids of PLS-00306 error but it doesn&#039;t update the table. Am I missing anything? I&#039;m not implementing delete, update only...

Thanks,
Goran</description>
		<content:encoded><![CDATA[<p>Hello Alex,</p>
<p>Thanks for the article. For me, the call to SqlStreams_OnUpdating rids of PLS-00306 error but it doesn&#8217;t update the table. Am I missing anything? I&#8217;m not implementing delete, update only&#8230;</p>
<p>Thanks,<br />
Goran</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle and SqlDataSource two way data binding by kiran</title>
		<link>http://alexandershapovalov.com/blog/2009/07/13/oracle-and-sqldatasource-two-way-data-binding/comment-page-1/#comment-320</link>
		<dc:creator>kiran</dc:creator>
		<pubDate>Tue, 16 Feb 2010 10:11:27 +0000</pubDate>
		<guid isPermaLink="false">http://alexandershapovalov.com/blog/index.php/2009/07/13/oracle-and-sqldatasource-two-way-data-binding/#comment-320</guid>
		<description>how to store .net datatype &quot;guid&quot; into oracle datatype &quot;raw&quot;. and how to retrieve it.
1. i generated guid value and converted it to byte array as 
   id=guid.newguid().tobytearray();
   but when looking the gridview the id is not visible and i cant update or delete data from gridview.
2. if all the id columns used as varchar then guid converted to varchar is stored properly and 
   displayed in gridview, update and delete is also possible but when i try to use the following
   code it gives an error.

   MembershipUser user = new Member.GetUser(CreateUserWizard1.Email);</description>
		<content:encoded><![CDATA[<p>how to store .net datatype &#8220;guid&#8221; into oracle datatype &#8220;raw&#8221;. and how to retrieve it.<br />
1. i generated guid value and converted it to byte array as<br />
   id=guid.newguid().tobytearray();<br />
   but when looking the gridview the id is not visible and i cant update or delete data from gridview.<br />
2. if all the id columns used as varchar then guid converted to varchar is stored properly and<br />
   displayed in gridview, update and delete is also possible but when i try to use the following<br />
   code it gives an error.</p>
<p>   MembershipUser user = new Member.GetUser(CreateUserWizard1.Email);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tiny MCE ASP.NET and RequiredFieldValidator by Jamie</title>
		<link>http://alexandershapovalov.com/blog/2009/07/02/tiny-mce-aspnet-and-requiredfieldvalidator/comment-page-1/#comment-316</link>
		<dc:creator>Jamie</dc:creator>
		<pubDate>Fri, 05 Feb 2010 14:43:39 +0000</pubDate>
		<guid isPermaLink="false">http://alexandershapovalov.com/blog/index.php/2009/07/02/tiny-mce-aspnet-and-requiredfieldvalidator/#comment-316</guid>
		<description>Nice! Did the trick for me :)</description>
		<content:encoded><![CDATA[<p>Nice! Did the trick for me <img src='http://alexandershapovalov.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Migrate to new version Nhibernate 2.1.0 with Oracle database by Randy</title>
		<link>http://alexandershapovalov.com/blog/2009/07/21/migrate-to-new-version-nhibernate-2-1-0-with-oracle-database/comment-page-1/#comment-280</link>
		<dc:creator>Randy</dc:creator>
		<pubDate>Thu, 10 Sep 2009 19:30:32 +0000</pubDate>
		<guid isPermaLink="false">http://alexandershapovalov.com/blog/index.php/2009/07/21/migrate-to-new-version-nhibernate-2-1-0-with-oracle-database/#comment-280</guid>
		<description>I&#039;m getting this exact error, and I have the exact &lt;property name=... entry in my app.config file. Are you suggesting this entry needs to be in the MyContainerClass.hbm.xml file?</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting this exact error, and I have the exact &lt;property name=&#8230; entry in my app.config file. Are you suggesting this entry needs to be in the MyContainerClass.hbm.xml file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle and SqlDataSource two way data binding by Garrett</title>
		<link>http://alexandershapovalov.com/blog/2009/07/13/oracle-and-sqldatasource-two-way-data-binding/comment-page-1/#comment-276</link>
		<dc:creator>Garrett</dc:creator>
		<pubDate>Thu, 03 Sep 2009 20:59:44 +0000</pubDate>
		<guid isPermaLink="false">http://alexandershapovalov.com/blog/index.php/2009/07/13/oracle-and-sqldatasource-two-way-data-binding/#comment-276</guid>
		<description>Defaut.aspx code:



                
                    
                    
 
                    
                    
                    
                    
                    
                    
                    
                    
                
            
            &lt;asp:SqlDataSource ID=&quot;SqlDataSource1&quot; runat=&quot;server&quot; ConnectionString=&quot;&quot;
                ProviderName=&quot;&quot; 
                
OnUpdating=&quot;SqlDataSource1_Updating&quot; 
UpdateCommandType=&quot;StoredProcedure&quot;
UpdateCommand=&quot;RPT.MMAR_SP_APPLICATION_UPDATE&quot;&gt;
                
                    
                        
                    
                    
                    
                    
                                
                </description>
		<content:encoded><![CDATA[<p>Defaut.aspx code:</p>
<p>            &lt;asp:SqlDataSource ID=&quot;SqlDataSource1&quot; runat=&quot;server&quot; ConnectionString=&quot;&#8221;<br />
                ProviderName=&#8221;" </p>
<p>OnUpdating=&#8221;SqlDataSource1_Updating&#8221;<br />
UpdateCommandType=&#8221;StoredProcedure&#8221;<br />
UpdateCommand=&#8221;RPT.MMAR_SP_APPLICATION_UPDATE&#8221;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle and SqlDataSource two way data binding by Garrett</title>
		<link>http://alexandershapovalov.com/blog/2009/07/13/oracle-and-sqldatasource-two-way-data-binding/comment-page-1/#comment-275</link>
		<dc:creator>Garrett</dc:creator>
		<pubDate>Thu, 03 Sep 2009 20:55:06 +0000</pubDate>
		<guid isPermaLink="false">http://alexandershapovalov.com/blog/index.php/2009/07/13/oracle-and-sqldatasource-two-way-data-binding/#comment-275</guid>
		<description>Hi Alexander,

I&#039;m experiencing this exact same problem. I attempted to use your solution with no success.  I still get the same error:

ORA-06550: line 1, column 7:
PLS-00306: wrong number or types of arguments in call to &#039;MMAR_SP_APPLICATION_UPDATE&#039;
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored

Right now, I just want to be able to update a record from the Gridview.  Here&#039;s my code.

Default.aspx.cs:

using System;
using System.Data;
using System.Data.Common;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using Oracle.DataAccess.Client;

public partial class _Default : System.Web.UI.Page 
{

    protected void SqlDataSource1_Updating(object sender, SqlDataSourceCommandEventArgs e)
    {
        foreach (DbParameter param in e.Command.Parameters) 
        {
            param.ParameterName = param.ParameterName + &quot;_&quot;;
        }
    }
}</description>
		<content:encoded><![CDATA[<p>Hi Alexander,</p>
<p>I&#8217;m experiencing this exact same problem. I attempted to use your solution with no success.  I still get the same error:</p>
<p>ORA-06550: line 1, column 7:<br />
PLS-00306: wrong number or types of arguments in call to &#8216;MMAR_SP_APPLICATION_UPDATE&#8217;<br />
ORA-06550: line 1, column 7:<br />
PL/SQL: Statement ignored</p>
<p>Right now, I just want to be able to update a record from the Gridview.  Here&#8217;s my code.</p>
<p>Default.aspx.cs:</p>
<p>using System;<br />
using System.Data;<br />
using System.Data.Common;<br />
using System.Configuration;<br />
using System.Web;<br />
using System.Web.Security;<br />
using System.Web.UI;<br />
using System.Web.UI.WebControls;<br />
using System.Web.UI.WebControls.WebParts;<br />
using System.Web.UI.HtmlControls;<br />
using Oracle.DataAccess.Client;</p>
<p>public partial class _Default : System.Web.UI.Page<br />
{</p>
<p>    protected void SqlDataSource1_Updating(object sender, SqlDataSourceCommandEventArgs e)<br />
    {<br />
        foreach (DbParameter param in e.Command.Parameters)<br />
        {<br />
            param.ParameterName = param.ParameterName + &#8220;_&#8221;;<br />
        }<br />
    }<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calling Oracle stored procedures from SQLDataSource by Francis</title>
		<link>http://alexandershapovalov.com/blog/2009/01/29/calling-oracle-stored-procedures-from-sqldatasource/comment-page-1/#comment-274</link>
		<dc:creator>Francis</dc:creator>
		<pubDate>Tue, 01 Sep 2009 14:23:34 +0000</pubDate>
		<guid isPermaLink="false">http://alexandershapovalov.com/blog/index.php/2009/01/29/calling-oracle-stored-procedures-from-sqldatasource/#comment-274</guid>
		<description>Hello Alex,

I&#039;m trying to add the code to .vb file. I&#039;m not able to retrieve the &quot;OracleType&quot; property. I&#039;ve include the OldDb namespace. Can you post a similar code in VB?

Thanks,
Francis</description>
		<content:encoded><![CDATA[<p>Hello Alex,</p>
<p>I&#8217;m trying to add the code to .vb file. I&#8217;m not able to retrieve the &#8220;OracleType&#8221; property. I&#8217;ve include the OldDb namespace. Can you post a similar code in VB?</p>
<p>Thanks,<br />
Francis</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building charts with Dundas Charts and SqlDataSource by alexandershapovalov</title>
		<link>http://alexandershapovalov.com/blog/2009/07/17/building-charts-with-dundas-charts-and-sqldatasource/comment-page-1/#comment-190</link>
		<dc:creator>alexandershapovalov</dc:creator>
		<pubDate>Thu, 30 Jul 2009 18:12:15 +0000</pubDate>
		<guid isPermaLink="false">http://alexandershapovalov.com/blog/index.php/2009/07/17/building-charts-with-dundas-charts-and-sqldatasource/#comment-190</guid>
		<description>Microsoft Charting controls was based on Dundas 4.5 controls (Microsoft bought source code). 
But Dundas has now version 6 with a lot of improvements. 
Also Dundas charts works well with .NET 2.0, but Microsoft chart controls needs .NET 3.5

If you are a big company, you can afford buying Dundas charts.</description>
		<content:encoded><![CDATA[<p>Microsoft Charting controls was based on Dundas 4.5 controls (Microsoft bought source code).<br />
But Dundas has now version 6 with a lot of improvements.<br />
Also Dundas charts works well with .NET 2.0, but Microsoft chart controls needs .NET 3.5</p>
<p>If you are a big company, you can afford buying Dundas charts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building charts with Dundas Charts and SqlDataSource by Yuriy</title>
		<link>http://alexandershapovalov.com/blog/2009/07/17/building-charts-with-dundas-charts-and-sqldatasource/comment-page-1/#comment-187</link>
		<dc:creator>Yuriy</dc:creator>
		<pubDate>Wed, 29 Jul 2009 21:39:24 +0000</pubDate>
		<guid isPermaLink="false">http://alexandershapovalov.com/blog/index.php/2009/07/17/building-charts-with-dundas-charts-and-sqldatasource/#comment-187</guid>
		<description>Dundas is VERY expensive, if you want a FREE alternative that is based on Dundas, offers almost identical API - try MS Charting control: http://codecorner.galanter.net/2009/06/16/free-alternative-to-dundas-charts-from-microsoft/</description>
		<content:encoded><![CDATA[<p>Dundas is VERY expensive, if you want a FREE alternative that is based on Dundas, offers almost identical API &#8211; try MS Charting control: <a href="http://codecorner.galanter.net/2009/06/16/free-alternative-to-dundas-charts-from-microsoft/" rel="nofollow">http://codecorner.galanter.net/2009/06/16/free-alternative-to-dundas-charts-from-microsoft/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
