<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'passing parameters' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'passing parameters' posted on the 'ADO Programming' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Tue, 18 Jun 2013 17:34:44 -0700</pubDate>
    <lastBuildDate>Tue, 18 Jun 2013 17:34:44 -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>passing parameters</title>
      <link>http://www.programmersheaven.com/mb/adoprogramming/345291/345291/passing-parameters/</link>
      <description>can someone help me on passing parameters to stored procedures in MSAccess using VB6? &lt;br /&gt;
&lt;br /&gt;
for example, i have a stored procedure named "Addrec", which functions for inputting data. if i have parameters: name, address and email.. how can i do it in vb6 code using ADODB.. here are my incomplete sample of codes: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
dim cnxn as new ADODB.connection &lt;br /&gt;
dim cmd as new ADODB.command &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
cnxn= (* connection string to database...... *) &lt;br /&gt;
cnxn.open &lt;br /&gt;
&lt;br /&gt;
set cmd.ActiveConnection=cnxn &lt;br /&gt;
&lt;br /&gt;
cmd.CommandType = adCmdStoredProc &lt;br /&gt;
cmd.CommandText = "Addrec" &lt;br /&gt;
&lt;br /&gt;
'----------------------------------------------------- &lt;br /&gt;
* passing of parameters could be right here * &lt;br /&gt;
'--------------------------------------------------- &lt;br /&gt;
&lt;br /&gt;
cmd.Execute &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--- thanks a lot!!!! ;p &lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/adoprogramming/345291/345291/passing-parameters/</guid>
      <pubDate>Tue, 19 Sep 2006 22:01:43 -0700</pubDate>
      <category>ADO Programming</category>
    </item>
    <item>
      <title>Re: passing parameters</title>
      <link>http://www.programmersheaven.com/mb/adoprogramming/345291/349307/re-passing-parameters/#349307</link>
      <description>: can someone help me on passing parameters to stored procedures in MSAccess using VB6? &lt;br /&gt;
: &lt;br /&gt;
: for example, i have a stored procedure named "Addrec", which functions for inputting data. if i have parameters: name, address and email.. how can i do it in vb6 code using ADODB.. here are my incomplete sample of codes: &lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
: dim cnxn as new ADODB.connection &lt;br /&gt;
: dim cmd as new ADODB.command &lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
: cnxn= (* connection string to database...... *) &lt;br /&gt;
: cnxn.open &lt;br /&gt;
: &lt;br /&gt;
: set cmd.ActiveConnection=cnxn &lt;br /&gt;
: &lt;br /&gt;
: cmd.CommandType = adCmdStoredProc &lt;br /&gt;
: cmd.CommandText = "Addrec" &lt;br /&gt;
: &lt;br /&gt;
: '----------------------------------------------------- &lt;br /&gt;
: * passing of parameters could be right here * &lt;br /&gt;
: '--------------------------------------------------- &lt;br /&gt;
: &lt;br /&gt;
: cmd.Execute &lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
: --- thanks a lot!!!! ;p &lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
hi,&lt;br /&gt;
you can search for your request at www.softricks.5u.com&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/adoprogramming/345291/349307/re-passing-parameters/#349307</guid>
      <pubDate>Tue, 21 Nov 2006 15:09:27 -0700</pubDate>
      <category>ADO Programming</category>
    </item>
  </channel>
</rss>