No announcements
Found 2699370 threads
-
0 Votes
Range.GetEnumerator() and null
while (it.MoveNext() && !found) with bool found = false; IEnumerator it = range.GetEnumerator(); So since found can't be nullAnswered | 6 Replies | 712 Views | Created by h_schmieder - Tuesday, April 26, 2016 2:03 PM | Last reply by David_JunFeng - Thursday, May 5, 2016 4:55 AM -
0 Votes
OR ([MateriaalID] IS NULL AND ? IS NULL))
command are you using? You get "OR ([MateriaalID] IS NULL AND ? IS NULL))" after the normal update command (with acces datasource) ...Unanswered | 1 Replies | 822 Views | Created by Jelle Dewaele - Monday, April 29, 2013 12:08 PM | Last reply by Jack Zhai-MSFT - Tuesday, April 30, 2013 11:02 AM -
0 Votes
Why use NULL and NOT NULL
There is a lot of debate about using NULL values. Many professionals say that you shouldn't, and others use them regularly. You can read more starting here:Answered | 1 Replies | 9429 Views | Created by Bruce One - Friday, November 10, 2006 12:15 PM | Last reply by Buck Woody - MSFT - Friday, November 10, 2006 2:51 PM -
0 Votes
Null and empty
Hi viki2, int type is called "value type" and can't be set to null. Look: http://msdn.microsoft.com/en-us/library/34yytbws(VS.71).aspx ...Answered | 1 Replies | 3494 Views | Created by viki2 - Wednesday, April 29, 2009 2:58 AM | Last reply by Petr Pechovic - Wednesday, April 29, 2009 7:56 AM -
1 Votes
Inserting null values and NO values null
Hello, I would recommend you to use a data viewer in the data flow task to check what data are read from the excel file. Excel source can return null values when text ...Answered | 1 Replies | 4970 Views | Created by SBolton - Friday, April 16, 2010 8:00 PM | Last reply by Miloslav Peterka - Friday, April 16, 2010 8:49 PM -
3 Votes
Database null value and string null
You also need to fix your table and update myTable set Col = NULL where col = 'NULL'Answered | 9 Replies | 575 Views | Created by MLTC - Tuesday, October 27, 2015 3:38 PM | Last reply by MLTC - Tuesday, October 27, 2015 6:28 PM -
1 Votes
Query to Differentiate null and not null
.enbr And t2.idate Is Not Null OrderAnswered | 2 Replies | 2545 Views | Created by Muhammad Bilal - Friday, November 18, 2011 9:27 PM | Last reply by Tom Cooper - Friday, November 18, 2011 9:57 PM -
0 Votes
params and null value
Because in the second case, args is an array containing two objects that are null. If args is not null, you can check if args[0] is null, or even step through all the ...Answered | 1 Replies | 5883 Views | Created by iStalker - Wednesday, May 3, 2006 8:18 PM | Last reply by cgraus - Wednesday, May 3, 2006 8:58 PM -
0 Votes
Integer and null value
if (sql_reader["company_id"] != null) company_id = Convert.ToInt32(sql_reader["company_id"]); else company_id = ...Answered | 1 Replies | 5059 Views | Created by Jassim Rahma - Sunday, January 24, 2010 11:27 PM | Last reply by Reed Copsey, Jr - Sunday, January 24, 2010 11:34 PM -
0 Votes
Converters, propertychanges and null.
If the value does not change, in your case the value's already set to NULL, no PropertyChanged Event will be called internally. Try to set and reset the value, ...Answered | 2 Replies | 3618 Views | Created by SvenL - Monday, February 1, 2010 1:35 PM | Last reply by Günter Schwaiger - Wednesday, February 3, 2010 9:34 AM -
0 Votes
SPListItem and null assignment
; // this line does nothing. } if(item["Optional Field"] == 5) { // and this will still ...Answered | 2 Replies | 4295 Views | Created by jkg0 - Tuesday, May 12, 2009 2:46 PM | Last reply by jkg0 - Tuesday, May 12, 2009 4:58 PM -
1 Votes
NOT and NULL Values
') insert into #t values ('VAL2') select * from #t where s_id <>'VAL1' OR s_id IS NULLAnswered | 2 Replies | 832 Views | Created by TonyS81 - Thursday, December 5, 2019 1:11 PM | Last reply by S1gd - Thursday, December 5, 2019 1:19 PM -
0 Votes
xml and null value
. Try it and see if it will work for you: USE tempdb GO IF OBJECT_ID('tempdb..#tmpUsers') IS NOT NULL DROP TABLE #tmpUsers CREATE TABLE ...Answered | 2 Replies | 8737 Views | Created by SeaCloud - Friday, February 8, 2013 4:46 AM | Last reply by wBob - Monday, February 11, 2013 8:59 AM -
0 Votes
DateTimePicker and NULL
Hi. I want to bind a DateTimePicker with a checkbox to a DATETIME database-field which can be NULL. I used: dateTimeStart.DataBindings.Add(new ...Answered | 1 Replies | 3529 Views | Created by Wuschba - Tuesday, June 26, 2007 12:34 PM | Last reply by Rong-Chun Zhang - Wednesday, June 27, 2007 2:36 PM -
0 Votes
Null objects and LINQ?
If a null property on your criteria object indicates that field should be ignored: IEnumerable<Person> matches = personList.Where(person =>Answered | 2 Replies | 985 Views | Created by Cryo75 - Thursday, October 18, 2012 5:33 AM | Last reply by John Michael Bird - Thursday, October 18, 2012 7:13 AM -
1 Votes
Null and Zero differentiation
In MDX 0=0 and NULL=0 when doing numeric equality tests, it does not do null propogation the same as SQL. So basically you would use a variation of the same technique as I ...Answered | 3 Replies | 4460 Views | Created by Satish Bobba - Wednesday, June 2, 2010 7:48 PM | Last reply by Darren Gosbell - Thursday, June 3, 2010 8:57 PM -
0 Votes
Dispose() and null
If I call the "Dispose" method on an object, would it be equal to null? And If I make the object equal to null instead, would it be same as calling ...Answered | 1 Replies | 10064 Views | Created by zheny.lu - Thursday, July 7, 2005 3:04 AM | Last reply by Vikram - Thursday, July 7, 2005 3:49 AM -
0 Votes
Report Parameters and NULL
If I want to filter a field that contains null, it doesn't show on the report. Example: Let's say I want to show all the customers of the company and I want to ...Unanswered | 1 Replies | 6000 Views | Created by Alexan - Thursday, August 24, 2006 3:42 PM | Last reply by Adam Tappis - Thursday, August 24, 2006 4:09 PM -
0 Votes
DataTables and NULL values
(); } There are other solutions but having a function was simplest method for me (avoids all the repeated if then else code). However this is also dangerous as you cannot ...Answered | 2 Replies | 2975 Views | Created by anydobbo - Monday, April 10, 2006 6:59 AM | Last reply by alexvi - Monday, April 10, 2006 9:10 AM -
0 Votes
value() method and NULL
has a note saying "The xml data type methods query(), value(), and exist() return NULL if executed against a NULL XML instance".Answered | 3 Replies | 6740 Views | Created by SQLScott - Thursday, June 21, 2007 9:16 PM | Last reply by phe - Friday, June 22, 2007 12:53 PM - Items 1 to 20 of 2699370 Next ›
No announcements