About 50 results
Open links in new tab
  1. python - Temperature conversion Table - Stack Overflow

    Nov 8, 2020 · I need to write a program that displays Celsius to Fahrenheit temperature conversion in a table. Question - What is the correct way to print a specific index within a list. My attempt comes from …

  2. Making a Celsius to Fahrenheit conversion table in Java w/ input

    Oct 17, 2017 · 0 Admittedly pretty new to Java again. Taking a class online which asks for a conversion table from Celsius to Fahrenheit with user input asking the current temp in Celsius.

  3. Conversion between different units of measurement in SQL (in Access)

    Jan 14, 2009 · The user would have to provide you with the unit, and evey unit would have a type (weight, volume, etc.) Your "conversion table" would just need to include a baseline for every unit …

  4. Conversion failed when converting date and/or time from character ...

    Jan 2, 2013 · In my case this error message "Conversion failed when converting date and/or time from character string." showed up while trying to insert 'null' (string) into a nullable datetime column.

  5. Unit Conversion in Python - Stack Overflow

    Mar 28, 2010 · QuantiPhy supports unit and scale factor conversion both when creating quantities and when rendering them to strings. Here is an example that reads and then writes a table of times and …

  6. Conversion from EBCDIC to UTF8 in Linux - Stack Overflow

    Apr 8, 2016 · I have imported with Perl a table from our database AS/400 DB2. The problem is that the string are encoded in EBCDIC Latin-1 (italian language). How can I convert the resulting file to plain …

  7. Understanding Implicit Type Conversion in SQL Server

    Jan 1, 2014 · We have a table Employee with a NationalIDNumber column defined with a NVARCHAR data type. In this query, we will use a WHERE clause to search for a specific ID. In the query below, …

  8. Insert into table or table var gives the wrong conversion error when ...

    May 24, 2024 · ) GO INSERT INTO odd_table (an_nvarchar_column) VALUES (N'Abracadabra'), (3); This results in this error: Msg 245, Level 16, State 1, Line 20 Conversion failed when converting the …

  9. SQL Server and implicit conversion of types - Stack Overflow

    Where does SQL Server do implicit conversion and what are the rules it follows? I.E when does it convert the left side of the equality operator over the right side?

  10. Conversion failed when converting the nvarchar value 'test' to data ...

    Dec 30, 2016 · Context: SQL Server 2008 I have a table mytable which contains two NVARCHAR columns id, title. All data in the id column are in fact numeric, except one row which contains the …