<?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>Connection strings | Varinder Sandhu</title>
	<atom:link href="https://varindersandhu.in/tag/connection-strings/feed/" rel="self" type="application/rss+xml" />
	<link>https://varindersandhu.in</link>
	<description>Keep it Simple and Smart</description>
	<lastBuildDate>Wed, 11 May 2011 11:01:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>

<image>
	<url>https://varindersandhu.in/wp-content/uploads/2020/05/varindersandhu_favicon.ico</url>
	<title>Connection strings | Varinder Sandhu</title>
	<link>https://varindersandhu.in</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">22788835</site>	<item>
		<title>C# Code : Connection strings for SQL Server 2008</title>
		<link>https://varindersandhu.in/2010/10/16/c-code-connection-strings-for-sql-server-2008/</link>
		
		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Sat, 16 Oct 2010 00:08:00 +0000</pubDate>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Varinder Sandhu]]></category>
		<category><![CDATA[C# Code]]></category>
		<category><![CDATA[Connection strings]]></category>
		<guid isPermaLink="false">http://theitarticles.wordpress.com/2010/10/16/c-code-connection-strings-for-sql-server-2008</guid>

					<description><![CDATA[<p>using System.Data.SqlClient; private void ValidationFile() { string FilePath = ""; using (SqlConnection myConnection = new SqlConnection("Data Source=servername;Initial Catalog=db_name;User ID=user;Password=pass;")) { using (SqlCommand myCommand = new SqlCommand("select scanned_document_id, master_id, file_path from scanned_documents", myConnection)) { myCommand.CommandType = CommandType.Text; myConnection.Open(); using (SqlDataReader myReader = myCommand.ExecuteReader()) { if (myReader.HasRows) { while (myReader.Read()) { FilePath</p>
<p>The post <a href="https://varindersandhu.in/2010/10/16/c-code-connection-strings-for-sql-server-2008/">C# Code : Connection strings for SQL Server 2008</a> first appeared on <a href="https://varindersandhu.in">Varinder Sandhu</a>.</p>]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">68</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using Disk: Enhanced 
Database Caching using Disk

Served from: varindersandhu.in @ 2025-10-30 14:53:58 by W3 Total Cache
-->