@@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
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
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.
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
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.?
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 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?
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?
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
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
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 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
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.
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."
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
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
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.
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.
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
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!
Quality Assurance Lab can you also share some content on bot insights,audit logging and user management in A2019
Hi Madam, I want to know what are the advantages of joing Quality Assurance Lab?
Hello
I am using same connection string but it's not connected. I am using A2019.
Could you please suggest me
@@jayeshmaiyani3173 Did you get any error?
@@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
Hey there, Thanks for the video, Would you share a video for inserting data to excel when we are using Excel as DB
Superb mam..Thanks you for making this video..
Well explained
Superb
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
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.
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
Hi, Can you provide connection string for Access 2016. Current one which you provided in video is not working
Super!!!!!!
thank you !!!!!!!!
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.?
Please help with the connection string if using ODBC driver ..
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 ?
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";
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'
@@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?
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?
Can we pass excel session from one atmx to another by opening excel?
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
May I know the headers that you added?
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
connected with 2010 version engine, fixed it
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?
You van use Advance excel package to get names of all Sheets from an excel in a list
@@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
@@asadmahboob1123 after select * from (sheet1$$) you have to mention where you want fetch the data like select * from (sheet1$$ where salary is 8000)
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.
Also if possible please upload videos for manage and run stored procedure actions.
Thankyou
Thanks Meghana, yes 'Read from' action should also work.
@@meghanavincent3469 Sure, I'll plan
Hi, can use loop as each row in sql data set
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."
Hi, could you please try Provider=Microsoft.ACE.OLEDB.16.0 in connection string?
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
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
@@qualityassurancelab7764 thanks maam, gonna try it
Hi how we work when we have multiple excels to compare
Hi Madam, which certification should I do A11 or A2019? In case A11 is obsolete , doing certification in A11 obsolete too ?
V11 is going to be sunset soon. Go for A2019
Hi! Im getting the following message "Could not find installable ISAM"
what will be connection string for excel 2019
Great!!
How to copy and paste the data with same format
Hi How to take inside connection string data? Near 3:15
Hello mdm. When will you upload videos on #A360?
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.
Hi, I believe the excel file was open when you ran the bot. Please close the excel file and run the bot again.
@@qualityassurancelab7764 I closed the exel file even though it is showing the same error
@@SidNegi2511 Please try with this Connection String - Provider=Microsoft.ACE.OLEDB.12.0;Data Source=path\to\your\excelFile.xlsx;Persist Security Info=False
@@qualityassurancelab7764 thank you so much ma'am ❤️ I have been trying to do this for the last 5 days.
Am not able to connect to database .pls help me connect
Mam can u tell how to do this in uipath
Sure, I'll plan for the video
@@qualityassurancelab7764 thanks mam
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.
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
Are you working in an organisation. Can I have an intern opportunity from u
Getting error as variable is not found but table variable is already created
Could you please share the exact error?
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 TH-cam