<?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>Onecore&#187; Database</title> <atom:link href="http://onecore.net/category/database/feed" rel="self" type="application/rss+xml" /><link>http://onecore.net</link> <description></description> <lastBuildDate>Fri, 20 Jan 2012 15:29:07 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>What is the difference between data grid, data list and repeater ?</title><link>http://onecore.net/what-is-the-difference-between-data-grid-data-list-and-repeater.htm</link> <comments>http://onecore.net/what-is-the-difference-between-data-grid-data-list-and-repeater.htm#comments</comments> <pubDate>Tue, 07 Sep 2010 23:12:35 +0000</pubDate> <dc:creator>mahesh</dc:creator> <category><![CDATA[.NET]]></category> <category><![CDATA[ASP.NET]]></category> <category><![CDATA[Database]]></category> <category><![CDATA[Getting Started]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[Tutorials]]></category><guid isPermaLink="false">http://www.onecore.net/?p=281</guid> <description><![CDATA[This article discusses the difference between data grid, data list and repeater. A data grid, datalist and repeater are all ASP.NET data web controls. They have many things in common like data source propert, data blind method ItemDataBound and item created. When you assign the data source property of a data grid to a dataset [...]<p><a href="http://onecore.net/what-is-the-difference-between-data-grid-data-list-and-repeater.htm">What is the difference between data grid, data list and repeater ?</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/what-is-the-difference-between-data-grid-data-list-and-repeater.htm/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>SQLite Administrator</title><link>http://onecore.net/sqlite-administrator.htm</link> <comments>http://onecore.net/sqlite-administrator.htm#comments</comments> <pubDate>Tue, 29 Jun 2010 09:48:16 +0000</pubDate> <dc:creator>mahesh</dc:creator> <category><![CDATA[Database]]></category> <category><![CDATA[Design]]></category> <category><![CDATA[General]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[SQL]]></category><guid isPermaLink="false">http://www.onecore.net/?p=267</guid> <description><![CDATA[If you’re using SQLite for your small apps then using GUI interface for database creation can be handy. There is no official GUI tool for manipulating SQLite database. There are some 3rd party gui tools for sqlite. Few tools are either discontinued or are still packaged with old version of sqlite. You can download SQLite [...]<p><a href="http://onecore.net/sqlite-administrator.htm">SQLite Administrator</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/sqlite-administrator.htm/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Triggers in MS-SQL Server</title><link>http://onecore.net/triggers-in-ms-sql-server.htm</link> <comments>http://onecore.net/triggers-in-ms-sql-server.htm#comments</comments> <pubDate>Sun, 28 Mar 2010 20:21:43 +0000</pubDate> <dc:creator>mahesh</dc:creator> <category><![CDATA[Database]]></category> <category><![CDATA[General]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[SQL]]></category> <category><![CDATA[Tutorials]]></category><guid isPermaLink="false">http://www.onecore.net/?p=233</guid> <description><![CDATA[Whenever database is modified then triggers are fired based on the event set. Two logical tables are created when triggers are fired. 1. Inserted 2. Deleted Types of triggers: 1. Insert trigger 2. Update trigger 3. Delete trigger Let’s take a look and update trigger: Column level update : Update trigger updates when any column [...]<p><a href="http://onecore.net/triggers-in-ms-sql-server.htm">Triggers in MS-SQL Server</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/triggers-in-ms-sql-server.htm/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Using MS-SQL Server Express</title><link>http://onecore.net/using-ms-sql-server-express.htm</link> <comments>http://onecore.net/using-ms-sql-server-express.htm#comments</comments> <pubDate>Thu, 26 Nov 2009 13:59:25 +0000</pubDate> <dc:creator>mahesh</dc:creator> <category><![CDATA[Database]]></category> <category><![CDATA[Design]]></category> <category><![CDATA[General]]></category> <category><![CDATA[Getting Started]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[SQL]]></category> <category><![CDATA[Tutorials]]></category><guid isPermaLink="false">http://www.onecore.net/?p=200</guid> <description><![CDATA[Earlier I have written beginners guide on MS-SQL server. In this post i’ll cover few more things about ms-sql server which are intended towards beginners. If you are beginner then I suggest you to read this post first. How to add comments in sql-server script? You can use “- -“to add comments to the sql [...]<p><a href="http://onecore.net/using-ms-sql-server-express.htm">Using MS-SQL Server Express</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/using-ms-sql-server-express.htm/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Embedded Database engines</title><link>http://onecore.net/embedded-database-engines.htm</link> <comments>http://onecore.net/embedded-database-engines.htm#comments</comments> <pubDate>Mon, 15 Dec 2008 10:57:27 +0000</pubDate> <dc:creator>mahesh</dc:creator> <category><![CDATA[Database]]></category> <category><![CDATA[General]]></category> <category><![CDATA[Review]]></category> <category><![CDATA[Software]]></category><guid isPermaLink="false">http://www.onecore.net/?p=71</guid> <description><![CDATA[There are numerous relational databases out there, each providing their own different level of functionality. If you&#8217;re building standalone java application and want to distribute your application across multiple computers. Then this question frequently comes out: “Which Embedded database should I use in this situation? There are plenty of open source &#38; commercial relational database available [...]<p><a href="http://onecore.net/embedded-database-engines.htm">Embedded Database engines</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/embedded-database-engines.htm/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>JDBC Drivers</title><link>http://onecore.net/jdbc-drivers.htm</link> <comments>http://onecore.net/jdbc-drivers.htm#comments</comments> <pubDate>Fri, 06 Jun 2008 09:20:16 +0000</pubDate> <dc:creator>mahesh</dc:creator> <category><![CDATA[Database]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials]]></category><guid isPermaLink="false">http://www.onecore.net/?p=85</guid> <description><![CDATA[JDBC drivers allow you to connect to any type of database. There are 4-types of JDBC drivers available, out of which Type-1 and Type-4 is used extensively. This article will cover the introductory part of JDBC drivers. So let’s start the discussion from the JDBC API in short. JDBC (Java Database Connectivity) JDBC stands for [...]<p><a href="http://onecore.net/jdbc-drivers.htm">JDBC Drivers</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/jdbc-drivers.htm/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>MS-SQL Server Express</title><link>http://onecore.net/ms-sql-server-express.htm</link> <comments>http://onecore.net/ms-sql-server-express.htm#comments</comments> <pubDate>Fri, 18 Apr 2008 09:30:41 +0000</pubDate> <dc:creator>mahesh</dc:creator> <category><![CDATA[Database]]></category> <category><![CDATA[General]]></category> <category><![CDATA[Getting Started]]></category> <category><![CDATA[IDE]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials]]></category><guid isPermaLink="false">http://www.onecore.net/?p=79</guid> <description><![CDATA[MS-SQL server express is good database for developers, hobbyists and it includes all the features that you need to develop database for website or VB/VC application. If you’re using access for your visual basic application then switching to MS-SQL is easy &#38; beneficial.  It is also available as free of cost and you can get [...]<p><a href="http://onecore.net/ms-sql-server-express.htm">MS-SQL Server Express</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/ms-sql-server-express.htm/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
<!-- Served from: onecore.net @ 2012-02-05 09:02:06 by W3 Total Cache -->
