No announcements
Found 1498166 threads
-
1 Votes
Data Type convertion Error:PowerPivot for Excel
I am trying to create a Pivot Chart using PowerPivot Adds-in and Excel 2010.Answered | 1 Replies | 16885 Views | Created by Question_Answer - Wednesday, June 22, 2011 6:36 PM | Last reply by Javier Guillen - Tuesday, June 28, 2011 7:01 PM -
0 Votes
EXCEL data-convert text to numbers
Use an Excel Source to read in the data (I assume you're doing that?)Answered | 10 Replies | 4021 Views | Created by NSG12 - Wednesday, September 2, 2009 6:18 PM | Last reply by Mahasweta Das - Wednesday, February 24, 2010 12:42 PM -
0 Votes
Convert a boolean to bit datatype
I have a boolean check property of my check boxes in VB.NET. how can I send that value to SQL server having a bit data type Is it not ...Answered | 4 Replies | 22216 Views | Created by phinphin - Sunday, July 25, 2010 5:04 AM | Last reply by s3rvy - Monday, July 26, 2010 1:31 PM -
1 Votes
Converting a DataTable Column from Boolean to Int
Your problem is that you don't change the column data type.Answered | 1 Replies | 2093 Views | Created by DRD94 - Tuesday, December 15, 2015 8:28 AM | Last reply by Stefan Hoffmann - Tuesday, December 15, 2015 8:40 AM -
0 Votes
Converting uploaded excel file into CSV
Hello, The following is done in VB.NET (yes I realize you are using C#) which you could convert to C# or simply review the code and get an idea.Answered | 1 Replies | 1270 Views | Created by Cbluntnoovice - Friday, May 10, 2013 8:53 AM | Last reply by Kareninstructor - Friday, May 10, 2013 1:07 PM -
1 Votes
Does it exist a boolean data type in SQL SERVER ?
According to the bit type, 'TRUE' and 'FALSE' are strings that can be converted to bits.Answered | 3 Replies | 99845 Views | Created by NetPochi - Wednesday, January 3, 2007 4:10 PM | Last reply by 00Tony - Thursday, November 19, 2015 7:41 PM -
0 Votes
Convert Excel (.xls) to Dataset in VB.net
Hi, Similar kind of problem is discussed in below URL (replace # with . in the datatable) Dot is implicitly converted into hash while ...Answered | 3 Replies | 5333 Views | Created by Uvarajan - Friday, March 8, 2013 11:52 AM | Last reply by ryguy72 - Friday, March 8, 2013 9:07 PM -
0 Votes
Reset Boolean data item
I guess you need to set your boolean data item to null, don't think it's easy or even possible using flipswitch.Answered | 5 Replies | 552 Views | Created by billym99 - Friday, April 1, 2016 5:56 PM | Last reply by Weiwei Cai - Wednesday, April 6, 2016 1:50 AM -
0 Votes
DATA CONVERT
I HAVE A VALUE OF BOOLEAN(.T.Answered | 2 Replies | 5818 Views | Created by Alaa Mukhtar - Friday, March 25, 2011 4:50 PM | Last reply by Alaa Mukhtar - Saturday, March 26, 2011 12:07 PM -
1 Votes
Boolean
In case you wonder about any other data types, you can always write a quick test like this : Console.WriteLine("Size of bool = ...Answered | 5 Replies | 3698 Views | Created by PremjithPI - Wednesday, January 13, 2010 6:44 AM | Last reply by Dharmalinga Raja - Wednesday, January 13, 2010 7:44 PM -
0 Votes
Excel Data Converting to boolean
User269602965 posted after you convert Excel value to string to INT64 apply NUMBER formatting to avoid the default scientific notation.Unanswered | 4 Replies | 37 Views | Created by Anonymous - Sunday, October 4, 2015 8:51 PM | Last reply by Anonymous - Thursday, October 15, 2015 4:02 AM -
4 Votes
Convert an integer into a boolean array based on it's binary bits (VB.NET)
To write any kind of logic I figure I need the data in a boolean array or series of boolean variables.Answered | 20 Replies | 18671 Views | Created by ngmvista - Tuesday, July 14, 2009 9:15 PM | Last reply by ngmvista - Monday, July 20, 2009 9:52 PM -
0 Votes
Convert nvarchar into boolean in Biztalk Map
. :) See http://geekswithblogs.net/LeonidGaneline/archive/2006/01/13/65794.aspx "BizTalk: Mapping, Logical functoids, and Boolean values" Leonid Ganeline [BizTalk ...Answered | 7 Replies | 8538 Views | Created by Pranav P Patel - Thursday, December 17, 2009 12:36 PM | Last reply by Kiran molala - Monday, December 21, 2009 10:48 AM -
0 Votes
Excel Workbook + Convert To Number - AFTER exporting to Excel,
Yep, I agree with James, one of the many reasons I stopped outputting to Excel was because the connectors are so flakey, I ended up creating a macro which I had to run after every output, ...Answered | 3 Replies | 3872 Views | Created by I.W Coetzer - Monday, July 12, 2010 6:46 AM | Last reply by StraNGeLaD - Monday, July 12, 2010 10:18 AM -
0 Votes
Convert PDF to Excel
I need to be able to read this data into my C# ASP.NET application.Answered | 2 Replies | 3847 Views | Created by shubha.S - Tuesday, December 1, 2009 5:29 AM | Last reply by Harry Zhu - Friday, December 4, 2009 3:33 AM -
1 Votes
Convert SQL datetime to Excel datetime
Hi Sai.N, As far as I know, when exporting datetime value from SQL Server to Excel, the Excel date format will be affected by country/region where you are located, ...Answered | 3 Replies | 37721 Views | Created by Sai.N - Wednesday, April 3, 2013 10:17 AM | Last reply by Allen Li - MSFT - Friday, April 5, 2013 3:17 AM -
0 Votes
How to convert Excel Data into SQL
Export the excel data as is to a staging table in SQL 2.Answered | 5 Replies | 923 Views | Created by NaveenCR - Tuesday, February 2, 2016 8:58 PM | Last reply by NaveenCR - Wednesday, February 3, 2016 2:52 PM -
3 Votes
Converting Excel documents to PDFs
Imports Spire.Xls Imports Spire.Pdf Imports Spire.Xls.Converter Namespace ExceltoPDF Class Program Private Shared Sub Main(args As String()) ' load ...Answered | 4 Replies | 1000 Views | Created by BridgetAngela - Friday, July 4, 2014 6:10 AM | Last reply by .NET Office Programming - Wednesday, November 18, 2015 3:30 AM -
2 Votes
Script Task - convert excel to txt
Simplest way is to use data flow task with Excel source and Flat file destination.Answered | 3 Replies | 3962 Views | Created by SyedF - Monday, February 9, 2015 4:19 PM | Last reply by Visakh16 - Monday, February 9, 2015 5:30 PM -
0 Votes
Can Data Explorer transform values that Excel automatically converts to a date?
Hi, you don't have to go through Excel to import the web data.Answered | 2 Replies | 3260 Views | Created by bpovlins - Wednesday, April 17, 2013 3:40 PM | Last reply by Miguel.Llopis - Tuesday, April 23, 2013 3:44 AM - Items 1 to 20 of 1498166 Next ›
No announcements