No announcements
Found 2892149 threads
-
0 Votes
How do i fetch the index value of the updated row?
How do i fetch the ProdID of teh updated row from the trigger You can access the ProdID column from inserted/deleted virtual tables accessable inside your ...Answered | 4 Replies | 3776 Views | Created by code_warrior - Saturday, April 10, 2010 3:00 AM | Last reply by Naomi N - Sunday, April 11, 2010 4:00 AM -
4 Votes
Nth Row to local variable
How can multiple data be stored in a single variable unless the variable is an array?Answered | 21 Replies | 3401 Views | Created by Shree Jay - Friday, June 21, 2013 5:54 AM | Last reply by Shree Jay - Monday, June 24, 2013 9:29 AM -
0 Votes
Multiple tabs in IE and session variables
Just how can you do this with the same application vying for the same server variable names from the same DB and still maintain uniqueness between session?Answered | 4 Replies | 7344 Views | Created by Saikrupa - Wednesday, June 27, 2012 1:54 PM | Last reply by Muadib223 - Tuesday, August 28, 2012 7:33 PM -
0 Votes
session variable losing value
With some additional research, I figured out how to create an add to cart button that allows me to specify the item name, price and quantity.Answered | 3 Replies | 1665 Views | Created by RCDA Webmaster_ - Monday, October 6, 2014 8:30 PM | Last reply by Just Karl - Tuesday, May 12, 2015 10:57 PM -
0 Votes
How to fetch & store Autofiltered records in range variable?
Each Dept will have only one row in excel sheet.Answered | 2 Replies | 583 Views | Created by Balaramji - Tuesday, June 7, 2016 4:15 PM | Last reply by David_JunFeng - Wednesday, June 8, 2016 5:20 AM -
1 Votes
Cursor and Update rows based on value/date
You open the cursur and immediately fetch the first row.Answered | 1 Replies | 1967 Views | Created by codelinx - Tuesday, March 25, 2014 3:45 PM | Last reply by scott_morris-ga - Tuesday, March 25, 2014 6:28 PM -
0 Votes
How to Fetch Rows based on Values in a Session Variable ?
On the next page, I want to fetch rows from the Database and display in a Datalist or Gridview based upon the values in this session.Answered | 4 Replies | 31 Views | Created by Anonymous - Thursday, December 23, 2010 2:11 PM | Last reply by Anonymous - Friday, December 24, 2010 7:00 AM -
0 Votes
cursor (fetching two variables)
"Table names cannot be variables" ebroAnswered | 5 Replies | 1449 Views | Created by ebrolove - Friday, December 20, 2013 4:09 PM | Last reply by ebrolove - Friday, December 20, 2013 5:03 PM -
0 Votes
Using rows returned in an Object variable and email when rows exist
Based on conditional split, insert records in object variable 2.Answered | 4 Replies | 1949 Views | Created by warnerrj79 - Friday, September 11, 2015 12:42 PM | Last reply by SupriyaT - Monday, September 14, 2015 10:06 AM -
0 Votes
Session variable values dropping
Rather than guess exactly what you're doing here's some markup: <div> <P>Pass Cart:<asp:TextBox ID="PassCart" ...Answered | 3 Replies | 944 Views | Created by Buzby58 - Thursday, June 25, 2015 12:37 PM | Last reply by Buzby58 - Thursday, June 25, 2015 2:36 PM -
3 Votes
To fetch data based on range of dates
At first glance, I dont see anything wrong with the query, however, here is how I would troubleshoot this type of problems.Answered | 3 Replies | 6051 Views | Created by OttawaTechGuy - Monday, September 28, 2009 3:09 AM | Last reply by Alex Feng (SQL) - Wednesday, September 30, 2009 7:27 AM -
0 Votes
Fetch XML based report
And specify @param0 default value as 0.Answered | 1 Replies | 1178 Views | Created by Modi Bhavin - Friday, June 3, 2016 12:58 PM | Last reply by Xi Jin - Monday, June 6, 2016 10:11 AM -
0 Votes
How do i fetch the ID value of the row from a trigger?
You wrote something completely wrong - created two variables, but didn't assign a value to them and if you intended to assign values to them, then it would have been wrong ...Answered | 9 Replies | 4611 Views | Created by code_warrior - Saturday, April 3, 2010 3:05 AM | Last reply by - Sunday, April 4, 2010 6:45 AM -
0 Votes
deleted row value to variable in trigger
Yes, you can use table variable.Answered | 10 Replies | 5196 Views | Created by Rahul116 - Monday, August 22, 2011 5:52 AM | Last reply by Rahul116 - Wednesday, August 24, 2011 5:13 AM -
1 Votes
How do you store session variable in C#
Session variables are created by referring to the session variable by name.Answered | 3 Replies | 125631 Views | Created by frogeyedpeas - Monday, July 9, 2012 6:46 PM | Last reply by Gachu16 - Monday, July 9, 2012 8:41 PM -
0 Votes
getting a grid row value in to a variable
Hi everyone , my gridview is somethin like ...Answered | 1 Replies | 3936 Views | Created by lucky charm - Thursday, December 13, 2012 12:38 PM | Last reply by John Clarkson - Thursday, December 13, 2012 5:17 PM -
4 Votes
Fetch rows that have same value in a column
Ashok : You want to find the max score based on exam id ?Answered | 6 Replies | 1880 Views | Created by Ashok K - Monday, October 29, 2012 1:48 PM | Last reply by Fernando Soto - MCSD - Wednesday, October 31, 2012 1:44 PM -
1 Votes
Causing a session variable to expire
You should know how to use n-tier in Web based solution, but n-tier can be applied to Windows desktop solutions as well.Answered | 22 Replies | 2039 Views | Created by RCDA Webmaster_ - Monday, December 8, 2014 7:58 PM | Last reply by RCDA Webmaster_ - Monday, December 15, 2014 1:42 PM -
0 Votes
How to Bind data to a Session Variable
Check the below example SqlCommand myCommand = new SqlCommand("select CityNAme from City where cityId ='1'", sqlConn); string CityNAme = ...Answered | 1 Replies | 1862 Views | Created by oceantrain - Friday, July 6, 2012 2:48 PM | Last reply by Sambath Raj.C - Friday, July 6, 2012 3:02 PM -
0 Votes
How to count TOTAL ROWS processed by a DTSX?
If you want to just fetch number of rows and you don't need to fetch exact bad data rows exactly, and in other hand you don't want to change child packages and each ...Answered | 4 Replies | 3357 Views | Created by Darius_II - Monday, August 1, 2011 12:48 PM | Last reply by Reza Raad - Wednesday, August 3, 2011 6:05 PM - Items 1 to 20 of 2892149 Next ›
No announcements