Forum: MS SQL Dec 3rd, 2008 |
| Replies: 4 Views: 1,898 Well on that case you need to have an else statement
IF @rc IS NULL
BEGIN
--SET @rc = 0
INSERT INTO Method VALUES (@Method, @Mdescript)
SELECT @@IDENTITY
END
ELSE |
Forum: C++ Oct 27th, 2008 |
| Replies: 5 Views: 613 I need to make sure that when the user select a date from a DateTimePicker the date should not be less than Today's date,
anyone knows how to achieve that
Thanx |
Forum: JavaScript / DHTML / AJAX May 15th, 2008 |
| Replies: 18 Views: 6,975 What one can say!!!!!
We may rather call it plagiarism than just a plain homework, Anyways Im just glad I dont have to go through all that, mainly trying to fascinate or impress Daniweb's Gurus... |
Forum: C++ Mar 25th, 2008 |
| Replies: 2 Views: 1,558 As u said........ a caret [^] is a managed reference (usually called a handle in C++/CLI) is a reference to a managed .NET object. Managed object's lifetimes that are controlled by the .NET garbage... |