No announcements
Found 3711087 threads
-
2 Votes
Storing data and retreiving it later
It uses XML Serialization instead of Binary Serialization.Answered | 8 Replies | 3387 Views | Created by GoodToGo1 - Tuesday, July 28, 2009 1:31 PM | Last reply by Harry Nystrom - Tuesday, July 28, 2009 9:15 PM -
0 Votes
row name ' ' contains an invalid xml identifier as required by for xml in a query
Hi lava8, According to your description, you get the error “row name ' ' contains an invalid xml identifier as required by for xml in a ...Answered | 1 Replies | 8685 Views | Created by Kaish - Friday, October 9, 2015 10:44 AM | Last reply by Ice Fan - Monday, October 12, 2015 6:16 AM -
0 Votes
Problem with row containing Line Feeds
Hi all I have a simple SSIS package which extracts data from a number of tables using an SP and then outputs the results into a .txt file.Answered | 1 Replies | 1197 Views | Created by warnerrj79 - Monday, February 4, 2013 4:29 PM | Last reply by ArthurZ - Monday, February 4, 2013 4:43 PM -
0 Votes
Naming Container and using the row's data later on.
If you are using a template field, I recommend that you get the value of the cell in the RowCommand () event.Answered | 8 Replies | 949 Views | Created by Anonymous - Monday, September 23, 2019 7:29 PM | Last reply by Anonymous - Wednesday, September 25, 2019 8:45 AM -
0 Votes
How to concatenate a column when data is contained over multiple rows
/* You can generally use the technique vt gave.Answered | 4 Replies | 8169 Views | Created by treymendous - Monday, August 20, 2012 10:06 PM | Last reply by treymendous - Tuesday, August 21, 2012 1:56 PM -
0 Votes
TFS Reports Contain No Data
You can use this to confirm the data is present.Answered | 19 Replies | 8187 Views | Created by Brett Fincher - Tuesday, August 14, 2012 4:37 PM | Last reply by Chris Menegay - Saturday, July 16, 2016 9:38 PM -
0 Votes
Send data rows without using datasets in WCF
Hi, Here is a simple example about how to fill a class instance by database data and add it to list: public class Category { ...Answered | 4 Replies | 3974 Views | Created by Luis E Luevano P - Monday, February 8, 2010 1:23 AM | Last reply by haroon2k8 - Monday, February 15, 2010 8:38 AM -
1 Votes
XML contains CSV Data
Best option would be to extract the CSV data in pipeline component in Decode stage and later pass it through Flat File Assembler which understands your CSV(DocumentSpec as schema ...Answered | 4 Replies | 951 Views | Created by JordanJ08 - Thursday, November 20, 2014 10:00 PM | Last reply by Prashant Singh[prashant.1704] - Friday, November 21, 2014 5:19 AM -
1 Votes
column names in first row...with...
Do you use a loop or multiple runs?Answered | 2 Replies | 3592 Views | Created by dglane - Wednesday, July 8, 2009 8:52 PM | Last reply by Bob Bojanic - Thursday, July 16, 2009 10:49 PM -
1 Votes
How to serialize StorageFile and StorageFolder objects for later use ?
One refinement to his post is that class name ends with "List", not ...Answered | 3 Replies | 985 Views | Created by JiyaDesai - Thursday, February 1, 2018 2:19 PM | Last reply by Username already in use - Friday, February 2, 2018 4:48 PM -
0 Votes
Access 2007 -- Table Field Names to Data Rows
AlyScher, you can use following VBA code to get the fieldnames of particular table and save it to another table.Answered | 2 Replies | 422 Views | Created by AlyScher - Wednesday, April 13, 2016 8:10 PM | Last reply by Deepak Saradkumar Panchal - Thursday, April 14, 2016 6:50 AM -
0 Votes
Turn rows into named columns using CASE
Follow industry and ANSI/ISO standards in your data.Answered | 3 Replies | 592 Views | Created by RDale6 - Thursday, November 19, 2015 3:11 PM | Last reply by RDale6 - Friday, November 20, 2015 12:00 PM -
2 Votes
Partition by row data and show the max value row data only
One additional row with your sample data to test the functionality better.Answered | 3 Replies | 1653 Views | Created by rommy08 - Wednesday, May 4, 2016 1:05 AM | Last reply by rommy08 - Wednesday, May 4, 2016 10:45 PM -
0 Votes
Entering one excel row data in database table and into two different row
Create a data flow task 1(DFT1) for loading 11th and 12th columns to destination table, put DFT1 in one sequence container(SC1).Answered | 8 Replies | 3135 Views | Created by abhi_ashu - Thursday, January 5, 2012 2:45 PM | Last reply by Eileen Zhao - Thursday, January 12, 2012 12:43 PM -
2 Votes
How to decrease the height of a list row containing a tablix ?
Details, and set HideIfNoRows to be True.Answered | 7 Replies | 12696 Views | Created by jc_marie - Thursday, March 11, 2010 2:29 PM | Last reply by Mr Sean - Monday, May 28, 2012 9:17 AM -
3 Votes
How to get data from each row and column in data table
If I use foreach loop to get data it's taking too much time because my data table contains 20,000 rows and 6 columns i.e(1,20,000 times loop need to run).Answered | 4 Replies | 598 Views | Created by Bhanu Praksh - Wednesday, June 22, 2016 5:16 PM | Last reply by DA924x - Thursday, June 23, 2016 2:00 AM -
7 Votes
Sotre recordset position for later use
Hi iscitizen, my "normal" way of working is that I have on each form a hidden control containing the ID of the current record.Answered | 15 Replies | 938 Views | Created by iscitizen - Thursday, May 30, 2013 6:59 PM | Last reply by Imb-hb - Friday, May 31, 2013 7:32 PM -
0 Votes
Using SSIS Import a excel into existing table which already contains data
I was using the same but getting stuck at mapping time.Answered | 3 Replies | 3795 Views | Created by anu2182 - Friday, August 19, 2011 8:25 AM | Last reply by Reza Raad - Friday, August 19, 2011 9:51 AM -
2 Votes
CountRows, where rows contain certain values
i have gotten this far. the calculation returns counts for any orders that contain itemID 1.Answered | 12 Replies | 1108 Views | Created by winstonSmith - Wednesday, August 20, 2014 4:24 PM | Last reply by winstonSmith - Wednesday, August 20, 2014 9:49 PM -
0 Votes
how to split a row in to 2 or 3 rows depands on the data in the rows
> I need to change the data so that each row will be split to 2 rows if there is no VAT and for 3 rows if there is a number (VAT) within the vat ...Answered | 1 Replies | 383 Views | Created by ran K - Friday, July 15, 2016 4:52 PM | Last reply by Edward8520 - Monday, July 18, 2016 1:39 AM - Items 1 to 20 of 3711087 Next ›
No announcements