Hello Friends this category provides you to what to watch and what to not watch on every weekend. when some new Bollywood and Hollywood Movie will release on every Friday. please read this Blog and decide for which movie you want to wast your money or worth your money.
This Blog Update on every Friday when some new movie will release so please read this article before go to theaters.
What Ever you read in this Blog is not my personal comments these are the comments of Film Critic. Only thing is i read all the comments and creates rating on that basis of their and mine opinion .
This weekends movies and it`s rating.
Yuvraaj : 1/5 Rating (Doesn’t quite hit the right note because it’s an archaic drama that feels too tired. Barring a handful of vintage Subhash Ghai moments that still work, the film sadly is far from his best work.)
Truly Inspired By Rajeev Masand.
Please Watch CNN IBN On Every Friday 10:30 PM and Get All Latest Movie Review.
Hello Friends this category provides you to what to watch and what to not watch on every weekend. when some new Bollywood and Hollywood Movie will release on every Friday. please read this Blog and decide for which movie you want to wast your money or worth your money.
This Blog Update on every Friday when some new movie will release so please read this article before go to theaters.
What Ever you read in this Blog is not my personal comments these are the comments of Film Critic. Only thing is i read all the comments and creates rating on that basis of their and mine opinion .
This weekends movies and it`s rating.
Dostana : 3/5 Rating (it’s a film with a one-point agenda – to entertain you while you’re in your seat. It achieves that, no two ways about it.)
Dasvindaniya : 4/5 Rating (It’s emotional and sure to leave you teary-eyed. Watch it, but take your tissue box with you.)
Hello Friends,
When ever some one ask question like that how to insert data from one table to another our mind strikes and give answer that create one cursor which will access all data from one table and insert in to anothre table.sorry friends i give some nice solution then right now you have.
First Method to do such kind of stuff.
This method is used when table is already created in the database earlier and data is to be inserted into this table from another table.
First table which is allready created name is test_from.
Create New Table which have Name test_to.
CREATE TABLE test_to (FirstName VARCHAR(100), LastName VARCHAR(100))
INSERT INTO test_to (FirstName, LastName)
SELECT FirstName, LastName FROM test_from WHERE id = 2
Second Method
This method is used when table is not created earlier and needs to be created when data from one table is to be inserted into newly created table from another table. New table is created with same data types as selected columns.
SELECT FirstName, LastName INTO test_to FROM test_from WHERE id = 2
Enjoy Friends.
Hello Friends,
We all need that our browsers runs more faster and open all requested url more faster then it doing currently. so here is solution for Firefox and internet Explorer.
First OF all we do some stuff for firefox.
1. Open Your FirFox .Type about:config in address bar and press enter.it will show lots of links below address bar.please click show all button first.
2. Find network.http.pipelining set it to True just click on it. it will be true.
Read the rest of this entry »
Hello Friends this category provides you to what to watch and what to not watch on every weekend. when some new Bollywood and Hollywood Movie will release on every Friday. please read this Blog and decide for which movie you want to wast your money or worth your money.
This Blog Update on every Friday when some new movie will release so please read this article before go to theaters.
What Ever you read in this Blog is not my personal comments these are the comments of Film Critic. Only thing is i read all the comments and creates rating on that basis of their and mine opinion .
This weekends movies and it`s rating.
Golmaal Returns : 2/5 Rating (Watch it, yes, but here’s a helpful tip – go in after intermission, that way you’ll only catch the best bits.)
Fashion : 3/5 Rating (All Masala No Reality.Stop thinking of it as a realistic expose and treat it as just another masala potboiler and chances are you won’t complain.)
Truly Inspired By Rajeev Masand.
Please Watch CNN IBN On Every Friday 10:30 PM and Get All Latest Movie Review.