<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7803264328242100758</id><updated>2012-01-22T01:28:35.581+06:00</updated><category term='Deffination of Database'/><category term='Sql Basic'/><category term='Allert Of Construction'/><category term='first post'/><category term='Select Statement part -2'/><category term='Introduction to Cobol'/><category term='Programming Basic'/><category term='SQL SELECT'/><category term='SQL WHERE Clause'/><category term='About JDBC'/><category term='PHP Tutorial'/><category term='Java Basic'/><category term='DBMS and RDBMS'/><category term='PHP Basic Tutoria'/><title type='text'>Programming</title><subtitle type='html'>Programming is my life, specially Database Programming.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://helalhero.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7803264328242100758/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://helalhero.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Md. Hamidur Rahman Siddique</name><uri>http://www.blogger.com/profile/05205957897287197240</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>14</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7803264328242100758.post-5192571763105996807</id><published>2007-05-10T23:40:00.000+06:00</published><updated>2007-05-10T23:42:35.007+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='DBMS and RDBMS'/><title type='text'>Difference Between DBMS and RDBMS</title><content type='html'>&lt;h2&gt;DBMS - Database Management System&lt;/h2&gt; &lt;p&gt;A Database Management System (DBMS) is a computer program that can access  data in a database.&lt;/p&gt; &lt;p&gt;The DBMS program enables you to extract, modify, or store information in a  database.&lt;/p&gt; &lt;p&gt;Different DBMS programs provides different functions for querying data,  reporting data, and modifying data. &lt;br /&gt;&lt;/p&gt; &lt;hr /&gt;  &lt;h2&gt;RDBMS - Relational Database Management System&lt;/h2&gt; &lt;p&gt;A Relational Database Management System (RDBMS) is a Database Management  System (DBMS) where the database is organized and accessed according to the relationships  between data.&lt;/p&gt; &lt;p&gt;RDBMS was invented by IBM in the early 1970's.&lt;/p&gt; RDBMS is the basis for SQL, and for all modern database systems like Oracle,  SQL Server, IBM DB2, Sybase, MySQL, and Microsoft Access.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7803264328242100758-5192571763105996807?l=helalhero.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://helalhero.blogspot.com/feeds/5192571763105996807/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7803264328242100758&amp;postID=5192571763105996807' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7803264328242100758/posts/default/5192571763105996807'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7803264328242100758/posts/default/5192571763105996807'/><link rel='alternate' type='text/html' href='http://helalhero.blogspot.com/2007/05/difference-between-dbms-and-rdbms.html' title='Difference Between DBMS and RDBMS'/><author><name>Md. Hamidur Rahman Siddique</name><uri>http://www.blogger.com/profile/05205957897287197240</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7803264328242100758.post-8921341936649689590</id><published>2007-04-25T07:43:00.000+06:00</published><updated>2007-04-25T07:46:12.101+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Introduction to Cobol'/><title type='text'>What is COBOL ?</title><content type='html'>&lt;p&gt;COBOL is a high-level programming language first developed by the                CODASYL Committee (&lt;b&gt;Co&lt;/b&gt;nference on &lt;b&gt;Da&lt;/b&gt;ta &lt;b&gt;Sy&lt;/b&gt;stems                &lt;b&gt;L&lt;/b&gt;anguages) in 1960. Since then, responsibility for developing                new COBOL standards has been assumed by the American National Standards                Institute (ANSI).&lt;/p&gt;             &lt;p&gt; Three ANSI standards for COBOL have been produced: in 1968, 1974                and 1985. A new COBOL standard introducing object-oriented programming                to COBOL, is due within the next few years.&lt;/p&gt;             &lt;p&gt;The word &lt;b&gt;COBOL&lt;/b&gt; is an acronym that stands for &lt;b&gt;CO&lt;/b&gt;mmon                &lt;b&gt;B&lt;/b&gt;usiness &lt;b&gt;O&lt;/b&gt;riented &lt;b&gt;L&lt;/b&gt;anguage. As the the expanded                acronym indicates, COBOL is designed for developing business, typically                file-oriented, applications. It is not designed for writing systems                programs. For instance you would not develop an operating system                or a compiler using COBOL.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7803264328242100758-8921341936649689590?l=helalhero.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://helalhero.blogspot.com/feeds/8921341936649689590/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7803264328242100758&amp;postID=8921341936649689590' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7803264328242100758/posts/default/8921341936649689590'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7803264328242100758/posts/default/8921341936649689590'/><link rel='alternate' type='text/html' href='http://helalhero.blogspot.com/2007/04/what-is-cobol.html' title='What is COBOL ?'/><author><name>Md. Hamidur Rahman Siddique</name><uri>http://www.blogger.com/profile/05205957897287197240</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7803264328242100758.post-7980194014800966524</id><published>2007-04-10T09:42:00.000+06:00</published><updated>2007-04-18T07:51:16.833+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='PHP Basic Tutoria'/><title type='text'>Basic PHP Tutorial</title><content type='html'>&lt;span style="font-size:130%;"&gt;&lt;span style="color:Green;"&gt;What?&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:Blue;"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt; Okay, so here's the general idea of what I'm going to do in this tutorial:&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Teach you the basics of PHP.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Simple as that…nothing more, nothing less…well, maybe a little more…&lt;/span&gt;&lt;br /&gt;------------------------------------------------------------------------------------------&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="color:Green;"&gt;Okay, let's get started!&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;If you have a server, then great! If not…well, get one! Ask a friend, look online, anything!  If it has PHP installed on the server, then you're set!&lt;br /&gt;Once you have a server and an FTP account to transfer the files, we can start by making our first PHP program!  To make a program with PHP, there are a few things you need to understand first:&lt;br /&gt;&lt;ul style="margin-top: 0pt; margin-bottom: 0pt;"&gt;&lt;li&gt;Every PHP program MUST start and end with , respectively.  You will see examples of this later.&lt;/li&gt;&lt;li&gt;All expressions must end with a semicolon ( ; )&lt;/li&gt;&lt;li&gt;A PHP file (.php) with HTML scripts in it WILL be read as HTML, unless inside  tags. (examples are explained further down)&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;So, now that you're confused with all of that, let me clear something up with an example script.  First, open notepad, or anything that can save a .php, in need of a good one?&lt;/span&gt;&lt;br /&gt;&lt;div class="quoteheader"&gt;Quote&lt;/div&gt;&lt;div class="quote"&gt;Check out a couple of my favorites:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ornj.net/software/araneae/" target="_blank"&gt;Araneae&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.flos-freeware.ch/notepad2.html" target="_blank"&gt;Notepad 2&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="codeheader"&gt;Code:&lt;/div&gt;&lt;div class="code"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;&lt;span style="color: rgb(255, 128, 0);"&gt;(  //&lt;-- the "//" indicates a one-line comment, and only everything after and on the same line as the "//", will be counted as a comment. // Please note that the "&lt;span style="color: rgb(0, 119, 0);"&gt;echo &lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;"Hello World!"&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;; &lt;/span&gt;&lt;span style="color: rgb(255, 128, 0);"&gt;//"echo" is a basic PHP function that displays data in the form of a string.  If you notice, I added the ‘;' at the end, and I put my string (Hello World!), in quotes.  This means that it will echo it as a string.&lt;br /&gt;/*  This is an example of a Multi Line comment.  It will only stop with the break symbol --&gt;*/&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;?&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="color:Blue;"&gt;Okay, confused? Good.  Go upload that file to the server (save it as test.php).  Now, go you your server, and view the file.  Notice how it displays "Hello World!"? Good, catching on? Nice!&lt;br /&gt;&lt;br /&gt;Now, a little bit harder...&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="codeheader"&gt;Code:(&lt;/div&gt;&lt;div class="code"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;= &lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;"This is a variable set as a string."&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$my_number &lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;= &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;0&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 128, 0);"&gt;// Here, I set two variables.  In PHP, a variable is defined with a $, then a string.  IE: My two variables are called my_string, and my_number, because they each start with a $.&lt;br /&gt;&lt;br /&gt;/* Now that the two variables are set, let's do something with them.&lt;br /&gt;First, I'll make it easy and just display what they equal */&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;echo &lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;"$my_string = "&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;.&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$my_string&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;.&lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;"&lt;br /&gt;$my_number = "&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;.&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$my_number&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 128, 0);"&gt;/* Notice how I used a ‘.' To append separate strings and variables together, this makes the echo function display multiple strings&lt;br /&gt;and variables, with one execution…IE: Instead of doing this:&lt;br /&gt;echo "$my_string = ";&lt;br /&gt;echo $my_string;&lt;br /&gt;echo "&lt;br /&gt;";&lt;br /&gt;echo "$my_number = ";&lt;br /&gt;echo $my_number;&lt;br /&gt;I just put it all in one echo. */&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;?&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="color:Blue;"&gt;That's the basic overview of variables…they're simple once you get the hang of them.  Now, to perform a function, such as add(+), multiply(*), divide(/), and subtract(-), you simply do this:&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="codeheader"&gt;Code:(&lt;/div&gt;&lt;div class="code"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;&lt;span style="color: rgb(255, 128, 0);"&gt;//Set Initial Number&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$num &lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;= &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;10&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 128, 0);"&gt;//Make a new variable, and perform +&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$add &lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;= &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$num&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;+&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;5&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 128, 0);"&gt;//Make a new variable, and perform -&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$sub &lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;= &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$num&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;-&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;5&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 128, 0);"&gt;//Make a new variable, and perform *&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$multiply &lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;= &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$num&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;*&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;5&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 128, 0);"&gt;//Make a new variable, and perform /&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$divide &lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;= &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$num&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;/&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;5&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 128, 0);"&gt;//Echo all my variables&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;echo &lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;"$num ="&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;.&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$num&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;;&lt;br /&gt;echo &lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;"&lt;br /&gt;$sub ="&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;.&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$sub&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;;&lt;br /&gt;echo &lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;"&lt;br /&gt;$multiply ="&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;.&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$multiply&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;;&lt;br /&gt;echo &lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;"&lt;br /&gt;$divide ="&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;.&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$divide&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;?&gt;)&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="color:Blue;"&gt;If you're noticing, it's a LOT like Flash (if you know flash).  It's just a bit more work (because it's all through text, no drawing and such).  You set your variables (with the $, to define a variable), add a ; at the end of a function, and display data.  Simple.&lt;br /&gt;Now, how about some if() statements?  Let's make it easy:&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="codeheader"&gt;Code:&lt;/div&gt;&lt;div class="code"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;&lt;span style="color: rgb(255, 128, 0);"&gt;(//set number variable&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$num &lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;= &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;5&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 128, 0);"&gt;//run if() statement&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;if (&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$num &lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;== &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;5&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;){&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;&lt;span style="white-space: pre;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 128, 0);"&gt;//if the if() statement is true, echo string&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;&lt;span style="white-space: pre;"&gt; &lt;/span&gt;echo &lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;"$num is = to 5."&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;;&lt;br /&gt;} else {&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;&lt;span style="white-space: pre;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 128, 0);"&gt;//else, echo another string&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;&lt;span style="white-space: pre;"&gt; &lt;/span&gt;echo &lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;"$num does not = 5."&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;;&lt;br /&gt;}&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;?&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style="color:Blue;"&gt;Now, that example is pretty pointless, because I set $num to 5 to start, so it will echo "$num is = to 5.", however, if you change $num to anything else, it will echo "$num does not = 5.".  Now, how about some user input? If you haven't noticed from above, I can put some HTML scripts in the echo function, and it will work (the&lt;br /&gt;, made a line break) IE:&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="codeheader"&gt;Code:&lt;/div&gt;&lt;div class="code"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;(echo &lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;"This is an example of an HTML line break:&lt;br /&gt;Top&lt;br /&gt;Bottom"&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;?&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style="color:Blue;"&gt;So, we know we can run HTML scripts, let's make HTML interact with PHP…yes, that's it! Here we go:&lt;/span&gt;&lt;br /&gt;&lt;div class="codeheader"&gt;Code:&lt;/div&gt;&lt;div class="code"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;= &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$_POST&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;[&lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;'name'&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;];&lt;br /&gt;if (!&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$name&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;){&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;&lt;span style="white-space: pre;"&gt; &lt;/span&gt;echo &lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;"Please enter a name: "&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;?&gt;)&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;form name="test_form" method="post" action=""&gt;&lt;br /&gt;&lt;input name="name" id="name" type="text"&gt;&lt;br /&gt;&lt;input name="Submit" value="Submit" type="submit"&gt;&lt;br /&gt;&lt;/form&gt;&lt;br /&gt;(&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;} else {&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;&lt;span style="white-space: pre;"&gt; &lt;/span&gt;echo &lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;"Hello "&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;.&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$name&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;.&lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;", welcome!"&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;;&lt;br /&gt;}&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;?&gt;)&lt;/span&gt;&lt;/span&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="color:Blue;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7803264328242100758-7980194014800966524?l=helalhero.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://helalhero.blogspot.com/feeds/7980194014800966524/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7803264328242100758&amp;postID=7980194014800966524' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7803264328242100758/posts/default/7980194014800966524'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7803264328242100758/posts/default/7980194014800966524'/><link rel='alternate' type='text/html' href='http://helalhero.blogspot.com/2007/04/basic-php-tutorial.html' title='Basic PHP Tutorial'/><author><name>Md. Hamidur Rahman Siddique</name><uri>http://www.blogger.com/profile/05205957897287197240</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7803264328242100758.post-3570958791497335927</id><published>2007-04-10T09:38:00.000+06:00</published><updated>2007-04-10T09:40:23.009+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='PHP Tutorial'/><title type='text'>About PHP</title><content type='html'>&lt;p&gt;&lt;b&gt;PHP is a powerful server-side scripting language for creating dynamic and interactive websites.&lt;/b&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;PHP is the widely-used, free, and efficient alternative to competitors  such as Microsoft's ASP. PHP is perfectly suited for Web development and can be  embedded directly into the HTML code.&lt;/b&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;The PHP syntax is very similar to Perl and C. PHP is often used together  with Apache (web server) on various operating systems. It also supports ISAPI  and can be used with Microsoft's IIS on Windows.&lt;/b&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7803264328242100758-3570958791497335927?l=helalhero.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://helalhero.blogspot.com/feeds/3570958791497335927/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7803264328242100758&amp;postID=3570958791497335927' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7803264328242100758/posts/default/3570958791497335927'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7803264328242100758/posts/default/3570958791497335927'/><link rel='alternate' type='text/html' href='http://helalhero.blogspot.com/2007/04/about-php.html' title='About PHP'/><author><name>Md. Hamidur Rahman Siddique</name><uri>http://www.blogger.com/profile/05205957897287197240</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7803264328242100758.post-916053497075051001</id><published>2007-04-06T12:28:00.000+06:00</published><updated>2007-04-06T12:34:48.908+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Java Basic'/><title type='text'>A Word About the Java Platform</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_Ehp3zfX9i50/RhXpluaW4kI/AAAAAAAAAEQ/i3yOzCp_59o/s1600-h/platform.gif"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 139px; height: 142px;" src="http://4.bp.blogspot.com/_Ehp3zfX9i50/RhXpluaW4kI/AAAAAAAAAEQ/i3yOzCp_59o/s320/platform.gif" alt="" id="BLOGGER_PHOTO_ID_5050199391488893506" border="0" /&gt;&lt;/a&gt;The Java platform consists of the Java application programming interfaces (APIs) and the Java&lt;a href="http://java.sun.com/developer/onlineTraining/Programming/BasicJava1/compile.html#TJVM"&gt;&lt;sup&gt;1&lt;/sup&gt;&lt;/a&gt; virtual machine (JVM).   &lt;p&gt;  Java APIs are libraries of compiled code that you can use in your programs. They let you add ready-made and customizable functionality to save you programming time.  &lt;/p&gt; &lt;p&gt; The simple program in this lesson uses a Java API to print a line of text to the console. The console printing capability is provided in the API ready for you to use; you supply the text to be printed. &lt;/p&gt; &lt;p&gt; Java programs are run (or interpreted) by another program called the Java VM.  If you are familiar with Visual Basic or another interpreted language, this concept is probably familiar to you. Rather than running directly on the native operating system, the program is interpreted by the Java VM for the native operating system. This means that any computer  system with the Java VM  installed can run Java programs regardless of the computer system on  which the applications were originally developed.  &lt;/p&gt; &lt;p&gt; For example, a Java program developed on a Personal Computer (PC) with  the Windows NT operating system should run equally well without  modification on a Sun Ultra workstation with the Solaris operating  system, and  vice versa.  &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7803264328242100758-916053497075051001?l=helalhero.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://helalhero.blogspot.com/feeds/916053497075051001/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7803264328242100758&amp;postID=916053497075051001' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7803264328242100758/posts/default/916053497075051001'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7803264328242100758/posts/default/916053497075051001'/><link rel='alternate' type='text/html' href='http://helalhero.blogspot.com/2007/04/word-about-java-platform.html' title='A Word About the Java Platform'/><author><name>Md. Hamidur Rahman Siddique</name><uri>http://www.blogger.com/profile/05205957897287197240</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_Ehp3zfX9i50/RhXpluaW4kI/AAAAAAAAAEQ/i3yOzCp_59o/s72-c/platform.gif' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7803264328242100758.post-7852469697384394439</id><published>2007-03-30T17:43:00.000+06:00</published><updated>2007-03-30T17:46:03.686+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SQL WHERE Clause'/><title type='text'>SQL WHERE Clause</title><content type='html'>&lt;h2&gt;The WHERE Clause &lt;/h2&gt; &lt;p&gt;To conditionally select data from a table, a WHERE clause can be added to the SELECT statement.&lt;/p&gt; &lt;h3&gt;Syntax&lt;/h3&gt; &lt;table class="ex" border="1" cellspacing="0" width="100%"&gt;   &lt;tbody&gt;&lt;tr&gt;     &lt;td&gt;       &lt;pre&gt;SELECT column FROM table&lt;br /&gt;WHERE column operator value&lt;/pre&gt;     &lt;/td&gt;   &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt; &lt;p&gt;With the WHERE clause, the following operators can be used:&lt;/p&gt; &lt;table class="ex" border="1" cellspacing="0" width="60%"&gt;   &lt;tbody&gt;&lt;tr&gt;     &lt;td valign="top"&gt;&lt;b&gt;Operator&lt;/b&gt;&lt;/td&gt;     &lt;td&gt;&lt;b&gt;Description&lt;/b&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;     &lt;td valign="top"&gt;=&lt;/td&gt;     &lt;td&gt;Equal&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;     &lt;td valign="top"&gt;&lt;&gt;&lt;/td&gt;     &lt;td&gt;Not equal&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;     &lt;td valign="top"&gt;&gt;&lt;/td&gt;     &lt;td&gt;Greater than&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;     &lt;td valign="top"&gt;&lt;&lt;/td&gt;     &lt;td&gt;Less than&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;     &lt;td valign="top"&gt;&gt;=&lt;/td&gt;     &lt;td&gt;Greater than or equal&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;     &lt;td valign="top"&gt;&lt;=&lt;/td&gt;     &lt;td&gt;Less than or equal&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;     &lt;td valign="top"&gt;BETWEEN&lt;/td&gt;     &lt;td&gt;Between an inclusive range&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;     &lt;td valign="top"&gt;LIKE&lt;/td&gt;     &lt;td&gt;  &lt;p&gt;Search for a pattern&lt;/p&gt;      &lt;/td&gt;   &lt;/tr&gt;  &lt;tr&gt;     &lt;td valign="top"&gt;IN&lt;/td&gt;     &lt;td&gt;If you know the exact value you want to return for at least one of the   columns&lt;/td&gt;   &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt; &lt;p&gt; &lt;b&gt;Note:&lt;/b&gt; In some versions of SQL the &lt;&gt; operator may be written as !=&lt;/p&gt; &lt;hr /&gt;  &lt;h2&gt;Using the WHERE Clause&lt;/h2&gt; &lt;p&gt;To select only the persons living in the city "Sandnes", we add a WHERE clause to the SELECT statement: &lt;/p&gt; &lt;table class="ex" border="1" cellspacing="0" width="100%"&gt;   &lt;tbody&gt;&lt;tr&gt;     &lt;td&gt;       &lt;pre&gt;SELECT * FROM Persons&lt;br /&gt;WHERE City='Sandnes'&lt;/pre&gt;     &lt;/td&gt;   &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;&lt;b&gt;"Persons" table&lt;/b&gt;&lt;/p&gt; &lt;table class="ex" border="1" cellspacing="0" width="100%"&gt;   &lt;tbody&gt;&lt;tr&gt;     &lt;th align="left"&gt;LastName&lt;/th&gt;     &lt;th align="left"&gt;FirstName&lt;/th&gt;     &lt;th align="left"&gt;Address&lt;/th&gt;     &lt;th align="left"&gt;City&lt;/th&gt;     &lt;th align="left"&gt;Year&lt;/th&gt;   &lt;/tr&gt;   &lt;tr&gt;     &lt;td&gt;Hansen&lt;/td&gt;     &lt;td&gt;Ola&lt;/td&gt;     &lt;td&gt;Timoteivn 10&lt;/td&gt;     &lt;td&gt;Sandnes&lt;/td&gt;     &lt;td&gt;1951&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;     &lt;td&gt;Svendson&lt;/td&gt;     &lt;td&gt;Tove&lt;/td&gt;     &lt;td&gt;Borgvn 23&lt;/td&gt;     &lt;td&gt;Sandnes&lt;/td&gt;     &lt;td&gt;1978&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;     &lt;td&gt;Svendson&lt;/td&gt;     &lt;td&gt;Stale&lt;/td&gt;     &lt;td&gt;Kaivn 18&lt;/td&gt;     &lt;td&gt;Sandnes&lt;/td&gt;     &lt;td&gt;1980&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;     &lt;td&gt;Pettersen&lt;/td&gt;     &lt;td&gt;Kari&lt;/td&gt;     &lt;td&gt;Storgt 20&lt;/td&gt;     &lt;td&gt;Stavanger&lt;/td&gt;     &lt;td&gt;1960&lt;/td&gt;   &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt; &lt;p&gt;&lt;b&gt;Result&lt;/b&gt;&lt;/p&gt; &lt;table class="ex" border="1" cellspacing="0" width="100%"&gt;   &lt;tbody&gt;&lt;tr&gt;     &lt;th align="left"&gt;LastName&lt;/th&gt;     &lt;th align="left"&gt;FirstName&lt;/th&gt;     &lt;th align="left"&gt;Address&lt;/th&gt;     &lt;th align="left"&gt;City&lt;/th&gt;     &lt;th align="left"&gt;Year&lt;/th&gt;   &lt;/tr&gt;   &lt;tr&gt;     &lt;td&gt;Hansen&lt;/td&gt;     &lt;td&gt;Ola&lt;/td&gt;     &lt;td&gt;Timoteivn 10&lt;/td&gt;     &lt;td&gt;Sandnes&lt;/td&gt;     &lt;td&gt;1951&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;     &lt;td&gt;Svendson&lt;/td&gt;     &lt;td&gt;Tove&lt;/td&gt;     &lt;td&gt;Borgvn 23&lt;/td&gt;     &lt;td&gt;Sandnes&lt;/td&gt;     &lt;td&gt;1978&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;     &lt;td&gt;Svendson&lt;/td&gt;     &lt;td&gt;Stale&lt;/td&gt;     &lt;td&gt;Kaivn 18&lt;/td&gt;     &lt;td&gt;Sandnes&lt;/td&gt;     &lt;td&gt;1980&lt;/td&gt;   &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;hr /&gt;  &lt;h2&gt;Using Quotes&lt;/h2&gt; &lt;p&gt;Note that we have used single quotes around the conditional values in the examples.&lt;/p&gt;  &lt;p&gt;SQL uses single quotes around text values (most database systems will also accept double quotes). Numeric values should not be enclosed in quotes.&lt;/p&gt;  &lt;p&gt;For text values:&lt;/p&gt;  &lt;table class="ex" border="1" cellspacing="0" width="100%"&gt;   &lt;tbody&gt;&lt;tr&gt;     &lt;td&gt;&lt;pre&gt;This is correct:&lt;br /&gt;SELECT * FROM Persons WHERE FirstName='Tove'&lt;/pre&gt;&lt;pre&gt;This is wrong:&lt;br /&gt;SELECT * FROM Persons WHERE FirstName=Tove&lt;/pre&gt;&lt;/td&gt;   &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt; &lt;p&gt;For numeric values:&lt;/p&gt; &lt;table class="ex" border="1" cellspacing="0" width="100%"&gt;   &lt;tbody&gt;&lt;tr&gt;     &lt;td&gt;&lt;pre&gt;This is correct:&lt;br /&gt;SELECT * FROM Persons WHERE Year&gt;1965&lt;/pre&gt;&lt;pre&gt;This is wrong:&lt;br /&gt;SELECT * FROM Persons WHERE Year&gt;'1965'&lt;/pre&gt;&lt;/td&gt;   &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;hr /&gt;  &lt;h2&gt;The LIKE Condition &lt;/h2&gt;  &lt;p&gt;The LIKE condition is used to specify a search for a pattern in a column. &lt;/p&gt;  &lt;h3&gt;Syntax&lt;/h3&gt;  &lt;table class="ex" border="1" cellspacing="0" width="100%"&gt;   &lt;tbody&gt;&lt;tr&gt;     &lt;td&gt;&lt;pre&gt;SELECT column FROM table&lt;br /&gt;WHERE column LIKE pattern&lt;/pre&gt;&lt;/td&gt;   &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt; &lt;p&gt;A "%" sign can be used to define wildcards (missing letters in the pattern) both before and after the pattern.&lt;/p&gt; &lt;hr /&gt;  &lt;h2&gt;Using LIKE&lt;/h2&gt;  &lt;p&gt;The following SQL statement will return persons with first names that start with an  'O':&lt;/p&gt;  &lt;table class="ex" border="1" cellspacing="0" width="100%"&gt;   &lt;tbody&gt;&lt;tr&gt;     &lt;td&gt;&lt;pre&gt;SELECT * FROM Persons&lt;br /&gt;WHERE FirstName LIKE 'O%'&lt;/pre&gt;&lt;/td&gt;   &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt; &lt;p&gt;The following SQL statement will return persons with first names that end with an 'a':&lt;/p&gt;  &lt;table class="ex" border="1" cellspacing="0" width="100%"&gt;   &lt;tbody&gt;&lt;tr&gt;     &lt;td&gt;&lt;pre&gt;SELECT * FROM Persons&lt;br /&gt;WHERE FirstName LIKE '%a'&lt;/pre&gt;&lt;/td&gt;   &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt; &lt;p&gt; The following SQL statement will return persons with first names that contain the  pattern 'la':&lt;/p&gt;  &lt;table class="ex" border="1" cellspacing="0" width="100%"&gt;   &lt;tbody&gt;&lt;tr&gt;     &lt;td&gt;&lt;pre&gt;SELECT * FROM Persons&lt;br /&gt;WHERE FirstName LIKE '%la%'&lt;/pre&gt;&lt;/td&gt;   &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7803264328242100758-7852469697384394439?l=helalhero.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://helalhero.blogspot.com/feeds/7852469697384394439/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7803264328242100758&amp;postID=7852469697384394439' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7803264328242100758/posts/default/7852469697384394439'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7803264328242100758/posts/default/7852469697384394439'/><link rel='alternate' type='text/html' href='http://helalhero.blogspot.com/2007/03/sql-where-clause.html' title='SQL WHERE Clause'/><author><name>Md. Hamidur Rahman Siddique</name><uri>http://www.blogger.com/profile/05205957897287197240</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7803264328242100758.post-7033075760547750127</id><published>2007-03-22T09:21:00.000+06:00</published><updated>2007-03-22T09:24:49.526+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Select Statement part -2'/><title type='text'>Select Statement (last part)</title><content type='html'>&lt;h2&gt;Semicolon after SQL Statements?&lt;/h2&gt; &lt;p&gt;Semicolon is the standard way to separate each SQL statement in database systems that allow more than one SQL statement to be executed in the same call to the server.&lt;/p&gt; &lt;p&gt;Some SQL tutorials end each SQL statement with a semicolon. Is this necessary? We are using MS Access and SQL Server 2000 and we  do not have to put a semicolon after each SQL statement, but some database  programs force you to use it.&lt;/p&gt; &lt;hr /&gt;  &lt;h2&gt;The SELECT DISTINCT Statement&lt;/h2&gt;  &lt;p&gt;The DISTINCT keyword is used to return only distinct (different) values.&lt;/p&gt; &lt;p&gt;The SELECT statement returns information from table columns. But what if we only want to select distinct elements?&lt;/p&gt; &lt;p&gt;With SQL, all we need to do is to add a DISTINCT keyword to the SELECT statement:&lt;/p&gt; &lt;h3&gt;Syntax&lt;/h3&gt; &lt;table class="ex" border="1" cellspacing="0" width="100%"&gt;   &lt;tbody&gt;&lt;tr&gt;     &lt;td&gt;       &lt;pre&gt;SELECT DISTINCT column_name(s)&lt;br /&gt;FROM table_name&lt;/pre&gt;     &lt;/td&gt;   &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;hr /&gt;  &lt;h2&gt;Using the DISTINCT keyword&lt;/h2&gt; &lt;p&gt;To select ALL values from the column named "Company" we use a SELECT statement like this:&lt;/p&gt; &lt;table class="ex" border="1" cellspacing="0" width="100%"&gt;   &lt;tbody&gt;&lt;tr&gt;     &lt;td&gt;       &lt;pre&gt;SELECT Company FROM Orders&lt;/pre&gt;     &lt;/td&gt;   &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;&lt;b&gt;"Orders" table&lt;/b&gt;&lt;/p&gt; &lt;table class="ex" border="1" cellspacing="0" width="50%"&gt;   &lt;tbody&gt;&lt;tr&gt;     &lt;th align="left"&gt;Company&lt;/th&gt;     &lt;th align="left"&gt;OrderNumber&lt;/th&gt;   &lt;/tr&gt;   &lt;tr&gt;     &lt;td&gt;Sega&lt;/td&gt;     &lt;td&gt;3412&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;     &lt;td&gt;W3Schools&lt;/td&gt;     &lt;td&gt;2312&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;     &lt;td&gt;Trio&lt;/td&gt;     &lt;td&gt;4678&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;     &lt;td&gt;W3Schools&lt;/td&gt;     &lt;td&gt;6798&lt;/td&gt;   &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt; &lt;p&gt;&lt;b&gt;Result&lt;/b&gt;&lt;/p&gt; &lt;table class="ex" border="1" cellspacing="0" width="50%"&gt;   &lt;tbody&gt;&lt;tr&gt;     &lt;th align="left"&gt;Company&lt;/th&gt;   &lt;/tr&gt;   &lt;tr&gt;     &lt;td&gt;Sega&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;     &lt;td&gt;W3Schools&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;     &lt;td&gt;Trio&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;     &lt;td&gt;W3Schools&lt;/td&gt;   &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt; &lt;p&gt; Note that "W3Schools" is listed twice in the result-set.&lt;/p&gt; &lt;p&gt;To select only DIFFERENT values from the column named "Company" we use a SELECT DISTINCT statement like this:&lt;/p&gt; &lt;table class="ex" border="1" cellspacing="0" width="100%"&gt;   &lt;tbody&gt;&lt;tr&gt;     &lt;td&gt;       &lt;pre&gt;SELECT DISTINCT Company FROM Orders&lt;/pre&gt;     &lt;/td&gt;   &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt; &lt;p&gt;&lt;b&gt;Result:&lt;/b&gt;&lt;/p&gt; &lt;table class="ex" border="1" cellspacing="0" width="50%"&gt;   &lt;tbody&gt;&lt;tr&gt;     &lt;th align="left"&gt;Company&lt;/th&gt;   &lt;/tr&gt;   &lt;tr&gt;     &lt;td&gt;Sega&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;     &lt;td&gt;W3Schools&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;     &lt;td&gt;Trio&lt;/td&gt;   &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt; &lt;p&gt;Now "W3Schools" is listed only once in the result-set.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7803264328242100758-7033075760547750127?l=helalhero.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://helalhero.blogspot.com/feeds/7033075760547750127/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7803264328242100758&amp;postID=7033075760547750127' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7803264328242100758/posts/default/7033075760547750127'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7803264328242100758/posts/default/7033075760547750127'/><link rel='alternate' type='text/html' href='http://helalhero.blogspot.com/2007/03/select-statement-last-part.html' title='Select Statement (last part)'/><author><name>Md. Hamidur Rahman Siddique</name><uri>http://www.blogger.com/profile/05205957897287197240</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7803264328242100758.post-7318521807093426066</id><published>2007-03-11T23:28:00.000+06:00</published><updated>2007-03-11T23:29:19.428+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SQL SELECT'/><title type='text'>SQL SELECT</title><content type='html'>&lt;p&gt;           The &lt;b&gt;SQL SELECT&lt;/b&gt; statement is used to select data from a SQL database table. This is usually the very first SQL command every SQL newbie learns and this is because the SELECT SQL statement is one of the most used SQL commands. &lt;/p&gt;          &lt;p&gt;           Please have a look at the general &lt;b&gt;SQL SELECT&lt;/b&gt; syntax:          &lt;/p&gt;          &lt;p&gt;           &lt;table bordercolorlight="#FFFFFF" border="1" cellpadding="4" width="96%"&gt;            &lt;tbody&gt;&lt;tr&gt;             &lt;td class="Main"&gt;              &lt;br /&gt;SELECT Column1, Column2, Column3,&lt;br /&gt;FROM Table1&lt;br /&gt;&lt;br /&gt;            &lt;/td&gt;            &lt;/tr&gt;           &lt;/tbody&gt;&lt;/table&gt;          &lt;/p&gt;          &lt;p&gt;           The list of column names after the &lt;b&gt;SQL SELECT&lt;/b&gt; command determines which columns you want to be returned in your result set. If you want to select all columns from a database table, you can use the following SQL statement: &lt;/p&gt;          &lt;p&gt;           &lt;table bordercolorlight="#FFFFFF" border="1" cellpadding="4" width="96%"&gt;            &lt;tbody&gt;&lt;tr&gt;             &lt;td class="Main"&gt;              &lt;br /&gt;SELECT *&lt;br /&gt;FROM Table1&lt;br /&gt;&lt;br /&gt;            &lt;/td&gt;            &lt;/tr&gt;           &lt;/tbody&gt;&lt;/table&gt;          &lt;/p&gt;          &lt;p&gt; When the list of columns following the SELECT SQL command is replaced with asterix (*) all table columns are returned. Word of caution here, it’s always better to explicitly specify the columns in the SELECT list, as this will improve your query performance significantly. &lt;/p&gt;          &lt;p&gt; The table name following the SQL FROM keyword (in our case Table1) tells the SQL interpreter which table to use to retrieve the data. &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7803264328242100758-7318521807093426066?l=helalhero.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://helalhero.blogspot.com/feeds/7318521807093426066/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7803264328242100758&amp;postID=7318521807093426066' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7803264328242100758/posts/default/7318521807093426066'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7803264328242100758/posts/default/7318521807093426066'/><link rel='alternate' type='text/html' href='http://helalhero.blogspot.com/2007/03/sql-select.html' title='SQL SELECT'/><author><name>Md. Hamidur Rahman Siddique</name><uri>http://www.blogger.com/profile/05205957897287197240</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7803264328242100758.post-390343946978774199</id><published>2007-03-09T19:52:00.000+06:00</published><updated>2007-03-09T20:04:01.497+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Sql Basic'/><title type='text'>Why Learn SQL ? First Steps of Database Programming</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_Ehp3zfX9i50/RfFnst7Qm6I/AAAAAAAAAEE/eqE5ruHyRX4/s1600-h/SQL2.gif"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://2.bp.blogspot.com/_Ehp3zfX9i50/RfFnst7Qm6I/AAAAAAAAAEE/eqE5ruHyRX4/s320/SQL2.gif" alt="" id="BLOGGER_PHOTO_ID_5039923475944348578" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;SQL is a standard computer language for accessing and manipulating databases.&lt;br /&gt;&lt;p&gt;&lt;b&gt;SQL&lt;/b&gt; is short for &lt;b&gt;S&lt;/b&gt;tructured &lt;b&gt;Q&lt;/b&gt;uery &lt;b&gt;L&lt;/b&gt;anguage and is a widely            used database language, providing means of data manipulation (store, retrieve,            update, delete) and database creation.&lt;/p&gt;          &lt;p&gt;Almost all modern Relational Database Management Systems like MS SQL Server,            Microsoft Access, MSDE, Oracle, DB2, Sybase, MySQL, Postgres and Informix use            SQL as standard database language. Now a word of warning here, although all            those RDBMS use SQL, they use different SQL dialects. For example MS SQL Server            specific version of the SQL is called T-SQL, Oracle version of SQL is called            PL/SQL, MS Access version of SQL is called JET SQL, etc.&lt;/p&gt;          &lt;p&gt;My SQL tutorial will teach you how to use commonly used SQL commands and you            will be able to apply most of the knowledge gathered from this SQL tutorial to            any of the databases above.&lt;/p&gt;&lt;h2&gt;What is SQL?&lt;/h2&gt; &lt;ul&gt;&lt;li&gt;SQL stands for &lt;b&gt;S&lt;/b&gt;tructured &lt;b&gt;Q&lt;/b&gt;uery &lt;b&gt;L&lt;/b&gt;anguage&lt;/li&gt;&lt;li&gt;SQL allows you to access a database&lt;/li&gt;&lt;li&gt;SQL is an ANSI standard computer language&lt;/li&gt;&lt;li&gt; SQL can execute queries against a database&lt;/li&gt;&lt;li&gt;SQL can retrieve data from a database&lt;/li&gt;&lt;li&gt;SQL can insert new records in a database&lt;/li&gt;&lt;li&gt;SQL can delete records from a database&lt;/li&gt;&lt;li&gt;SQL can update records in a database&lt;/li&gt;&lt;li&gt;SQL is easy to learn&lt;/li&gt;&lt;/ul&gt;  &lt;hr /&gt; &lt;h2&gt;SQL is a Standard - BUT....&lt;/h2&gt;  &lt;p&gt;SQL is an ANSI (American National Standards Institute) standard computer language for accessing and manipulating database systems. SQL statements are used to retrieve and update data in a database. SQL works with database programs like MS Access, DB2, Informix, MS SQL Server, Oracle, Sybase, etc.&lt;/p&gt;  &lt;p&gt;Unfortunately, there are many different versions of the SQL language, but to be in  compliance with the ANSI standard, they must support the same  major keywords in a similar manner (such as SELECT, UPDATE, DELETE, INSERT,  WHERE, and others).&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Note:&lt;/b&gt; Most of the SQL database programs also have their own  proprietary extensions in addition to the SQL standard!&lt;/p&gt;  &lt;hr /&gt; &lt;h2&gt;SQL Database Tables&lt;/h2&gt; &lt;p&gt;A database most often contains one or more tables. Each table is identified  by a name (e.g. "Customers" or "Orders"). Tables contain records (rows) with  data.&lt;/p&gt; &lt;p&gt;Below is an example of a table called "Persons":&lt;/p&gt; &lt;table class="ex" border="1" cellspacing="0" width="100%"&gt;   &lt;tbody&gt;&lt;tr&gt;     &lt;th align="left"&gt;LastName&lt;/th&gt;     &lt;th align="left"&gt;FirstName&lt;/th&gt;     &lt;th align="left"&gt;Address&lt;/th&gt;     &lt;th align="left"&gt;City&lt;/th&gt;   &lt;/tr&gt;   &lt;tr&gt;     &lt;td&gt;Hansen&lt;/td&gt;     &lt;td&gt;Ola&lt;/td&gt;     &lt;td&gt;Timoteivn 10&lt;/td&gt;     &lt;td&gt;Sandnes&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;     &lt;td&gt;Svendson&lt;/td&gt;     &lt;td&gt;Tove&lt;/td&gt;     &lt;td&gt;Borgvn 23&lt;/td&gt;     &lt;td&gt;Sandnes&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;     &lt;td&gt;Pettersen&lt;/td&gt;     &lt;td&gt;Kari&lt;/td&gt;     &lt;td&gt;Storgt 20&lt;/td&gt;     &lt;td&gt;Stavanger&lt;/td&gt;   &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt; &lt;p&gt; The table above contains three records (one for each person) and four columns (LastName, FirstName, Address, and City).&lt;/p&gt; &lt;hr /&gt; &lt;h2&gt; SQL Queries &lt;/h2&gt;  &lt;p&gt;With SQL, we can query a database and have a result set returned. &lt;/p&gt;  &lt;p&gt;A query like this: &lt;/p&gt;  &lt;table class="ex" border="1" cellspacing="0" width="50%"&gt; &lt;tbody&gt;&lt;tr&gt; &lt;td&gt;&lt;pre&gt;SELECT LastName FROM Persons&lt;/pre&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;Gives a result set like this: &lt;/p&gt;  &lt;table class="ex" border="1" cellspacing="0" width="50%"&gt;   &lt;tbody&gt;&lt;tr&gt;     &lt;th align="left"&gt;LastName&lt;/th&gt;   &lt;/tr&gt;   &lt;tr&gt;     &lt;td&gt;Hansen&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;     &lt;td&gt;Svendson&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;     &lt;td&gt;Pettersen&lt;/td&gt;   &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt; &lt;p&gt; &lt;b&gt;Note&lt;/b&gt;: Some database systems require a semicolon at the end of the SQL statement. We don't use the semicolon in our tutorials.&lt;/p&gt; &lt;hr /&gt; &lt;h2&gt;SQL Data Manipulation Language (DML)&lt;/h2&gt;  &lt;p&gt;SQL (Structured Query Language) is a syntax for executing queries. But the SQL language also includes a syntax to update, insert, and delete records.&lt;/p&gt;  &lt;p&gt;These query and update commands together form the Data Manipulation Language (DML)  part of SQL:&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;b&gt;SELECT&lt;/b&gt; - extracts data from a database table&lt;/li&gt;&lt;li&gt;&lt;b&gt;UPDATE&lt;/b&gt; - updates data in a database table&lt;/li&gt;&lt;li&gt;&lt;b&gt;DELETE&lt;/b&gt; - deletes data from a database table&lt;/li&gt;&lt;li&gt;&lt;b&gt;INSERT INTO&lt;/b&gt; - inserts new data into a database table&lt;/li&gt;&lt;/ul&gt;  &lt;hr /&gt; &lt;h2&gt;SQL Data Definition Language (DDL)&lt;/h2&gt;  &lt;p&gt;The Data Definition Language (DDL) part of SQL permits database tables to be created or deleted. We can also define indexes (keys), specify links between tables, and impose constraints between database tables.&lt;/p&gt; &lt;p&gt; The most important DDL statements in SQL are: &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;b&gt;CREATE TABLE&lt;/b&gt; - creates a new database table&lt;/li&gt;&lt;li&gt;&lt;b&gt;ALTER TABLE &lt;/b&gt;- alters (changes) a database table&lt;/li&gt;&lt;li&gt;&lt;b&gt;DROP TABLE&lt;/b&gt; - deletes a database table&lt;/li&gt;&lt;li&gt;&lt;b&gt;CREATE INDEX&lt;/b&gt; - creates an index (search key)&lt;/li&gt;&lt;li&gt;&lt;b&gt;DROP INDEX&lt;/b&gt; - deletes an index   &lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7803264328242100758-390343946978774199?l=helalhero.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://helalhero.blogspot.com/feeds/390343946978774199/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7803264328242100758&amp;postID=390343946978774199' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7803264328242100758/posts/default/390343946978774199'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7803264328242100758/posts/default/390343946978774199'/><link rel='alternate' type='text/html' href='http://helalhero.blogspot.com/2007/03/why-learn-sql-fist-steps-of-database.html' title='Why Learn SQL ? First Steps of Database Programming'/><author><name>Md. Hamidur Rahman Siddique</name><uri>http://www.blogger.com/profile/05205957897287197240</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_Ehp3zfX9i50/RfFnst7Qm6I/AAAAAAAAAEE/eqE5ruHyRX4/s72-c/SQL2.gif' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7803264328242100758.post-6037857759478187378</id><published>2007-03-07T07:44:00.000+06:00</published><updated>2007-03-07T07:45:30.744+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='About JDBC'/><title type='text'>What Is JDBC?</title><content type='html'>&lt;p class="Body"&gt;Working with leaders in the database field, JavaSoft developed a single API for database access--JDBC. As part of this process, they kept three main goals in mind:&lt;/p&gt;  &lt;ul&gt;&lt;li class="ListBullet"&gt;JDBC should be an SQL-level API.&lt;/li&gt;&lt;p&gt; &lt;/p&gt;&lt;li class="ListBullet"&gt;JDBC should capitalize on the experience of existing database APIs.&lt;/li&gt;&lt;p&gt; &lt;/p&gt;&lt;li class="ListBullet"&gt;JDBC should be simple.&lt;/li&gt;&lt;p&gt; &lt;/p&gt;&lt;/ul&gt;  &lt;p class="Body"&gt;An SQL-level API means that JDBC allows us to construct SQL statements and embed them inside Java API calls. In short, you are basically using SQL. But JDBC lets you smoothly translate between the world of the database and the world of the Java application. Your results from the database, for instance, are returned as Java variables, and access problems get thrown as exceptions. Later on in the book, we go a step further and talk about how we can completely hide the existence of the database from a Java application using a database class library.&lt;/p&gt;   &lt;p class="Body"&gt;Because of the confusion caused by the proliferation of proprietary database access APIs, the idea of a universal database access API to solve this problem is not a new one. In fact, JavaSoft drew upon the successful aspects of one such API, Open DataBase Connectivity (ODBC). ODBC was developed to create a single standard for database access in the Windows environment. Although the industry has accepted ODBC as the primary means of talking to databases in Windows, it does not translate well into the Java world. First of all, ODBC is a C API that requires intermediate APIs for other languages. But even for C developers, ODBC has suffered from an overly complex design that has made its transition outside of the controlled Windows environment a failure. ODBC's complexity arises from the fact that complex, uncommon tasks are wrapped up in the API with its simpler and more common functionality. In other words, in order for you to understand a little of ODBC, you have to understand a lot.&lt;/p&gt;   &lt;p class="Body"&gt;In addition to ODBC, JDBC is heavily influenced by existing database programming APIs such as X/OPEN SQL Call Level Interface. JavaSoft wanted to re-use the key abstractions from these APIs, which would ease acceptance by database vendors and capitalize on the existing knowledge capital of ODBC and SQL CLI developers. In addition, JavaSoft also realized that deriving an API from existing ones can provide quick development of solutions for database engines that support the old protocols. Specifically, JavaSoft worked in parallel with Intersolv to create an ODBC bridge that maps JDBC calls to ODBC calls, thus giving Java applications access to any database management system (DBMS) that supports ODBC.&lt;/p&gt;   &lt;p class="Body"&gt;JDBC attempts to remain as simple as possible while providing developers with maximum flexibility. A key criterion employed by JavaSoft is simply asking whether database access applications read well. The simple and common tasks use simple interfaces, while more uncommon or bizarre tasks are enabled through extra interfaces. For example, three interfaces handle a vast majority of database access. JDBC nevertheless provides several other interfaces for handling more complex and unusual tasks. &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7803264328242100758-6037857759478187378?l=helalhero.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://helalhero.blogspot.com/feeds/6037857759478187378/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7803264328242100758&amp;postID=6037857759478187378' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7803264328242100758/posts/default/6037857759478187378'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7803264328242100758/posts/default/6037857759478187378'/><link rel='alternate' type='text/html' href='http://helalhero.blogspot.com/2007/03/what-is-jdbc.html' title='What Is JDBC?'/><author><name>Md. Hamidur Rahman Siddique</name><uri>http://www.blogger.com/profile/05205957897287197240</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7803264328242100758.post-4052953934787312895</id><published>2007-03-01T16:39:00.000+06:00</published><updated>2007-03-01T16:45:05.102+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Deffination of Database'/><title type='text'>What is Database ?</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_Ehp3zfX9i50/Reaunma2bjI/AAAAAAAAAB4/yfHiJWPfqX4/s1600-h/ucsd-sdsc-protein-data-bank.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://1.bp.blogspot.com/_Ehp3zfX9i50/Reaunma2bjI/AAAAAAAAAB4/yfHiJWPfqX4/s320/ucsd-sdsc-protein-data-bank.jpg" alt="" id="BLOGGER_PHOTO_ID_5036905228611776050" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;    A database is a collection of information that is organized so that it can easily be accessed, managed, and updated. In one view, databases can be classified according to types of content: bibliographic, full-text, numeric, and images. &lt;p&gt;In computing, databases are sometimes classified according to their organizational approach. The most prevalent approach is the relational database, a tabular database in which data is defined so that it can be reorganized and accessed in a number of different ways. A distributed database is one that can be dispersed or replicated among different points in a network. An object -oriented programming database is one that is congruent with the data defined in object classes and subclasses.    &lt;/p&gt;&lt;p&gt; Computer databases typically contain aggregations of data records or files, such as sales transactions, product catalogs and inventories, and customer profiles. Typically, a database manager provides users the capabilities of controlling read/write access, specifying report generation, and analyzing usage. Databases and database managers are prevalent in large mainframe systems, but are also present in smaller distributed workshation and mid-range systems such as the AS/400 and on personal computers.SQL (Structured Query Language) is a standard language for making interactive queries from and updating a database such as IBM's DB2, Microsoft's Access, and database products from Oracle, Sybase, and &lt;term&gt;Computer Associates&lt;/term&gt;. &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7803264328242100758-4052953934787312895?l=helalhero.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://helalhero.blogspot.com/feeds/4052953934787312895/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7803264328242100758&amp;postID=4052953934787312895' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7803264328242100758/posts/default/4052953934787312895'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7803264328242100758/posts/default/4052953934787312895'/><link rel='alternate' type='text/html' href='http://helalhero.blogspot.com/2007/03/what-is-database.html' title='What is Database ?'/><author><name>Md. Hamidur Rahman Siddique</name><uri>http://www.blogger.com/profile/05205957897287197240</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_Ehp3zfX9i50/Reaunma2bjI/AAAAAAAAAB4/yfHiJWPfqX4/s72-c/ucsd-sdsc-protein-data-bank.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7803264328242100758.post-5972032618081436798</id><published>2007-02-27T18:12:00.000+06:00</published><updated>2007-02-27T18:15:15.051+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Programming Basic'/><title type='text'>Defination of Computer programming</title><content type='html'>&lt;p&gt;&lt;b&gt;Computer programming&lt;/b&gt; (often shortened to &lt;b&gt;programming&lt;/b&gt; or &lt;b&gt;coding&lt;/b&gt;) is the process of writing, testing, and maintaining the source code of computer programs. The source code is written in a programming language. This code may be a modification of existing source or something completely new. The process of writing source code requires expertise in many different subjects, including knowledge of the application domain and algorithms to implement the desired behavior. Within software enginnering, programming (the &lt;i&gt;implementation&lt;/i&gt;) is regarded as one phase in a software development process.&lt;/p&gt; &lt;p&gt;In some specialist applications or extreme situations a program may be written or modified (known as patching) by directly storing the numeric values of the machine code instructions to be executed into memory.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7803264328242100758-5972032618081436798?l=helalhero.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://helalhero.blogspot.com/feeds/5972032618081436798/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7803264328242100758&amp;postID=5972032618081436798' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7803264328242100758/posts/default/5972032618081436798'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7803264328242100758/posts/default/5972032618081436798'/><link rel='alternate' type='text/html' href='http://helalhero.blogspot.com/2007/02/defination-of-computer-programming.html' title='Defination of Computer programming'/><author><name>Md. Hamidur Rahman Siddique</name><uri>http://www.blogger.com/profile/05205957897287197240</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7803264328242100758.post-3098434724943102638</id><published>2007-02-25T08:08:00.000+06:00</published><updated>2007-02-25T08:17:46.866+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Allert Of Construction'/><title type='text'>Sorry for few days</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_Ehp3zfX9i50/ReDw_FVgeFI/AAAAAAAAAAo/BfC7m5yvmN8/s1600-h/undercontruction.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_Ehp3zfX9i50/ReDw_FVgeFI/AAAAAAAAAAo/BfC7m5yvmN8/s320/undercontruction.gif" alt="" id="BLOGGER_PHOTO_ID_5035289349955024978" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;Dear all, this site is under construction. Don't worry, just follow the links.. &lt;span style="font-size:180%;"&gt;&lt;a href="http://hrhelal.blogspot.com/"&gt;hrhelal.&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7803264328242100758-3098434724943102638?l=helalhero.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://helalhero.blogspot.com/feeds/3098434724943102638/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7803264328242100758&amp;postID=3098434724943102638' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7803264328242100758/posts/default/3098434724943102638'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7803264328242100758/posts/default/3098434724943102638'/><link rel='alternate' type='text/html' href='http://helalhero.blogspot.com/2007/02/sorry-for-few-days.html' title='Sorry for few days'/><author><name>Md. Hamidur Rahman Siddique</name><uri>http://www.blogger.com/profile/05205957897287197240</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_Ehp3zfX9i50/ReDw_FVgeFI/AAAAAAAAAAo/BfC7m5yvmN8/s72-c/undercontruction.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7803264328242100758.post-4688571224369668610</id><published>2007-02-25T07:58:00.000+06:00</published><updated>2007-02-25T07:59:23.400+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='first post'/><title type='text'>Hello ! Hello !! Hello !!!</title><content type='html'>Hello Everyone . Welcome to my new blog......&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7803264328242100758-4688571224369668610?l=helalhero.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://helalhero.blogspot.com/feeds/4688571224369668610/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7803264328242100758&amp;postID=4688571224369668610' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7803264328242100758/posts/default/4688571224369668610'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7803264328242100758/posts/default/4688571224369668610'/><link rel='alternate' type='text/html' href='http://helalhero.blogspot.com/2007/02/hello-hello-hello.html' title='Hello ! Hello !! Hello !!!'/><author><name>Md. Hamidur Rahman Siddique</name><uri>http://www.blogger.com/profile/05205957897287197240</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
