Excel as Database in Automation Anywhere A2019 | Connection string for Excel as Database #25

Поділитися
Вставка
  • Опубліковано 12 жов 2024
  • This video explains How to use Excel as a Database in Automation Anywhere A2019.
    If you are working on huge Excel dataset using Excel Package, you might face-
    Errors (HResult error, Excel is not responding Error)
    Slowness in bot execution
    To overcome these issues, we must connect to Excel as a Database while working on huge dataset
    Download and Install Microsoft Access Database Engine - www.microsoft....
    Connection String - Provider=Microsoft.ACE.OLEDB.12.0;Data Source=path\to\your\excelFile.xlsx;Extended Properties="Excel 12.0 Xml;HDR=YES";
    =========================================================
    Automation Anywhere Tutorial Playlist:
    • Automation Anywhere A1...
    Automation Anywhere A2019 Tutorial Playlist:
    • Automation Anywhere A2019
    UiPath Tutorial Playlist:
    • UiPath Tutorial
    JMeter Tutorial Playlist:
    • JMeter Tutorial
    Git and GitHub Tutorial Playlist:
    • Git and GitHub Tutorial
    Subscribe for more tutorials - / @qualityassurancelab7764
    Linkedin - / quality-assurance-lab-...
    Facebook - / quality-assurance-lab-...
    Twitter - / labassurance
    Medium - / labassurance
    Join Channel Membership - / @qualityassurancelab7764

КОМЕНТАРІ • 71

  • @qualityassurancelab7764
    @qualityassurancelab7764  4 роки тому +9

    Hi Guys! Hope you found this video useful. Please like, share and subscribe to my channel. This will motivate me to create more good contents. Thanks!

    • @amulyareddy8897
      @amulyareddy8897 4 роки тому +1

      Quality Assurance Lab can you also share some content on bot insights,audit logging and user management in A2019

    • @maheshts9166
      @maheshts9166 4 роки тому +1

      Hi Madam, I want to know what are the advantages of joing Quality Assurance Lab?

    • @jayeshmaiyani3173
      @jayeshmaiyani3173 4 роки тому +1

      Hello
      I am using same connection string but it's not connected. I am using A2019.
      Could you please suggest me

    • @qualityassurancelab7764
      @qualityassurancelab7764  4 роки тому

      @@jayeshmaiyani3173 Did you get any error?

    • @qualityassurancelab7764
      @qualityassurancelab7764  4 роки тому

      @@maheshts9166 Thanks for checking, please find the benefits below:
      On Email Support
      ASAP Reply to Comments
      Share Documents shown in the Video
      Connecting on Social Media

  • @saicharanm6710
    @saicharanm6710 3 роки тому +2

    Hey there, Thanks for the video, Would you share a video for inserting data to excel when we are using Excel as DB

  • @nrcktv5254
    @nrcktv5254 Рік тому

    Hello thanks for the video, our client is not allowing us to download accessdatabase engine because of security concerns can you help me connect excel as a database using other technique so that i can perform CURD operations on it

  • @sumanthbs2555
    @sumanthbs2555 4 роки тому +1

    Thank u soo much mam and one more this I want to know that is, how we can move the bot from Dev environment to UAT? I want kw actual process they follow in the projects

  • @roopaganesh5752
    @roopaganesh5752 Рік тому

    Hi, Can you provide connection string for Access 2016. Current one which you provided in video is not working

  • @Artech.Ranjit
    @Artech.Ranjit 2 роки тому

    any suggestion what is wrong with this script: Insert into [SalesOrders$$] (OrderDate,Region,
    Rep,Item,Units,Unit,Cost,Total) values ("4/1/22",
    "East","Jitten","Binder","60","4.99","1299.40")
    getting error.

  • @ajithcs4321
    @ajithcs4321 4 роки тому +1

    Superb mam..Thanks you for making this video..

  • @meghanavincent3469
    @meghanavincent3469 3 роки тому

    Nicely explained like all your 2019 videos!.
    Could you also confirm if we can use 'Read form' option instead of Export to data table? Where all the rows would be stored in Variable record and display the values in message box by using Loop action.

  • @pradeepdorepalli2803
    @pradeepdorepalli2803 2 роки тому

    Hi,
    What if i don't have a header of a column , but I need to use excel as database instead of excel advance or basic. How can I over come the issue ?

  • @vennmukhilt4343
    @vennmukhilt4343 2 роки тому

    I am getting an error as "Could not Connect to Database. Provider cannot be found. It may not be properly installed". I was unable to download 2010 of MSAccessDatabase due to already existing 2019 version of 64 bit, does the connection command change for 64 bit.?

  • @social8790
    @social8790 3 роки тому

    Hello, Im gettting an error when attempting to connect that reads as:"Could not Connect to Database. Cannot update. Database or object is read-only." any advice?

  • @asadmahboob1123
    @asadmahboob1123 4 роки тому

    Thank you Mam for the video. It's very helpful. I have a couple of questions
    1. Will it work if the excel file is NOT open?
    2. How to find the desired table in the Sheet1 if the excel sheet has multiple tables?

    • @ashishsaraf3210
      @ashishsaraf3210 4 роки тому

      You van use Advance excel package to get names of all Sheets from an excel in a list

    • @asadmahboob1123
      @asadmahboob1123 4 роки тому

      @@ashishsaraf3210 i asked the question in connection with the video content where sheet name has been used as a Table name
      She wrote, "Select * from [Sheet1]".
      In this line of code the [Sheet1] is a table name and this will fetch the data from sheet1. So what will happen if theere are multiple tables in sheet1

    • @pradeepvusirikala4416
      @pradeepvusirikala4416 2 роки тому

      @@asadmahboob1123 after select * from (sheet1$$) you have to mention where you want fetch the data like select * from (sheet1$$ where salary is 8000)

  • @mohamedyounes6390
    @mohamedyounes6390 3 роки тому +1

    Hi maam, is there an easy way to insert a huge excel sheet data to database (like microsoft sql) in one single go without using a loop . Because i have like 5000 rows in excel with 50 columns , so i wanna insert them in one action without using the loop , thanks

    • @qualityassurancelab7764
      @qualityassurancelab7764  3 роки тому +1

      Hi, the easy way to write data from excel to database at one go (without using Loop) is to write a Python code and call that python code from automation anywhere action Python script -> Execute Function

    • @mohamedyounes6390
      @mohamedyounes6390 3 роки тому

      @@qualityassurancelab7764 thanks maam, gonna try it

  • @DurgaPrasad-cn1bi
    @DurgaPrasad-cn1bi 3 роки тому

    Can we pass excel session from one atmx to another by opening excel?

  • @pranshuprakash3532
    @pranshuprakash3532 2 роки тому

    Please help with the connection string if using ODBC driver ..

  • @chammycamba9248
    @chammycamba9248 3 роки тому +1

    Hello. Upon running the bot, I encountered this error: Could not Connect to Database. Could not find installable ISAM.
    Would you know what's causing the error?
    Connection String: Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\Users\michael.a.t.camba\Desktop\RPA_Materials\Tutorial_Files\AAA2019\EmployeeData_sample.xlsx;Extended Properties="Excel 12.0 Xml;HDR=YES";

    • @qualityassurancelab7764
      @qualityassurancelab7764  3 роки тому

      Hi, could you please try by placing single quotes instead of double quotes in Extended Properties as - Extended Properties='Excel 12.0 Xml;HDR=YES'

    • @haithamhassan2358
      @haithamhassan2358 2 роки тому

      @@qualityassurancelab7764 I tried this out but got "Could not Connect to Database. Format of the initialization string does not conform to the OLE DB specification.".
      Any help please?

  • @prasadburambe8558
    @prasadburambe8558 4 роки тому

    Hi Madam, which certification should I do A11 or A2019? In case A11 is obsolete , doing certification in A11 obsolete too ?

    • @ashishsaraf3210
      @ashishsaraf3210 4 роки тому

      V11 is going to be sunset soon. Go for A2019

  • @divyasri8951
    @divyasri8951 3 роки тому +1

    Hi Mam, I am getting Syntax error in query expression '%CHNG > 2'. error while running the bot. My query is SELECT * FROM [Sheet1$$] WHERE %CHNG > 2. Please let me know anything need to be checked in excel settings?? I just taken a web table and written in to a excel with headers wanted to filter based on %change value > 2.00

  • @haneenhaddad3766
    @haneenhaddad3766 4 роки тому +1

    Super!!!!!!
    thank you !!!!!!!!

  • @vania9802
    @vania9802 2 роки тому

    Hi, can use loop as each row in sql data set

  • @GaoARG09
    @GaoARG09 4 роки тому +1

    Thanks for sharing, I did the connection as your video, but i get this error "Could not Connect to Database. Provider cannot be found. It may not be properly installed."

    • @qualityassurancelab7764
      @qualityassurancelab7764  4 роки тому

      Hi, could you please try Provider=Microsoft.ACE.OLEDB.16.0 in connection string?

  • @MUTHURAMANGi
    @MUTHURAMANGi 4 роки тому +1

    Well explained

  • @Artech.Ranjit
    @Artech.Ranjit 2 роки тому

    I am not able to connect DB, its giving error . could you please suggest. Thanks|
    This may be due to the following reason:
    Could not Connect to Database. Provider cannot be found. It may not be properly installed.
    To continue, edit the bot and fix the error. Then, try again.
    If you continue to see this message, please contact your system administrator.
    Code: bot.execution.error

    • @Artech.Ranjit
      @Artech.Ranjit 2 роки тому

      connected with 2010 version engine, fixed it

  • @shrividhyavidhya1849
    @shrividhyavidhya1849 3 роки тому

    Hi how we work when we have multiple excels to compare

  • @abhijeetsingh089
    @abhijeetsingh089 4 роки тому +1

    Superb

  • @enefezeta9044
    @enefezeta9044 3 роки тому

    Hi! Im getting the following message "Could not find installable ISAM"

  • @shubhamsingh-xg2su
    @shubhamsingh-xg2su 2 роки тому

    what will be connection string for excel 2019

  • @pradeepvusirikala4416
    @pradeepvusirikala4416 2 роки тому

    Hello mdm. When will you upload videos on #A360?

  • @korepukarthik2945
    @korepukarthik2945 2 роки тому

    Hi How to take inside connection string data? Near 3:15

  • @sanghavig9916
    @sanghavig9916 4 роки тому

    Are you working in an organisation. Can I have an intern opportunity from u

  • @mohanagrawal216
    @mohanagrawal216 4 роки тому

    Great. I came to know earlier that there is no Excel As DB option in A2019 but it is. It will be very helpful. Can we also use Excel basic command where it won't open excel right? Which one is better option for A2019? Please suggest.

    • @ashishsaraf3210
      @ashishsaraf3210 4 роки тому +1

      Use excel as a database when you need to filter a lot of data from a single excel sheet. If you need to import and do basic stuffs, Excel basic is preferred

  • @dharmaraju2908
    @dharmaraju2908 3 роки тому

    How to copy and paste the data with same format

  • @veereshshetgar8638
    @veereshshetgar8638 4 роки тому +1

    Great!!

  • @prashantrai5911
    @prashantrai5911 3 роки тому +1

    Mam can u tell how to do this in uipath

  • @SidNegi2511
    @SidNegi2511 4 роки тому

    Could not Connect to Database. The Microsoft Access database engine cannot open or write to the file 'C:\Users\srish\Desktop\Telegram Documents'. It is already opened exclusively by another user, or you need permission to view and write its data.
    To continue, edit the bot and fix the error. Then, try again.
    please help me , it is showing this error and I don't know what went wrong.

    • @qualityassurancelab7764
      @qualityassurancelab7764  4 роки тому

      Hi, I believe the excel file was open when you ran the bot. Please close the excel file and run the bot again.

    • @SidNegi2511
      @SidNegi2511 4 роки тому

      @@qualityassurancelab7764 I closed the exel file even though it is showing the same error

    • @qualityassurancelab7764
      @qualityassurancelab7764  4 роки тому +1

      @@SidNegi2511 Please try with this Connection String - Provider=Microsoft.ACE.OLEDB.12.0;Data Source=path\to\your\excelFile.xlsx;Persist Security Info=False

    • @SidNegi2511
      @SidNegi2511 4 роки тому +1

      @@qualityassurancelab7764 thank you so much ma'am ❤️ I have been trying to do this for the last 5 days.

    • @surendrayadav-zs1zp
      @surendrayadav-zs1zp 4 роки тому +1

      Am not able to connect to database .pls help me connect

  • @automationanywhere1309
    @automationanywhere1309 3 роки тому

    Getting error as variable is not found but table variable is already created

  • @KiranKumar-it1sb
    @KiranKumar-it1sb Рік тому

    Ma'am why r u not keeping videos....u r married na?
    Is it bcoz of u got kids...and take care of them and not getting time to spend here in UA-cam