No announcements
Found 1532140 threads
-
0 Votes
Throwing two values at a SelectCommand
User409696431 posted SELECT * FROM [Data] WHERE ([URN] = '100055') or ([Postcode]='ab12 3cd') works because you are passing two values, an int to URN and ...Answered | 2 Replies | 72 Views | Created by Anonymous - Friday, November 1, 2019 7:47 PM | Last reply by Anonymous - Sunday, November 3, 2019 4:49 PM -
0 Votes
why do we write selectcommand for object SqlDataAdapter
So we got: - SelectCommand to select items from the database - DeleteCommand that is used to delete an entry in the database when you deleted a row.Answered | 2 Replies | 3907 Views | Created by mehdi2004171 - Friday, April 1, 2011 4:01 AM | Last reply by Konrad Neitzel - Friday, April 1, 2011 6:25 AM -
4 Votes
Sharepoint 2010 selectcommand
See: http://msdn.microsoft.com/en-us/library/ms472196(v=office.14).aspx and ...Answered | 2 Replies | 1199 Views | Created by Sudha Jayakumar - Monday, May 13, 2013 9:53 AM | Last reply by PieterJvr - Monday, May 13, 2013 11:40 AM -
0 Votes
How to return two values from a method?
I generally use out keyword for getting muliple return values.Answered | 2 Replies | 2841 Views | Created by code_warrior - Friday, April 9, 2010 2:56 AM | Last reply by Agalo - Friday, April 9, 2010 4:49 AM -
1 Votes
How to convert a two digit value, taken from CommandLineArgs, into two, single digit values?
So say I have a value of 12, and I wanted to send a keyboard press for each digit, I would use...Answered | 6 Replies | 729 Views | Created by Heimdallr_of_Bifrost - Friday, May 16, 2014 8:04 PM | Last reply by Andrew Morton - Thursday, May 29, 2014 8:56 PM -
0 Votes
Comparing the values of two fieldnames
As sometimes, the spaces are not visible and those values doesn't get matched at the time of comparison.Answered | 2 Replies | 806 Views | Created by Raj725 - Wednesday, May 21, 2014 6:17 AM | Last reply by Atul Toke - Wednesday, May 21, 2014 10:16 AM -
1 Votes
two decimal values in vb.net
I want two decimal points value.Answered | 3 Replies | 19235 Views | Created by satish_p - Saturday, April 14, 2012 6:28 AM | Last reply by Acamar - Saturday, April 14, 2012 8:23 AM -
4 Votes
concat two column value in workflow
Yes, OR you can create a calculated colum in your list, and use the concatenate function to concatenate the two fields, or just use an ampersand [fiel1] & [field2]Laura ...Answered | 3 Replies | 19470 Views | Created by samira_a - Wednesday, August 8, 2012 7:39 PM | Last reply by LauraRogers MVP - Wednesday, August 8, 2012 8:23 PM -
1 Votes
try...catch throw
" ); } } There are two situations.Answered | 8 Replies | 2668 Views | Created by Man Fan - Wednesday, January 25, 2012 2:09 AM | Last reply by Riced - Friday, January 27, 2012 9:30 AM -
1 Votes
Concatenate two field values
Hi, In Logic App, is there anyway to concatenate two string values during the field mapping?Answered | 1 Replies | 523 Views | Created by YNagata - Wednesday, March 8, 2017 6:29 AM | Last reply by Tushar J - Wednesday, March 8, 2017 5:50 PM -
0 Votes
subtract the values of two DateTimePicker
According to your description, you want to get the differences between two DateTime objects.Answered | 1 Replies | 2707 Views | Created by Wajih uz Zaman - Sunday, September 8, 2013 12:27 PM | Last reply by Damon Bu - MSFT - Monday, September 9, 2013 8:37 AM -
0 Votes
how to pass values between two projects in c#
Hi Br.kamel, Thanks for your post, Could you please explain how does the code pass values between two projects?Answered | 6 Replies | 3979 Views | Created by SHAHZOB - Tuesday, October 13, 2009 11:12 AM | Last reply by BRAHIM kamel - Monday, October 19, 2009 8:49 AM -
0 Votes
Exact intersecting value of two geometries
The msdn description states "Returns a value that describes the intersection between the current geometry and the specified geometry.Answered | 3 Replies | 1600 Views | Created by pat3d3r - Saturday, October 5, 2013 8:29 AM | Last reply by pat3d3r - Saturday, October 5, 2013 12:26 PM -
0 Votes
Drill throw question
Im trying to make a drill throw from a total to a detailed report.Answered | 1 Replies | 1020 Views | Created by Arne Olsson - Friday, April 26, 2013 12:04 PM | Last reply by Valentino Vranken - Friday, April 26, 2013 12:36 PM -
0 Votes
difference between Two dates value
= 10) { //... } But please be specific about your issue when starting a new thread.Answered | 3 Replies | 470 Views | Created by foxnight - Wednesday, May 25, 2016 6:00 PM | Last reply by Magnus (MM8) - Friday, May 27, 2016 8:50 PM -
0 Votes
SelectCommand problem (code) how do I code this
Mainly your query will look like SELECT [show], [date], [starttime], [dateontill] [art], [subject, [place] FROM [T_activities ] WHERE [date] <= ...Answered | 2 Replies | 856 Views | Created by feh2006 - Tuesday, August 26, 2014 10:00 AM | Last reply by HimanshuSharma - Tuesday, August 26, 2014 10:54 AM -
2 Votes
Sharing a value between two forms
I don't have any handy code samples at this time, so see if you can figure it out from the docs and if not, give me a holler and I'll try to throw something together.Answered | 6 Replies | 3091 Views | Created by GGCO - Saturday, June 14, 2008 9:36 PM | Last reply by BonnieB - Monday, June 16, 2008 1:40 AM -
3 Votes
Intersecting values of Two Tables
create table tablea( RowId int, Column1 varchar(50),Column2 varchar(50), Column3 varchar(50), Column4 varchar(50)) Insert into tablea values (1,'ABC ...Answered | 5 Replies | 1259 Views | Created by vsla - Thursday, January 30, 2014 6:08 PM | Last reply by vsla - Friday, January 31, 2014 3:43 PM -
0 Votes
Comparing two lists for values that are missing
The value I'm summing here is the constant 1, which is a number.Answered | 5 Replies | 646 Views | Created by AlexMartini - Thursday, August 18, 2016 6:16 PM | Last reply by AlexMartini - Monday, August 22, 2016 4:42 PM -
5 Votes
How to add integer values displayed in two textboxes
If that were true then there'd be no reason to provide int.Parse in the first place, or rather it shouldn't throw an exception for an invalid ...Answered | 8 Replies | 2466 Views | Created by Topa 1 - Tuesday, November 6, 2012 5:42 AM | Last reply by BonnieB - Tuesday, November 6, 2012 3:57 PM - Items 1 to 20 of 1532140 Next ›
No announcements