Jane kyun shikast ka azab liye phirta hon,
Me kya hon or kya khwab liye phirta hon,
Us ne aik bar kiya tha sawal e mohbt,
Main hr lamha wafa ka jawab liye phirta hun,
Us ne pocha kb se nhi soye,
Me tb se raat jaagne ka hisab liye phirta hon,
Us ki khwahish thi k meri aankhon me pani dekhe,
Main us waqt se ansuoon ka sailaab liye phirta hon,
Afsos k phir b wo mera na hua
Me jis ki aarzu ki kitaab liye phirta hun.
SQL Tutorial with HSQLDB
This assumes that you have Java setup on your machine as illustrated in the "simple" Java tutorial. Q. Why use HSQLB ? A. It can be useful in a number of ways. Easy to get started and if you are a beginner, you can acquire or sharpen your SQL and database skills. It is open-sourced, hence you can use it for your self-taught projects as a database. An alternative to MySQL database. It is used in commercial projects to write unit tests for your data access layer. Apache Derby database is another alternative. It is used in the ensuing tutorials on JDBC and Hibernate as the database. Step 1 : Download the latest version of HSQLB from http://hsqldb.org/ . I downloaded hsqldb-2.2.9.zip at the time of writing and extracted zip files. The HSQLDB is unpacked under c:\Tools as as hown below. Step 2 : You can start the server with the following command. ? 1 c:\Tools\hsqldb-2.2.9>java -cp ./h...
Comments
Post a Comment