Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6011879
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T02:19:23+00:00 2026-05-23T02:19:23+00:00

I am doing this: var command = new SqlCommand(query, myConnection); foreach (DataRow row in

  • 0

I am doing this:

var command = new SqlCommand(query, myConnection);
                foreach (DataRow row in dt.Rows)
                {
                    query = @"update FileLog set
                    FaxStatus=" + "'" + row.ItemArray[0].ToString() + "'," +
                    "FaxedPageCount=" + "'" + row.ItemArray[1].ToString() + "'," +
                    "dtFaxed=" + "'" + row.ItemArray[2].ToString() + "'," +
                    "RetryCount=" + "'" + row.ItemArray[4].ToString() + "' " +
                    "where JobID=" + "'" + row.ItemArray[3].ToString() + "'";
                    command = new SqlCommand(query, myConnection);
                   command.ExecuteNonQuery();

                }

JobID is a uniqueidentifier

And I am getting this error:

Conversion failed when converting from a character string to uniqueidentifier.

What am I doing wrong?

The JobID field looks like this:

DB9424E5-1E73-4108-A855-B252E516A2A2
2EB17B8B-C0A1-46FE-82AF-37AEF2A8A6EC
C24F0460-7667-4A3A-8D8F-64B9728C2359
8DCDB020-8C7B-493E-9D21-719CBAFC16B6
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T02:19:24+00:00Added an answer on May 23, 2026 at 2:19 am

    i found the solution. turns out you need to do this:

                    var command = new SqlCommand(query, myConnection);
                    foreach (DataRow row in dt.Rows)
                    {
                        query = @"update FileLog set
                        FaxStatus=" + "'" + row.ItemArray[0].ToString() + "'," +
                        "FaxedPageCount=" + "'" + row.ItemArray[1].ToString() + "'," +
                        "dtFaxed=" + "'" + row.ItemArray[2].ToString() + "'," +
                        "BiscomCode=" + "'" + row.ItemArray[5].ToString() + "', " +
                        "RetryCount=" + "'" + row.ItemArray[4].ToString() + "' " +
                        "where CONVERT(VARCHAR(255), JobID) =" + "'" + row.ItemArray[3].ToString() + "'";
                        command = new SqlCommand(query, myConnection);
                       command.ExecuteNonQuery();
    
                    }
    

    you have to convert it to a varchar first

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have some code doing this : var changes = document.getElementsByName(from); for (var c=0;
Basically, I'm doing this: var phone = $(#phone).val(); Then I want to check if:
I know almost nothing about linq. I'm doing this: var apps = from app
<div> <div id=mbr_music class=mb></div> <div id=mbr_img></div> </div> I'm doing it this way: var oDivMusic
I'm doing a jQuery AJAX post like this: var form = $(#formid); form.submit(function() {
I find myself doing this repeatedy. $jq(button).filter(function(){ return this.id.match(/^user_(\d+)_edit$/); }).click(function(){ var matches = this.id.match(/^user_(\d+)_edit$/);
I'm probably doing something realy stupid but I cant get this to work: var
I have this code for doing an ajax request to a webservice: var MyCode
I'm doing some experimenting with this malicious JavaScript line: var undefined = true; Every
I'm writing code like this, doing a little quick and dirty timing: var sw

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.