About 133 results
Open links in new tab
  1. XP embedded Computer not detecting ethernet port

    Nov 2, 2007 · The computer we have is a "2-board" set up (processor board and carrier board). According to the vendor, one network connection is attached to the processor board and the other is …

  2. Copy a picture from one sheet to another in excel using vb.net

    Feb 12, 2018 · If you want to know which methods and properties from the Excel object model should be used for that, you can use the Macro Recorder available in Excel. It allows to record your actions and …

  3. cross-platform way to copy directories to output?

    Sep 10, 2013 · This could be cross-platform, built on the destination, and run as a pre/post build step to copy assets around. However, it seems weird to have to embed a mini copy-program just to …

  4. Copy OleDb table, with schema and data - social.msdn.microsoft.com

    Mar 25, 2016 · Trying to figure out how to copy a table from one OleDb database and add it to another, complete with column properties, keys and indexes. The table data is not an issue here.

  5. How can I copy the form and code from one program into another?

    Mar 26, 2012 · I have two programs. One is a program that is used at the end of the day to submit cash, check and credit card values to the home office. This is used in 10 retail locations. Each store also …

  6. Default copy activity to merge XML files - social.msdn.microsoft.com

    Apr 1, 2016 · Currently ADF Copy doesn't support XML format, which leads to your second failure as csv parser cannot recognize the XML files. Supporting XML format is in our backlog, and should be …

  7. There are two "x64" platforms, and I can't set their VC++ Directories ...

    Jun 19, 2008 · 2.If you have the Windows Server 2008 SDK installed on an X86 computer, you can copy the x86 version of VCProjectIA64Platformd.dll and drop it to %ProgramFiles (x86)%\Microsoft Visual …

  8. Help to replicate Azure SQL databases to AWS S3

    Aug 13, 2018 · I am trying to copy tables to from a SQL server on Azure to S3 on AWS. I can create the S3 source easily and it lists the proper buckets available. Connecting to the Azure database is …

  9. Problem inserting DBCS or Unicode Values via a Stored Procedure with ...

    Mar 27, 2014 · Customer has the following Problem with the DB2 Adapter for DB2 on an AS400 calling a Stored Procedure to insert i.e. Chinese or Japanese Characters into a Table. Data comes from an …

  10. BULK INSERT into specific columns? - social.msdn.microsoft.com

    Nov 2, 2013 · I want to bulk insert columns of a csv file to specific columns of a destination table. Description - destination table has more columns than my csv file. So, I want the csv file columns to …