What is the difference between data grid, data list and repeater ?

This article discusses the difference between data grid, data list and repeater. [Read more...]

SQLite Administrator

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. [Read more...]

Triggers in MS-SQL Server

Whenever database is modified then triggers are fired based on the event set. Two logical tables are created when triggers are fired.
[Read more...]

Using MS-SQL Server Express

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. [Read more...]

Embedded Database engines

There are numerous relational databases out there, each providing their own different level of functionality. If you’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? [Read more...]

JDBC Drivers

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. [Read more...]

MS-SQL Server Express

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 & beneficial.  It is also available as free of cost and you can get support for this product on MSDN and its respective forums. This article will discuss MS-SQL express in few easy steps. [Read more...]