13 questions
0
votes
1
answer
214
views
SSIS 2022 Excel Connection Manager cannot map columns
On our dev environment we have MS Office 365 32-bit version on Windows 11 64-bit and Visual Studio 2022 with SSDT.
The issue we are experiencing is in SSIS when creating Excel Destination in order to ...
1
vote
0
answers
129
views
Contridictory Error Messages Installing Microsoft Access Database Engine 2016
I have a server that has Microsoft Access Database Engine (2010) installed. We use this library in C# to process really large files (read), the other libraries mentioned below don't work (they run out ...
0
votes
0
answers
384
views
Migrating .Net Framework (Older version) to .Net 8.0 (new version), .edmx file conversion issue [duplicate]
In the older version(.NET Framework) of my desktop application, I used Entity Framework to connect my Access Database to my application and generated code files from .edmx. Now I'm migrating it to ....
0
votes
0
answers
467
views
Exception calling "Open" with "0" argument(s): "The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine."
I have read myself in circles for days prior to posting this question, including all AI engines. Pardon this post again. I am looking for a fresh perspective.
I have this powershell script that works ...
-1
votes
2
answers
112
views
MS Access Query - To get customer ID which has different names in the different field
I have two column one is Address ID and another one is Customer Name. below table is for reference
0608
Internet company
3623
Authority
3623
Authority
5478
Group Holdings (Pty) Ltd.
5478
Shankara
5478
...
1
vote
0
answers
106
views
Difference between File identifier and File name in File information list of MS Access database engine updates
I was going through July 5, 2022, update for Office 2016 (KB5002226) and I found that the file identifier and file name are different in the case of Acacedao.dll under the file information section.
...
0
votes
1
answer
3k
views
Getting "7302 - Cannot Create an instance of OLE DB" Error after ACE/ODBC Driver update
We're running SQL Server 2014 with all the latest service packs. Our users heavily rely on OPENROWSET for importing XLSX, CSV and TXT files. Example:
SELECT * FROM OPENROWSET ('MSDASQL','DRIVER={...
1
vote
1
answer
272
views
Error inserting in Microsoft Access 2002-2003 "long Text" field SQL Server 2019 linked Server Microsoft Access Database Engine 2010 x64
I am attempting to migrate a number of stored procedures, which insert to Microsoft Access 2002-2003 format database files, as linked servers.
The process is currently working fine on the following ...
0
votes
1
answer
310
views
Syntax error (missing operator) in query expression c#
Can some one please help me to resolve the issue ?
I am getting the syntax error while running this code.
OleDbConnection cn = new OleDbConnection("Provider=Microsoft.ACE.OLEDB.12.0;Data Source=J:...
1
vote
2
answers
2k
views
How to connect my DataFactory instance to an Access Database?
So I'm setting up a dataflow to pull data from an Access DB and into my Datafactory and then pushing to the lake/datawarehouses.
I've set up an integration runtime on the VM that has the file on it. I'...
0
votes
1
answer
643
views
How to specify "read-only" for Datafactory reading from an Access DB
I'm trying to pull data out of a Microsoft Access Database. The access database seems to be used by others, and isn't owned by me/my team. I'm purely taking data out, so the user I'm setting up ...
0
votes
0
answers
147
views
visual basic debit credit entry
1-Hi Sir, I have Table of General in Access Database when I make the entry like Sale and purchases payment Receipt How I bound two column (Debit and Credit) must equal than save the entry I connected ...
0
votes
0
answers
628
views
SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER converting XLS to TXT
I started a new job with a brand new laptop and vanilla environment.
I have installed Visual Studio and I'm trying to convert a XLS file to TXT. This is my Control Flow:
And this is my Data Flow:
...