<?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>WH4L &#187; Database</title>
	<atom:link href="http://www.wh4l.net/category/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wh4l.net</link>
	<description>Webhosting for your Life</description>
	<lastBuildDate>Thu, 29 Sep 2011 00:59:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Backup database using Microsoft SQL Server Management Studio Express</title>
		<link>http://www.wh4l.net/2009/10/20/backup-database-microsoft-sql-server-management-studio-express/</link>
		<comments>http://www.wh4l.net/2009/10/20/backup-database-microsoft-sql-server-management-studio-express/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 01:51:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database]]></category>

		<guid isPermaLink="false">http://www.wh4l.net/?p=530</guid>
		<description><![CDATA[To export your SQL database to a .bak file you can use Microsoft SQL Server Management Studio Express. This is found in the start menu in: Programs &#62; Microsoft SQL Server 2005 &#62; SQL Server Management Studio Express OR Programs &#62; Microsoft SQL Server 2008 &#62; SQL Server Management Studio Express If you don&#8217;t already [...]]]></description>
		<wfw:commentRss>http://www.wh4l.net/2009/10/20/backup-database-microsoft-sql-server-management-studio-express/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction of App_Data folder</title>
		<link>http://www.wh4l.net/2009/10/19/introduction-appdata-folder/</link>
		<comments>http://www.wh4l.net/2009/10/19/introduction-appdata-folder/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 17:22:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database]]></category>

		<guid isPermaLink="false">http://www.wh4l.net/?p=527</guid>
		<description><![CDATA[You may have the question &#34;What is the app_data realy for?&#34; if you&#160;just&#160;entered into the web developement world as&#160;a newbie. Below if a brief introduction of&#160; app_data folder. Please keep on reading and&#160; you&#8217;ll get the answer. App_Data allows you to use a file-based database.That includes not only SQL Server 2005 express and Access, but [...]]]></description>
		<wfw:commentRss>http://www.wh4l.net/2009/10/19/introduction-appdata-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Must be updateable query</title>
		<link>http://www.wh4l.net/2009/07/20/updateable-query/</link>
		<comments>http://www.wh4l.net/2009/07/20/updateable-query/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 14:39:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[file permission]]></category>
		<category><![CDATA[iusr_memberid]]></category>
		<category><![CDATA[mdb file]]></category>
		<category><![CDATA[ms access]]></category>
		<category><![CDATA[updateable query]]></category>

		<guid isPermaLink="false">http://www.wh4l.net/?p=346</guid>
		<description><![CDATA[Webhost4life supports ms access DB. Sometimes when you use ms access DB with webhost4life you may get error saying &#34;&#8230;must be updateable query&#8230;&#34; This usually happens when your .MDB file does not have WRITE permission.&#160; To fix the problem,please login your hosting account at webhost4life and then go to File Permission under Security to modify [...]]]></description>
		<wfw:commentRss>http://www.wh4l.net/2009/07/20/updateable-query/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL authentication with webhost4life</title>
		<link>http://www.wh4l.net/2009/07/10/sql-authentication-webhost4life/</link>
		<comments>http://www.wh4l.net/2009/07/10/sql-authentication-webhost4life/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 00:07:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[DB connection string]]></category>
		<category><![CDATA[sql authentication]]></category>
		<category><![CDATA[web config]]></category>
		<category><![CDATA[webhost4life asp.net application]]></category>
		<category><![CDATA[windows authentication]]></category>

		<guid isPermaLink="false">http://www.wh4l.net/?p=230</guid>
		<description><![CDATA[Webhost4life sql servers are using sql authentication instead of windows authentication so you will need to pay attentication in your DB connection string about this. See difference of windows authentication and sql authentication here Here is&#160; one sample DB connection string: &#34;Data Source=sql-server-IP;Initial Catalog=DB-name;User Id=DB-user;Password=DB-password;Integrated Security=True&#34; It will not work with webhost4life because they don&#8217;t [...]]]></description>
		<wfw:commentRss>http://www.wh4l.net/2009/07/10/sql-authentication-webhost4life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Difference between Windows Authentication and SQL Authentication</title>
		<link>http://www.wh4l.net/2009/07/10/difference-windows-authentication-sql-authentication/</link>
		<comments>http://www.wh4l.net/2009/07/10/difference-windows-authentication-sql-authentication/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 23:56:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[sql authentication]]></category>
		<category><![CDATA[windows authentication]]></category>

		<guid isPermaLink="false">http://www.wh4l.net/?p=228</guid>
		<description><![CDATA[If you are new to the Microsoft SQL Server environment, you probably encountered the possibility to choose between Windows Authentication and SQL Authentication. SQL Authentication is the typical authentication used for various database systems, composed of a username and a password. Obviously, an instance of SQL Server can have multiple such user accounts (using SQL [...]]]></description>
		<wfw:commentRss>http://www.wh4l.net/2009/07/10/difference-windows-authentication-sql-authentication/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Run aspnet_regsql.exe for database</title>
		<link>http://www.wh4l.net/2009/07/02/run-aspnet-regsqlexe-database/</link>
		<comments>http://www.wh4l.net/2009/07/02/run-aspnet-regsqlexe-database/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 12:19:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[DB system administrator]]></category>
		<category><![CDATA[run aspnet_regsql.exe]]></category>
		<category><![CDATA[webhost4life DB hosting]]></category>

		<guid isPermaLink="false">http://www.wh4l.net/?p=169</guid>
		<description><![CDATA[If you are&#160; hosting your website with webhost4life you&#8217;ll not be able to run aspnet_regsql.exe on their DB server because it requires system administrator&#8217;s permission to do that. But don&#8217;t worry about that because you can still do that on your own computer. Here are the instructions on how to do that. First, the following [...]]]></description>
		<wfw:commentRss>http://www.wh4l.net/2009/07/02/run-aspnet-regsqlexe-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connect MySQL DB with MySQL .NET connector</title>
		<link>http://www.wh4l.net/2009/06/27/connect-mysql-db-mysql-net-connector/</link>
		<comments>http://www.wh4l.net/2009/06/27/connect-mysql-db-mysql-net-connector/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 10:47:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Mysql .net connector]]></category>
		<category><![CDATA[MySQL.DATA.dll]]></category>

		<guid isPermaLink="false">http://www.wh4l.net/?p=150</guid>
		<description><![CDATA[How to connect MySQL DB with MySQL .NET connector at webhost4life? Here are the instructions you can follow up to do that: There is no installation required on server,&#160; you only need to upload the Mysql.Data.dll to the site &#34;bin&#34; folder. You can download the MySQL .NET connector at &#8216;http://dev.mysql.com/downloads/connector/net/6.0.html&#8217;. The MySQL.Data.dll locates on the [...]]]></description>
		<wfw:commentRss>http://www.wh4l.net/2009/06/27/connect-mysql-db-mysql-net-connector/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Connection String Samples for ASP.NET application</title>
		<link>http://www.wh4l.net/2009/06/04/connection-string-samples-aspnet-application/</link>
		<comments>http://www.wh4l.net/2009/06/04/connection-string-samples-aspnet-application/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 08:40:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[asp.net application]]></category>
		<category><![CDATA[database connection string]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[mssql]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.wh4l.net/?p=36</guid>
		<description><![CDATA[Webhost4life supports several types of databases such as MSSQL, MySQL, Excel, Excel 2007 and Access in asp.net application. If you are creating an asp.net application but having no idea how to connect your database to your web application then please have a look at the DB connection samples below: MSSQL ASP.net connection "Server=DB Server;Database=DB NAME;uid=DB [...]]]></description>
		<wfw:commentRss>http://www.wh4l.net/2009/06/04/connection-string-samples-aspnet-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

