<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1035185" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1035185</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/ado-control-vb#comment-1204101</link>
    <description> &lt;p&gt;Hey thanks JeevesBond.&lt;/p&gt;
&lt;p&gt;SBalan Group&lt;br /&gt;
&lt;a href=&quot;http://www.sbalanprojects.com/&quot; class=&quot;bb-url&quot;&gt;http://www.sbalanprojects.com/&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 14 Jul 2006 09:22:52 +0000</pubDate>
 <dc:creator>construction</dc:creator>
 <guid isPermaLink="false">comment 1204101 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/ado-control-vb#comment-1204023</link>
    <description> &lt;p&gt;Well, I don&#039;t use .NET (and when I do it&#039;ll probably be under Linux &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt; ), so it&#039;ll have to be VB6! Here&#039;re the steps I used to hook up an ADO control to one of our SQL Servers:&lt;/p&gt;
&lt;ol class=&quot;bb-list&quot;&gt;
&lt;li&gt;Started new standard exe VB project.&lt;/li&gt;
&lt;li&gt;Added an ADO Control to the form provided (this is msadodc.ocx you&#039;re asking about isn&#039;t it?).&lt;/li&gt;
&lt;li&gt;In the properties box for the ADO control I navigated to the &quot;Connection String&quot; property, and started the wizard by clicking on the ...&lt;/li&gt;
&lt;li&gt;From the dialog I then opted to &quot;Use Connection String&quot; and clicked the &quot;Build...&quot; button.&lt;/li&gt;
&lt;li&gt;From the next dialog I selected &quot;Microsoft OLE DB Provider for SQL Server&quot; then clicked &quot;Next&quot;&lt;/li&gt;
&lt;li&gt;I then filled out the server name, selected Integrated NT Security, selected the Database and then clicked &quot;Test Connection&quot;. If this fails you need to scrutinise your settings thoroughly. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/li&gt;
&lt;li&gt;After all that I ended up with a connection string that looks like this:&lt;br /&gt;
&lt;code&gt;Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=ExecUKTest;Data Source=EXECDEV&lt;/code&gt;&#039;&lt;/li&gt;
&lt;li&gt;I pressed ok and now have the connection to my server.&lt;/li&gt;
&lt;li&gt;Then selected the &quot;RecordSource&quot; property&#039;s &quot;...&quot; to bring up another dialog.&lt;/li&gt;
&lt;li&gt;In that dialog selected a Command Type of &quot;4 - adCmdStoredProc&quot;.&lt;/li&gt;
&lt;li&gt;Then selected the &quot;Table or Stored Procedure Name&quot; drop-down box, which gave me a list of the Stored Procedures available on the SQL Server.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;That should do it for you. Hope that helps. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 13 Jul 2006 12:32:32 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1204023 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/ado-control-vb#comment-1203916</link>
    <description> &lt;p&gt;Hi JeevesBond...&lt;br /&gt;
Yes, it is Stored Procedures. Its ok if u can let me know how the same can be done using VB6.&lt;/p&gt;
&lt;p&gt;Thanks:)&lt;br /&gt;
SBalan Group&lt;br /&gt;
&lt;a href=&quot;http://www.sbalanprojects.com/&quot; class=&quot;bb-url&quot;&gt;http://www.sbalanprojects.com/&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 12 Jul 2006 09:31:06 +0000</pubDate>
 <dc:creator>construction</dc:creator>
 <guid isPermaLink="false">comment 1203916 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/ado-control-vb#comment-1203856</link>
    <description> &lt;p&gt;By backend procedures do you mean Stored Procedures on some SQL Server? Secondly are you using VB6 or VB.NET, I can check in VB6 but would have to go a little further to find out for .NET &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 11 Jul 2006 12:01:02 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1203856 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
