<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Add record from ADODB.Recordset</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Add record from ADODB.Recordset]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 21:59:16 +0000</pubDate>
  <lastBuildDate>Sat, 14 Apr 2007 02:48:48 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=6789</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Add record from ADODB.Recordset : Thank you jcollier   I tried...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6789&amp;PID=21947&amp;title=add-record-from-adodb-recordset#21947</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2901">naikosen</a><br /><strong>Subject:</strong> 6789<br /><strong>Posted:</strong> 14 April 2007 at 2:48am<br /><br />Thank you <a href="http://forum.codejock.com/member_profile.asp?PF=1790&amp;FID=37" target="_blank"><strong><FONT color=#000000>jcollier</FONT></strong></A> <DIV>&nbsp;</DIV><DIV>I tried a lot, but winced.</DIV><DIV>I need a complete example of it.</DIV><DIV>Correction made to the attached Project will be much appreciated.<BR></DIV><DIV></DIV><DIV></DIV><DIV></DIV>]]>
   </description>
   <pubDate>Sat, 14 Apr 2007 02:48:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6789&amp;PID=21947&amp;title=add-record-from-adodb-recordset#21947</guid>
  </item> 
  <item>
   <title><![CDATA[Add record from ADODB.Recordset : Short of writing the code for...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6789&amp;PID=21797&amp;title=add-record-from-adodb-recordset#21797</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 6789<br /><strong>Posted:</strong> 10 April 2007 at 10:08am<br /><br />Short of writing the code for you (which I don't have time to do) I'm not sure what else to tell you.&nbsp; The SetVirtualMode section of the help file has pretty much everything you need except you'll replace the given values with values from the recordset the BeforeDrawRow event.<br><br>Also, the example generates 20000 random records.&nbsp; You won't need to do that part either since you already have your records in the recordset.<br><br>So, I think you would do the following:<br><br>set your array variable.<br>Loop through the recordset, adding the values to the array<br>add a Template record (as it does in the help file)<br>reportcontrol.populate<br>reportControl.SetCustomDraw xtpCustomBeforeDrawRow<br><br>in BeforeDrawRow set it up to use your columns and your array variable.<br>]]>
   </description>
   <pubDate>Tue, 10 Apr 2007 10:08:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6789&amp;PID=21797&amp;title=add-record-from-adodb-recordset#21797</guid>
  </item> 
  <item>
   <title><![CDATA[Add record from ADODB.Recordset : My database seems to grow more...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6789&amp;PID=21770&amp;title=add-record-from-adodb-recordset#21770</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2901">naikosen</a><br /><strong>Subject:</strong> 6789<br /><strong>Posted:</strong> 09 April 2007 at 6:33pm<br /><br />My database seems to grow more than 10,000,000.<DIV>Moreover, I want to learn the way to add data from a database in Virtual mode.</DIV><DIV>Guide me please.</DIV>]]>
   </description>
   <pubDate>Mon, 09 Apr 2007 18:33:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6789&amp;PID=21770&amp;title=add-record-from-adodb-recordset#21770</guid>
  </item> 
  <item>
   <title><![CDATA[Add record from ADODB.Recordset : How many rows are you going to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6789&amp;PID=21758&amp;title=add-record-from-adodb-recordset#21758</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 6789<br /><strong>Posted:</strong> 09 April 2007 at 10:17am<br /><br />How many rows are you going to have?&nbsp; The data only has 93 rows which is not enough to need Virtual Mode]]>
   </description>
   <pubDate>Mon, 09 Apr 2007 10:17:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6789&amp;PID=21758&amp;title=add-record-from-adodb-recordset#21758</guid>
  </item> 
  <item>
   <title><![CDATA[Add record from ADODB.Recordset : Help me pliz. I could not figure...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6789&amp;PID=21750&amp;title=add-record-from-adodb-recordset#21750</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2901">naikosen</a><br /><strong>Subject:</strong> 6789<br /><strong>Posted:</strong> 07 April 2007 at 8:12pm<br /><br />Help me pliz. I could not figure out how to do it.]]>
   </description>
   <pubDate>Sat, 07 Apr 2007 20:12:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6789&amp;PID=21750&amp;title=add-record-from-adodb-recordset#21750</guid>
  </item> 
  <item>
   <title><![CDATA[Add record from ADODB.Recordset : I am still waiting  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6789&amp;PID=21744&amp;title=add-record-from-adodb-recordset#21744</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2901">naikosen</a><br /><strong>Subject:</strong> 6789<br /><strong>Posted:</strong> 06 April 2007 at 6:33pm<br /><br />I am still waiting<DIV></DIV>]]>
   </description>
   <pubDate>Fri, 06 Apr 2007 18:33:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6789&amp;PID=21744&amp;title=add-record-from-adodb-recordset#21744</guid>
  </item> 
  <item>
   <title><![CDATA[Add record from ADODB.Recordset : Hiya &amp;#039;Jcollier&amp;#039;  I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6789&amp;PID=21718&amp;title=add-record-from-adodb-recordset#21718</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2901">naikosen</a><br /><strong>Subject:</strong> 6789<br /><strong>Posted:</strong> 05 April 2007 at 7:22pm<br /><br />Hiya 'Jcollier'<DIV>&nbsp;</DIV><DIV>I tried a lot to get the desired result following the online documentation, but winced.</DIV><DIV>&nbsp;</DIV><DIV>It would be so kind of you to guide me with making necessary changes in the&nbsp;project I uploaded in this topic.</DIV>]]>
   </description>
   <pubDate>Thu, 05 Apr 2007 19:22:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6789&amp;PID=21718&amp;title=add-record-from-adodb-recordset#21718</guid>
  </item> 
  <item>
   <title><![CDATA[Add record from ADODB.Recordset : In the Online Documentation, check...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6789&amp;PID=21713&amp;title=add-record-from-adodb-recordset#21713</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 6789<br /><strong>Posted:</strong> 05 April 2007 at 11:50am<br /><br />In the Online Documentation, check out <font ="keyword"><br><br>Private</font> <font ="keyword">Sub</font> wndReportControl_BeforeDrawRow<br><br>In that event, replace the data in the sample with the recordset data.<br><br>You should be able to figure it all out with the documentation and the info in this post ;)<br>]]>
   </description>
   <pubDate>Thu, 05 Apr 2007 11:50:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6789&amp;PID=21713&amp;title=add-record-from-adodb-recordset#21713</guid>
  </item> 
  <item>
   <title><![CDATA[Add record from ADODB.Recordset : Once I had gone through the online...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6789&amp;PID=21712&amp;title=add-record-from-adodb-recordset#21712</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2901">naikosen</a><br /><strong>Subject:</strong> 6789<br /><strong>Posted:</strong> 05 April 2007 at 11:39am<br /><br />Once I had gone through the online documentation. It has just the simple instruction without adding data from a database.<DIV>&nbsp;</DIV><DIV>I want to add data from a database in virtual mode. How can I do that?</DIV>]]>
   </description>
   <pubDate>Thu, 05 Apr 2007 11:39:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6789&amp;PID=21712&amp;title=add-record-from-adodb-recordset#21712</guid>
  </item> 
  <item>
   <title><![CDATA[Add record from ADODB.Recordset : The Online Documentation has step...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6789&amp;PID=21711&amp;title=add-record-from-adodb-recordset#21711</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 6789<br /><strong>Posted:</strong> 05 April 2007 at 11:18am<br /><br />The Online Documentation has step by step instructions and an example.&nbsp; Just go to the help file and search for SetVirtualMode]]>
   </description>
   <pubDate>Thu, 05 Apr 2007 11:18:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6789&amp;PID=21711&amp;title=add-record-from-adodb-recordset#21711</guid>
  </item> 
 </channel>
</rss>