<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Business Application Development</title>
	<atom:link href="http://cistx.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://cistx.wordpress.com</link>
	<description>Texas State University - San Marcos, USA</description>
	<lastBuildDate>Tue, 12 Jul 2011 16:53:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='cistx.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Business Application Development</title>
		<link>http://cistx.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://cistx.wordpress.com/osd.xml" title="Business Application Development" />
	<atom:link rel='hub' href='http://cistx.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Defining Foreign Key Relationships in Microsoft SQL Server (SQLEXPRESS)</title>
		<link>http://cistx.wordpress.com/2009/03/14/defining-a-foreign-key-relationship-in-microsoft-sql-server-sqlexpress/</link>
		<comments>http://cistx.wordpress.com/2009/03/14/defining-a-foreign-key-relationship-in-microsoft-sql-server-sqlexpress/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 19:59:40 +0000</pubDate>
		<dc:creator>cistx</dc:creator>
				<category><![CDATA[SQLEXPRESS]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://cistx.wordpress.com/?p=27</guid>
		<description><![CDATA[This is an example for defining a foreign key relationship in Microsoft SQL Server (SQLEXPRESS). There are two tables: Salesperson and Customer (see below).  After the SalepersonID column is created in the Customer, it is important to define a foreign key relationship  to ensure the referential integrity. A. The Salesperson table. B. The Customer table. C. Foreign [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cistx.wordpress.com&amp;blog=765883&amp;post=27&amp;subd=cistx&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cistx.wordpress.com/2009/03/14/defining-a-foreign-key-relationship-in-microsoft-sql-server-sqlexpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6e2c44386995257a39264ed55162df08?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cistx</media:title>
		</media:content>

		<media:content url="http://cistx.files.wordpress.com/2009/03/salesperson1.jpg" medium="image">
			<media:title type="html">salesperson1</media:title>
		</media:content>

		<media:content url="http://cistx.files.wordpress.com/2009/03/customer.jpg" medium="image">
			<media:title type="html">customer</media:title>
		</media:content>

		<media:content url="http://cistx.files.wordpress.com/2009/03/foreignkey11.jpg" medium="image">
			<media:title type="html">foreignkey11</media:title>
		</media:content>

		<media:content url="http://cistx.files.wordpress.com/2009/03/foreignkey2.jpg" medium="image">
			<media:title type="html">foreignkey2</media:title>
		</media:content>

		<media:content url="http://cistx.files.wordpress.com/2009/03/foreignkey3.jpg" medium="image">
			<media:title type="html">foreignkey3</media:title>
		</media:content>
	</item>
		<item>
		<title>Database transactions inside the code and not in a database</title>
		<link>http://cistx.wordpress.com/2007/05/05/database-transactions-inside-the-code-and-not-in-a-database/</link>
		<comments>http://cistx.wordpress.com/2007/05/05/database-transactions-inside-the-code-and-not-in-a-database/#comments</comments>
		<pubDate>Sat, 05 May 2007 19:52:58 +0000</pubDate>
		<dc:creator>cistx</dc:creator>
				<category><![CDATA[VB.Net (General)]]></category>
		<category><![CDATA[VB.Net]]></category>

		<guid isPermaLink="false">http://cistx.wordpress.com/2007/05/05/database-transactions-inside-the-code-and-not-in-a-database/</guid>
		<description><![CDATA[Here is the link: http://asp.dotnetheaven.com/howto/doc/adoplus/DatabaseTrans.aspx.  It has examples in C#, VB, and C++.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cistx.wordpress.com&amp;blog=765883&amp;post=25&amp;subd=cistx&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cistx.wordpress.com/2007/05/05/database-transactions-inside-the-code-and-not-in-a-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6e2c44386995257a39264ed55162df08?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cistx</media:title>
		</media:content>
	</item>
		<item>
		<title>Changing the startup Windows form (Visual Studio .Net)</title>
		<link>http://cistx.wordpress.com/2007/03/01/changing-the-startup-form/</link>
		<comments>http://cistx.wordpress.com/2007/03/01/changing-the-startup-form/#comments</comments>
		<pubDate>Thu, 01 Mar 2007 23:08:35 +0000</pubDate>
		<dc:creator>cistx</dc:creator>
				<category><![CDATA[VB.Net (General)]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://cistx.wordpress.com/2007/03/01/changing-the-startup-form/</guid>
		<description><![CDATA[Select the My Project file in Solution Explorer  (Figure 1). Select the Application category and change the Startup form from a list (Figure 2).  &#60;Figure 1&#62; &#60;Figure 2&#62;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cistx.wordpress.com&amp;blog=765883&amp;post=22&amp;subd=cistx&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cistx.wordpress.com/2007/03/01/changing-the-startup-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6e2c44386995257a39264ed55162df08?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cistx</media:title>
		</media:content>

		<media:content url="http://cistx.files.wordpress.com/2007/03/myproject.JPG" medium="image">
			<media:title type="html">myproject.JPG</media:title>
		</media:content>

		<media:content url="http://cistx.files.wordpress.com/2007/03/startupform.JPG" medium="image">
			<media:title type="html">startupform.JPG</media:title>
		</media:content>
	</item>
		<item>
		<title>Starting with SQLEXPRESS (Microsoft SQL Server)</title>
		<link>http://cistx.wordpress.com/2007/02/19/managing-sqlexpress/</link>
		<comments>http://cistx.wordpress.com/2007/02/19/managing-sqlexpress/#comments</comments>
		<pubDate>Mon, 19 Feb 2007 07:22:14 +0000</pubDate>
		<dc:creator>cistx</dc:creator>
				<category><![CDATA[SQLEXPRESS]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://cistx.wordpress.com/2007/02/19/managing-sqlexpress/</guid>
		<description><![CDATA[It is suggested to manage SQLEXPRESS using SQL Server Management Studio Express, which is free from Microsoft. 1. Download SQL Server Management Studio Express. Go to: http://www.microsoft.com/downloads/details.aspx?FamilyId=C243A5AE-4BD1-4E3D-94B8-5A0F62BF7796&#38;DisplayLang=en  2. After install it successfully, open the studio and log on your EQLEXPRESS server. Note that the server name must include EQLEXPRESS following your machine name and Windows Authentication should be used. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cistx.wordpress.com&amp;blog=765883&amp;post=17&amp;subd=cistx&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cistx.wordpress.com/2007/02/19/managing-sqlexpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6e2c44386995257a39264ed55162df08?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cistx</media:title>
		</media:content>

		<media:content url="http://cistx.files.wordpress.com/2007/02/connectsql.jpg" medium="image">
			<media:title type="html">connectsql.jpg</media:title>
		</media:content>

		<media:content url="http://cistx.files.wordpress.com/2007/02/tablesql.jpg" medium="image">
			<media:title type="html">tablesql.jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>Defining Autonumber in Microsoft SQL Server (SQLEXPRESS)</title>
		<link>http://cistx.wordpress.com/2007/02/19/defining-autonumber-in-microsoft-sql-server-sqlexpress/</link>
		<comments>http://cistx.wordpress.com/2007/02/19/defining-autonumber-in-microsoft-sql-server-sqlexpress/#comments</comments>
		<pubDate>Mon, 19 Feb 2007 06:58:07 +0000</pubDate>
		<dc:creator>cistx</dc:creator>
				<category><![CDATA[SQLEXPRESS]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://cistx.wordpress.com/2007/02/19/defining-autonumber-in-microsoft-sql-server-sqlexpress/</guid>
		<description><![CDATA[Set the column data type to int, bigint or smallint. Locate the (Is Identity) field in the Column Properties window. Set the (Is Identity)  value to be true.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cistx.wordpress.com&amp;blog=765883&amp;post=15&amp;subd=cistx&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cistx.wordpress.com/2007/02/19/defining-autonumber-in-microsoft-sql-server-sqlexpress/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6e2c44386995257a39264ed55162df08?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cistx</media:title>
		</media:content>

		<media:content url="http://cistx.files.wordpress.com/2007/02/autonumber.jpg" medium="image">
			<media:title type="html">autonumber.jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>Connection String for SQLExpress</title>
		<link>http://cistx.wordpress.com/2007/02/15/connection-string-for-sqlexpress/</link>
		<comments>http://cistx.wordpress.com/2007/02/15/connection-string-for-sqlexpress/#comments</comments>
		<pubDate>Thu, 15 Feb 2007 18:28:15 +0000</pubDate>
		<dc:creator>cistx</dc:creator>
				<category><![CDATA[VB.Net (General)]]></category>
		<category><![CDATA[SQLEXPRESS]]></category>
		<category><![CDATA[VB.Net]]></category>

		<guid isPermaLink="false">http://cistx.wordpress.com/2007/02/15/connection-string-for-sqlexpress/</guid>
		<description><![CDATA[Suppose that your computer name is TAG302757  and  you create a database TESTDB in your local SQLExpress server. Then the connection string of the database is: &#8220;Data Source=TAG302757\SQLEXPRESS;Initial Catalog=TESTDB;Integrated Security=True&#8221; Note that there is a space  between the words Initial and Catalog; and the the connection string must be in the same line of your VB [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cistx.wordpress.com&amp;blog=765883&amp;post=14&amp;subd=cistx&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cistx.wordpress.com/2007/02/15/connection-string-for-sqlexpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6e2c44386995257a39264ed55162df08?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cistx</media:title>
		</media:content>
	</item>
		<item>
		<title>How to debug Web service in Microsoft Visual Studio 2005</title>
		<link>http://cistx.wordpress.com/2007/02/12/how-to-debug-web-service-in-microsoft-visual-studio-2005/</link>
		<comments>http://cistx.wordpress.com/2007/02/12/how-to-debug-web-service-in-microsoft-visual-studio-2005/#comments</comments>
		<pubDate>Mon, 12 Feb 2007 05:52:18 +0000</pubDate>
		<dc:creator>cistx</dc:creator>
				<category><![CDATA[VB.Net (Web Services)]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://cistx.wordpress.com/2007/02/12/how-to-debug-web-service-in-microsoft-visual-studio-2005/</guid>
		<description><![CDATA[You can use the statement Debug.WriteLine(&#8220;Web Service Debugging&#8221;) in your Web method to debug Web service program. However, the debug message &#8220;Web Service Debugging&#8221; may not be  shown when you run the service from another application project.  Follow the instructions below to fix this problem.  Make sure that you run the Web service from another project [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cistx.wordpress.com&amp;blog=765883&amp;post=10&amp;subd=cistx&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cistx.wordpress.com/2007/02/12/how-to-debug-web-service-in-microsoft-visual-studio-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6e2c44386995257a39264ed55162df08?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cistx</media:title>
		</media:content>

		<media:content url="http://cistx.files.wordpress.com/2007/02/startup.thumbnail.JPG" medium="image">
			<media:title type="html">startup.JPG</media:title>
		</media:content>

		<media:content url="http://cistx.files.wordpress.com/2007/02/debugdialog.thumbnail.JPG" medium="image">
			<media:title type="html">debugdialog.JPG</media:title>
		</media:content>

		<media:content url="http://cistx.files.wordpress.com/2007/02/testing.thumbnail.JPG" medium="image">
			<media:title type="html">testing.JPG</media:title>
		</media:content>
	</item>
		<item>
		<title>Issue of using dynamic ports in Web service projects</title>
		<link>http://cistx.wordpress.com/2007/02/12/issue-of-using-dynamic-ports-in-web-service-projects/</link>
		<comments>http://cistx.wordpress.com/2007/02/12/issue-of-using-dynamic-ports-in-web-service-projects/#comments</comments>
		<pubDate>Mon, 12 Feb 2007 04:46:34 +0000</pubDate>
		<dc:creator>cistx</dc:creator>
				<category><![CDATA[VB.Net (Web Services)]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://cistx.wordpress.com/2007/02/12/issue-of-using-dynamic-ports-in-web-service-projects/</guid>
		<description><![CDATA[In Microsoft Visual Studio 2005, port numbers of Visual Web Developer Web Server for tesing your Web service are dynamic by default. This is a problem for another project that creates a Web reference to this Web service. You can set up the Use Dynamic Ports property to false in  the Web service project to fix this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cistx.wordpress.com&amp;blog=765883&amp;post=7&amp;subd=cistx&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cistx.wordpress.com/2007/02/12/issue-of-using-dynamic-ports-in-web-service-projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6e2c44386995257a39264ed55162df08?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cistx</media:title>
		</media:content>

		<media:content url="http://cistx.files.wordpress.com/2007/02/fixports.JPG" medium="image">
			<media:title type="html">fixports.JPG</media:title>
		</media:content>
	</item>
		<item>
		<title>Missing the Data Sources window (Visual Studio .Net)</title>
		<link>http://cistx.wordpress.com/2007/02/10/missing-the-data-sources-window/</link>
		<comments>http://cistx.wordpress.com/2007/02/10/missing-the-data-sources-window/#comments</comments>
		<pubDate>Sat, 10 Feb 2007 06:21:19 +0000</pubDate>
		<dc:creator>cistx</dc:creator>
				<category><![CDATA[VB.Net (General)]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://cistx.wordpress.com/2007/02/10/missing-the-data-sources-window/</guid>
		<description><![CDATA[If you cannot see the Data Sources window, select the menu Data&#62;&#62;Show Data Sources. If you cannot see the  Add New Data Sources icon, right-click the Data Sources window to use the popup menu.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cistx.wordpress.com&amp;blog=765883&amp;post=6&amp;subd=cistx&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cistx.wordpress.com/2007/02/10/missing-the-data-sources-window/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6e2c44386995257a39264ed55162df08?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cistx</media:title>
		</media:content>
	</item>
		<item>
		<title>An error occurred while establishing a connection to SQLEXPRESS in Visual Studio 2005</title>
		<link>http://cistx.wordpress.com/2007/02/09/an-error-occurred-while-establishing-a-connection-to-sqlexpress-in-visual-studio-net/</link>
		<comments>http://cistx.wordpress.com/2007/02/09/an-error-occurred-while-establishing-a-connection-to-sqlexpress-in-visual-studio-net/#comments</comments>
		<pubDate>Fri, 09 Feb 2007 22:10:25 +0000</pubDate>
		<dc:creator>cistx</dc:creator>
				<category><![CDATA[VB.Net (General)]]></category>

		<guid isPermaLink="false">http://cistx.wordpress.com/2007/02/09/an-error-occurred-while-establishing-a-connection-to-sqlexpress-in-visual-studio-net/</guid>
		<description><![CDATA[Miscosoft Visual Studio 2005 comes with a personal SQL Server (or SQLEXPRESS).  You may get an error message when trying to add a connection to the SQLEXPRESS server for your project. The &#8221;Add Connection&#8221; dialog usually shows your computer name in the &#8220;server name&#8221; field. You have to add a back slash and the &#8220;SQLEXPRESS&#8221; string for a sucessful connection (See the figure [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cistx.wordpress.com&amp;blog=765883&amp;post=4&amp;subd=cistx&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cistx.wordpress.com/2007/02/09/an-error-occurred-while-establishing-a-connection-to-sqlexpress-in-visual-studio-net/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6e2c44386995257a39264ed55162df08?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cistx</media:title>
		</media:content>

		<media:content url="http://cistx.files.wordpress.com/2007/02/sqlexpress.JPG" medium="image">
			<media:title type="html">sqlexpress.JPG</media:title>
		</media:content>
	</item>
	</channel>
</rss>
