<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>odbc connectivity &#8211; Programming blog &#8211; website programming blog, blog on website programming .net, java , php and mor</title>
	<atom:link href="https://www.searchenginegenie.com/programming-blog/tag/odbc-connectivity/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.searchenginegenie.com/programming-blog</link>
	<description></description>
	<lastBuildDate>Tue, 11 Dec 2012 08:59:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.5</generator>
	<item>
		<title>odbc connectivity</title>
		<link>https://www.searchenginegenie.com/programming-blog/odbc-connectivity/</link>
					<comments>https://www.searchenginegenie.com/programming-blog/odbc-connectivity/#respond</comments>
		
		<dc:creator><![CDATA[Camilla]]></dc:creator>
		<pubDate>Fri, 28 Mar 2008 08:15:00 +0000</pubDate>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[odbc connectivity]]></category>
		<guid isPermaLink="false">http://www.searchenginegenie.com/programming-blog/odbc-connectivity/</guid>

					<description><![CDATA[[php] Sub ConnectionExample1() Dim cnn As ADODB.Connection Set cnn = New ADODB.Connection &#8216; Open a Connection using an ODBC DSN named &#34;Pubs&#34;. cnn.Open &#34;Pubs&#34;, &#34;MyUserName&#34;, &#34;MyPassword&#34; &#8216; Find out if the attempt to connect worked. If cnn.State = adStateOpen Then MsgBox &#34;Welcome to Pubs!&#34; Else MsgBox &#34;Sorry. No Pubs today.&#34; End If &#8216; Close the [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>[php]<br />
Sub ConnectionExample1()<br />
 Dim cnn As ADODB.Connection<br />
 Set cnn = New ADODB.Connection<br />
 &#8216; Open a Connection using an ODBC DSN named &quot;Pubs&quot;.<br />
 cnn.Open &quot;Pubs&quot;, &quot;MyUserName&quot;, &quot;MyPassword&quot;<br />
 &#8216; Find out if the attempt to connect worked.<br />
 If cnn.State = adStateOpen Then<br />
 MsgBox &quot;Welcome to Pubs!&quot;<br />
 Else<br />
 MsgBox &quot;Sorry. No Pubs today.&quot;<br />
 End If<br />
 &#8216; Close the connection.<br />
 cnn.Close<br />
 End Sub<br />
[/php]</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.searchenginegenie.com/programming-blog/odbc-connectivity/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using Disk: Enhanced 
Minified using Disk

Served from: www.searchenginegenie.com @ 2024-08-03 01:01:01 by W3 Total Cache
-->