About 154 results
Open links in new tab
  1. OleDB Adding Columns, Inserting values, and other data …

    Aug 24, 2015 · It is not the end purpose of the program, but the ability to load a cell value in to a variable, and a variable value in to a cell, using data from anywhere in the spreadsheet and …

  2. Import Excel (xlsx) in SSIS to MySql 2008 R2

    May 25, 2014 · I'm trying to import an excel 2007 *.xlsx file to a new table in MySQL using SSIS. In the past, I only import .xls files using MICROSOFT.JET.OLEDB.4.0 . I have installed …

  3. DTExec:The Package Execution returned DTSER_FAILURE<1>

    Jun 10, 2010 · I actually exported data from a table (SQL 2000) into the Excel sheet and then i have been trying to import data from Excel sheet into another table (SQL 2005).

  4. dot net validation + javascript - social.msdn.microsoft.com

    Oct 7, 2021 · The way to enable client-side validation is to set the EnableClientScript property of the validator or ValidationSummary control to True. It is possible to have a mixture of server …

  5. Convert formula to VBA code - social.msdn.microsoft.com

    Mar 5, 2016 · I have an excel sheet that adds, subtracts and divides. It uses a formula for this purpose. I also want to add a button to clear the numbers that have been imputed previously …

  6. How To prevent a page with ValidationSummary to jump to top …

    Apr 11, 2010 · He has to scroll down again to the Button to see the text in the ValidationSummary. Is there a way to prevent this page jump to top position? Basically I don't want the page to …

  7. C# how to tell if Excel cell is formatted as a date

    Jun 26, 2010 · I'm trying to determine whether the cell data that I'm retreiving from Excel is in a date format. I've added the Microsoft Excel 11.0 Object Library as a reference to the project, …

  8. SSIS error: Failed to retrieve long data for column.

    Mar 24, 2011 · [Excel Source [1]] Error: Failed to retrieve long data for column "Description". The column "Description" is a data type DT_NEXT. Does anybody know how to fix this?

  9. Converting Float data to decimal - social.msdn.microsoft.com

    Apr 12, 2010 · I then selected from 1 table into to a new one to create a test table and changed the amt field to Decimal (18,7) from float (manually) SELECT* INTO dbo.DecmalTestInv …

  10. VBA - Macro that prompt user to select a value from a list

    Aug 16, 2012 · Prompt the user with the "animals" dropdown list (or something similar i.e combobox) 2. The user can then select a value from the list (let's say "dog") 3. The user click …