Top "Oledbconnection" questions

An OleDbConnection object represents a unique connection to a data source.

'Microsoft.ACE.OLEDB.12.0' provider is not registered -but it is

Short and sweet: app works on x86 machine but not on x64 (tried on a 2008 Server and a Windows 8) Microsoft …

ms-access 64-bit oledb oledbconnection
Find connection string for connecting to MySQL Server 5.1.50 using OleDbConnection

I am interested how can I find the connection string in order to be able to connect to MySQL Server 5.1.50 …

c# mysql oledbconnection
OleDbConnection gets "External component has thrown an exception."

I' m using a Windows Forms application to export data to excel. Application is built both x64 and x86. So …

c# oledb oledbconnection
How can I use timeout for try-catch?

I have a try-catch for oledbconnection like this: try { OleDbConnection Connection; using (Connection = new OleDbConnection("Provider=MSDAORA.1;Data Source=DATABASE:1521/…

c# asp.net try-catch oledbconnection
Problem with using OleDbDataAdapter to fetch data from a Excel sheet

First, I want to say that I'm out on deep water here, since I'm just doing some changes to code …

c# excel jet oledbconnection
Unrecognized database format accdb in visual studio

I am using visual studio community 2017 Access 2010 - 2016 I can import an access file I created File sent from client …

c# visual-studio ms-access visual-studio-2017 oledbconnection
OleDbConnection - ExecuteNonQuery requires an open and available Connection. The connection's current state is closed

What am I doing wrong here? using System.Data; using System.Data.OleDb; namespace myProject.Account { public class DbManager { private …

c# oledbconnection oledbcommand
How to force ADO.Net to use only the System.String DataType in the readers TableSchema

I am using an OleDbConnection to query an Excel 2007 Spreadsheet. I want force the OleDbDataReader to use only string as …

c# excel types oledbconnection
unable to import OleDbConnection in dotnet core entity framework

unable to import OleDbConnection in dotnetcore entity framework while transferring data from excel to sqlserver

c# entity-framework .net-core oledbconnection
Unable to Open .DBF Files in Windows 7 That Had Worked Under XP

I have a VB.NET application that will let me preview .DBF files that come in from some of our …

.net vb.net dbf oledbconnection