<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'error "91"' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'error "91"' posted on the 'Visual Basic' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Wed, 19 Jun 2013 17:52:43 -0700</pubDate>
    <lastBuildDate>Wed, 19 Jun 2013 17:52:43 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>error "91"</title>
      <link>http://www.programmersheaven.com/mb/VBasic/429084/429084/error-91/</link>
      <description>hi i am sanjay i created a database name "stud" and a table "fee" in it.&lt;br /&gt;
&lt;br /&gt;
table "fee"&lt;br /&gt;
&lt;br /&gt;
attributes:    first   second   third&lt;br /&gt;
   values:       200    250      300&lt;br /&gt;
now i set connection string for "stud" and recordset for "fee" which is ok.&lt;br /&gt;
&lt;br /&gt;
i created a form name"form1" . i took a "label1"  in it and a "adodc1" control. i wrote coding on form load event as:&lt;br /&gt;
&lt;br /&gt;
Private Sub Form_Load()&lt;br /&gt;
       Dim x&lt;br /&gt;
       x = Adodc1.Recordset.Fields("second").Value&lt;br /&gt;
       Print x&lt;br /&gt;
End Sub&lt;br /&gt;
I thought it will print value 250 on the form1 at the time of its loading but i got en error "object variable or with block variable not set" error "91"&lt;br /&gt;
&lt;br /&gt;
so please help me&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/VBasic/429084/429084/error-91/</guid>
      <pubDate>Tue, 24 Jul 2012 20:39:30 -0700</pubDate>
      <category>Visual Basic</category>
    </item>
  </channel>
</rss>