HI!
What do you think, why this doesn’t work WITH Database Proccess Query Step:
UPDATE [Sheet1$]
SET [FINA ID] = “3636”
WHERE [naziv] = “TEST”
(ConnSting is good)
on this excel table:
RBR | naziv | sum_isplata | sum_uplata | FINA ID |
265729 | TEST | -10000 | 0 | |
265723 | TEST1 | -10000 | 0 | |
265687 | TEST2 | -25331 | 0 | |
265732 | TEST3 | -15000 | 0 | |
There’s no error, just nothing happening.
Kind regards,
Vanja
- vanja.utkovic asked 5 months ago
- You must login to post comments
Hello, I tried and it worked using the same data and query.
Could you please check the following:
- Do you have a suitable OLE DB driver installed on your machine?
- Is your connection string correct? It should look like this:
Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\Robotiq\excel.xlsx;Extended Properties=”Excel 8.0;HDR=YES”;
Remember to replace C:\Robotiq\excel.xlsx with the full file path of your Excel file.
- Does your Excel file have the .xlsx extension?
- How are your columns formatted in Excel? In your query, the columns “naziv” and “FINA ID” should be formatted as text. It’s possible that the “FINA ID” column is formatted as a number.
- Emb answered 5 months ago
- You must login to post comments
Hi,
No, I checked all of this:
-Do you have a suitable OLE DB driver installed on your machine?
– Is your connection string correct? It should look like this:
Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\Robotiq\excel.xlsx;Extended Properties=”Excel 8.0;HDR=YES”;
– Does your Excel file have the .xlsx extension?
– How are your columns formatted in Excel? In your query, the columns “naziv” and “FINA ID” should be formatted as text. It’s possible that
the “FINA ID” column is formatted as a number.
Issue is the same. There’s no error but nothing is done.
Kind regard,
Vanja
- vanja.utkovic answered 5 months ago
- You must login to post comments
Please login first to submit.