4. Bulk Update Data in Database with UiPath | Excel to Database in UiPath | Database Automation

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ม.ค. 2025

ความคิดเห็น • 22

  • @PrevName-h9v
    @PrevName-h9v ปีที่แล้ว +1

    17:51 - liked the video and understand the concept :) Great job, been using this series of videos to setup automation at work. Thanks!!

    • @MukeshKala
      @MukeshKala  ปีที่แล้ว

      Glad it was helpful!

  • @mywork9640
    @mywork9640 ปีที่แล้ว +1

    you are doing grt work for us just keep it up sir

    • @MukeshKala
      @MukeshKala  ปีที่แล้ว

      I will , Thank you 😊

  • @jayanthibureddy
    @jayanthibureddy 11 หลายเดือนก่อน +1

    thanks for the detailed explanation

    • @MukeshKala
      @MukeshKala  11 หลายเดือนก่อน

      You're welcome!

  • @GauravTitirmare-e6x
    @GauravTitirmare-e6x 16 วันที่ผ่านมา +1

    "message": "Bulk update: The provided columns in the DataTable do not match the column data types in the database.",

    • @MukeshKala
      @MukeshKala  16 วันที่ผ่านมา

      You need to make sure that columns name match , even a extra space in names can also cause this to fail

    • @GauravTitirmare-e6x
      @GauravTitirmare-e6x 15 วันที่ผ่านมา

      @@MukeshKala My column names are matching and there is same space between them but my column data type is string and it shows an object

  • @csmartly
    @csmartly ปีที่แล้ว +1

    Excellent video. But while updating, I get Column Type mismatch error. The ID column is integer in DB and in excel earlier it was general and later I changed it to number but same issue. Please help.

    • @MukeshKala
      @MukeshKala  ปีที่แล้ว

      A good way to do that is - insert a row in database, copy the row from database and paste in excel , add more rows in excel and this become your input

  • @PraveenKumarG-s2r
    @PraveenKumarG-s2r ปีที่แล้ว

    Sir,
    When I try to Insert data for a single row, it's fine and successful. Whereas when I try to Insert the data for multiple rows in a data table, it was always throwing an error like : "SQL Command not properly ended".
    Query:
    "insert into employee values(100,'Nanda','Pune',50000),(2,'Suresh','Banagalore',100000),(1,'Lavanya','Hyderabad',60000),(4,'Gopi','Chennai',70000)"
    May I please know how to use this query in uipath?
    Thank you.

    • @MukeshKala
      @MukeshKala  ปีที่แล้ว +1

      Seems like a Syntax Error - Execute the same in the SQL Editor , Correct the Syntax and then re try

    • @PraveenKumarG-s2r
      @PraveenKumarG-s2r ปีที่แล้ว

      @@MukeshKala Sir, It's working fine in SQL editor, I was facing error from uipath end.
      I've tried this query using Run Query and Run Command Activities. It was showing the same error like "SQL Command not properly ended".

    • @WeTHEbeastS_
      @WeTHEbeastS_ ปีที่แล้ว

      @@PraveenKumarG-s2r add alter command

  • @alamshaikh4358
    @alamshaikh4358 ปีที่แล้ว +1

    Any video we get in hindi this week sir?

    • @MukeshKala
      @MukeshKala  ปีที่แล้ว +1

      Yes , Pdf automation with UiPath

  • @yaswanthasapu83
    @yaswanthasapu83 ปีที่แล้ว

    Hi this is yaswanth i got this message while running
    "message": "Bulk update: The provided columns in the DataTable do not match the column data types in the database.",

    • @MukeshKala
      @MukeshKala  ปีที่แล้ว

      You have a data type mismatch between your database table and the table you are trying to insert

    • @toshi_garg
      @toshi_garg ปีที่แล้ว

      How did you resolve this error? I am also getting the same error and tried to get through it but no help.

    • @PraveenSingh-cl2or
      @PraveenSingh-cl2or ปีที่แล้ว

      @@toshi_garg In the Property panel of "Bulk Update" there is an option "Bulk/Batch Update", By default it is checked, uncheck it and then run the process.

    • @graceelizabeth7049
      @graceelizabeth7049 9 หลายเดือนก่อน

      It gives incorrect syntax near the keyword '....'.