Blog

Invalid object name in Stored Procedure Alter Command

Submitted by admin on
If you are working with stored procedure using SQL Server Management Studio Tools (SSMS), you will encounter a problem (well, not really a problem) “ Invalid object name” on the name of your stored procedure. Please see screenshot below: This error is not made by SQL Server but rather by SSMS. The solution to this problem is to clear the intelliSense cache. Click on Edit menu => IntelliSense =>

Java Cinema/Theatre Reservation System

Submitted by javalearner on
Hello All, I would like a JAVA source code to a cinema/theatre reservation system that allows a customer to make a booking to view a movie, select the seating in the cinema room, and also be able to cancel a booking as well. The cinema reservation system must be able to allow an assigned manager to make updates to bookings. The cinema reservation system I want is very much similar to a hotel

I want to develop a Online Branch Management System by Visual Studio

Submitted by bikash336 on
Dear all programmer, First I say thank for posting various source Code. I want to develop a Online Branch Management System by Visual Studio 2005 or latest version of Visual Studio. In this Application I want to store data in dedicated SQL Server. User can add Records from any Branch by Login a valid UserID & Password. In this application I want to include the following subject: 1. Student

Game Development

Submitted by eorelee on
BACKGROUND OF THE STUDY Technologies are now spreading its dominion influences through out this new generation. From this matter of fact many people now a day are commonplace of having two or even more devices using in their home. One of the most commonplace and (as was rated as) important, convenient, and practical to use is Computer. And whenever people think about the word computer they would

CharCount, GetFirstWord, SortSentense, CountDays VB.NET

Submitted by FnameLname on
My Job Exam that i Fail because... i am no longer familiar with VB6.0 and i didn't expect it... because i applied for a VB.NET programmer... an Entry-Level... and then they give me that exam, i didn't say anything like... "Why you're giving me this kind of exam? i thought it was a vb.net exam? this is not what i'm applying for..." i just keep silence and take the exam because i'm nervous ^_^ So

Creating Your Own Framework

Submitted by pinuno on
hi there! have you tried creating your own framework??? what is framework anyways? FRAMEWORK is an abstraction in which software providing generic functionality can be selectively changed by user code, thus providing application a more simplified code using lesser lines. I have made one in visual basic and it takes only 9 lines for a complete basic data entry facility that can add, edit, delete