Suno! A chand c larki,
abi tm titliyan pakro,
ya phir guryon se khailo tum,
ya phr masoom c ankho sey,
dhairon khwab dekho tum,
faraz faiz o mohsin ki kitaben mat parhna abi,
ye sab lafzon k sahir hain,
tumhy uljha k rakh daingy,
tumhy maloom hi kab hy,
mohabat k libadey me hawas o hirs hoti hy,
ye insano ki duniya hy,
magar in se kahin barh k yahan wehshi darindey hain,
wo wehshi jinki ankhon me machaltey piyar k peechy,
hawas o hirs hoti hy,
abi kachi kali ho tum,
abi kanton sy mat khailo,
abi apni hatheli py ksi ka nam mat likho,
abi apni kitabon me gulabi phool mat rakho,
mat rakho!!
;( so true!!! ;(
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