Tagged Questions

OLE DB (Object Linking and Embedding, Database, sometimes written as OLEDB or OLE-DB) is an API designed by Microsoft for accessing data from a variety of sources in a uniform manner.

learn more… | top users | synonyms

28
votes
7answers
116k views

Microsoft.ACE.OLEDB.12.0 provider is not registered

I have a Visual Studio 2008 solution with two projects (a Word-Template project and a VB.Net console application for testing). Both projects reference a database project which opens a connection to ...
24
votes
3answers
20k views

Using Excel OleDb to get sheet names IN SHEET ORDER

I'm using OleDb to read from an excel workbook with many sheets. I need to read the sheet names, but I need them in the order they are defined in the spreadsheet; so If I have a file that looks like ...
16
votes
4answers
29k views

Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine

I created a windows application developed in .NET 3.5 in a 32 bit Windows 2008 server. When deployed the application in a 64 bit server it shows the error "Microsoft.Jet.OLEDB.4.0' provider is not ...
12
votes
5answers
11k views

what is the difference between OLE DB and ODBC data sources?

I was reading a MS Excel help article about pivotcache and wonder what they mean by OLE DB and ODBC sources ...You should use the CommandText property instead of the SQL property, which now ...
11
votes
7answers
3k views

Is there a “proper” way to read CSV files

In .net, is there a standard library that should be used to read in csv files? All the samples on the web roll their own csv reader / parser, or use OleDb. It's not a problem using any of these ...
8
votes
7answers
6k views

c# reading csv file gives not a valid path

Ok, I must be missing something. I can't seem to read a .csv file. Using the following connection string var fileName = string.Format("{0}{1}", AppDomain.CurrentDomain.BaseDirectory, ...
8
votes
7answers
9k views

OleDB not supported in 64bit mode?

I've been using Microsoft.Jet.OLEDB.4.0 and Microsoft.ACE.OLEDB.12.0 to read in .csv, .xls, and .xlsx files. I just found out that neither of these technologies are supported in native 64bit mode! I ...
8
votes
1answer
3k views

OLEDB v/s ODBC

What is the difference between OLEDB and ODBC? When do I use which and how do I know what I am looking at is a OLEDB driver v/s an ODBC driver?
8
votes
3answers
13k views

When reading a CSV file using a DataReader and the OLEDB Jet data provider, how can I control column data types?

In my C# application I am using the Microsoft Jet OLEDB data provider to read a CSV file. The connection string looks like this: Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\Data;Extended ...
7
votes
3answers
997 views

Query Excel spreadsheet with C# .NET without using Jet OLE DB

Is there any way to query an excel 2010 spreadsheet, without using Jet or exporting as a CSV and querying the csv file. The reason why I cannot use Jet is because the application needs to run as a ...
7
votes
4answers
5k views

OleDB & mixed Excel datatypes : missing data

I have an Excel worksheet I want to read into a datatable - all is well except for one particular column in my Excel sheet. The column, 'ProductID', is a mix of values like ########## and n#########. ...
7
votes
1answer
1k views

Best way to check OleDbConnection state

Apparently (MSDN) sometimes OleDbConnection.ResetState() does nothing, so even if the connection fails OleDbConnection.State will still be set to Open. I am looking for best workaround for this, so ...
6
votes
4answers
276 views

MSSQL to MySQL data transfer

I am trying to transfer bulk data on a constant and continuous based from a MSSQL database to a MYSQL database. I wanted to use MSSQL's SSMS's replication but this apparently is only for MSSQL to ...
6
votes
9answers
653 views

Keeping an application database agnostic (ADO.NET vs encapsulating DB logic)

We are making a fairly serious application that needs to remain agnostic to the DB a client wants to use. Initially we plan on supporting MySQL, Oracle & SQL Server. The tables & views are ...
6
votes
3answers
5k views

“The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine”…DNN

I'm trying to get a new DotNetNuke site up and running on our 64-bit server, and I'm encountering the following error message: "The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local ...
5
votes
1answer
1k views

Readonly connection string to an access database

I'm trying to connect to an Access database file using a System.Data.OleDb.OleDbConnection. I need to connect in readonly mode because another application uses it at the same time. I can connect to ...
5
votes
3answers
212 views

Need some help working with databases in C#

I have a database with two tables. Both of these tables are related and have the same key field. For example, both of them have rows of data corresponding to ISBN = 12345, but the two tables have ...
5
votes
2answers
227 views

Excel Cell Formatting Problem

I'm using the OleDB DataReader to get data from my excel files (but this problem occurs in DataTable.Fill as well). The thing is that I have a column that should return strings. All's fine and working ...
5
votes
4answers
1k views

Reading image from Access - parameter not valid

I have simple database in Access .mdb file, but I don't know how to deal with: "parameter not valid" exception when Im creating Image from stream. I'v read that I need to strip 78 bytes offset (from ...
5
votes
3answers
959 views

What is the difference between ODBC and OleDB?

I found this question here: http://stackoverflow.com/questions/271504/oledb-v-s-odbc Which gave me more information, but did not really answer the question I'm asking, so I shall proceed from there. ...
5
votes
6answers
337 views

How to get rid of multiple columns in a database?

I'm creating an Access DB for use in an C# application at school. I've not had much experience working with DB's so if this sounds stupid just ignore it. I want the user to be able to select all the ...
5
votes
7answers
21k views

Writing into excel file with OLEDB

Does anyone know how to write to an excel file (.xls) via OLEDB in C#? I'm doing the following: OleDbCommand dbCmd = new OleDbCommand("CREATE TABLE [test$] (...)", connection); ...
5
votes
3answers
3k views

VFP .NET OLEdb provider does not work in Win 64-Bits. Help

I wrote a windows service using VB that read some legacy data from Visual Foxpro Databases to be inserted in SQL 2005. The problem is this use to run fine in Windows server 2003 32-Bits, but the ...
4
votes
2answers
89 views

c# Error inserting to Excel when string data is more than 255 chars

I am trying to export some data to Excel. I am using OLEDB 12. The connectio string looks like: "Provider=Microsoft.ACE.OLEDB.12.0;Data Source={0};Extended Properties='Excel 8.0;HDR=YES;'" And I ...
4
votes
3answers
99 views

I didn't close previous DataReader, but where?

I have changed my previous code so I am not using 'using'. It work earlier, and code in different class basically represent the same thing, but its working. I have stared at it for 2 hours now and I ...
4
votes
4answers
226 views

ExecuteNonQuery in parallel within a shared OleDbConnection / OleDbTransaction

Discovered that OleDBConnection doesn't seem to be ThreadSafe. It appears that it attempts to open multiple connections instead. //doesn't work using (OleDbConnection oConn = ...
4
votes
2answers
204 views

Really Slow Performance Reading from Access 2007 (accdb) file from C#

I am writing an application on Visual Studio 2008 with C#. The application reads data from an access file and then generates a txt file. I was doing some tests with a mdb file with 1.000.000 records ...
4
votes
3answers
349 views

.Net C# how to connect to external SQL Server database ? OleDb or other?

Hi I would like to know how I should connect to the external SQL Server database in C# , .NET ? For example if I have there parameters : SQL info Url to get to database (throughout browser also): ...
4
votes
1answer
677 views

Is there a better way to indicate “null” values in Excel?

I have an Excel 2007 workbook that contains tables of data that I'm importing into DataTable objects using ADO.NET. Through some experimentation, I've managed to find two different ways to indicate ...
4
votes
7answers
2k views

SQL syntax error in Update statement VB.net

Im getting a strange syntax error when I run this in VB SQLString = "UPDATE Login SET Password = '" + PasswordTextBox.Text + "'" SQLString += " WHERE UserName = '" + ...
4
votes
5answers
12k views

There is insufficient system memory in resource pool 'internal'

SQL Server 2008 Linked Server and ad-hoc INSERTs cause a rapid memory leak which eventually causes the server to become non-responsive and ends with the following error: Msg 701, Level 17, State 123, ...
4
votes
5answers
19k views

Reading Comma Delimited Text File to C# DataTable, columns get truncated to 255 characters

We are importing from CSV to SQL. To do so, we are reading the CSV file and writing to a temporary .txt file using a schema.ini. (I'm not sure yet exactly why are are writing to this temporary file, ...
4
votes
3answers
3k views

Excel cell-values are truncated by OLEDB-provider

I'm using the OleDbConnection class to retrieve data from an Excel 2000/2003 workbook: string connectionString = "Provider=Microsoft.Jet.OLEDB.4.0;" + "Data Source=" + ...
4
votes
12answers
2k views

What is the best and fastest way to write into Excel file using C#?

I am trying to write into excel file using OLEDB (without automation). I have around 500 rows of data which I get from some other application and then write into Excel file one by one using 'INSERT ...
4
votes
6answers
2k views

What are the pros and cons of OleDB versus SQLClient?

Some context: one of the systems I'm working on is a .net 2.0 web application. VB.net for the front end, and SQL Server 2005 for the backend. For a variety of reasons that have been lost to time, ...
4
votes
7answers
16k views

C#/ASP.NET Oledb - MS Excel read “Unspecified error”

We have a C#/ASP.NET (2.0) application running on IIS 6 on Windows Server 2003 Enterprise Edition. This application reads Excel files using OleDb, but there are instances when we get an "Unspecified ...
4
votes
9answers
3k views

Scientific notation when importing from Excel in .Net

I have a C#/.Net job that imports data from Excel and then processes it. Our client drops off the files and we process them (important because I don't have any control over the original file). I use ...
4
votes
3answers
1k views

Does DDE still matter? Which are the alternatives?

I'm working on a stock exchange information platform and we are thinking in provide a link between our platform and home-made Excel files. The financial market is still bound to the old DDE server ...
4
votes
5answers
8k views

How to check if an OLEDB driver is installed on the system?

How can I make sure that a certain OLEDB driver is installed when I start my application? I use ADO from Delphi and would like to display a descriptive error message if the driver is missing. The ...
3
votes
1answer
84 views

Excel to IBM DB2 Connection

I've been attempting to establish a connection with an IBM DB2 database with which I can extract the data. The details I have are: Server Name Data Library Username/Password. I've tried two ...
3
votes
1answer
95 views

String gets mysteriously cut off

In my application I use WpfLocalization to provide translations while the application is running. The library will basically maintain a list of properties and their assigned localization keywords and ...
3
votes
1answer
66 views

OLEDB connection in R

Does anyone know of any way to connect to an OLEDB data source directly in R? I've tried google, CRAN and rseek with no luck whatsoever.
3
votes
1answer
46 views

How to show browse button in custom OleDB driver

I am writing a custom OleDB provider using ATL. It connects to a file-type database. The driver functionality is complete, except for one omission. In the Data Link properties dialog for the driver, ...
3
votes
1answer
195 views

Cannot connect to SQL Azure using a Linked Server

I've been following this article here: http://blogs.msdn.com/b/sqlcat/archive/2011/03/08/linked-servers-to-sql-azure.aspx on how to setup a Linked Server from SQL Server 2008 R2 to an SQL Azure ...
3
votes
2answers
144 views

Calculated column in wrong position when using `SELECT *`

Consider this query that uses SELECT * and 'appends' a calculated column: SELECT *, IIF(TRUE, 1, 0) AS calculated_col FROM Orders; I would expect calculated_col to be the rightmost column ...
3
votes
1answer
207 views

OleDbDataAdapter datatype mismatch using Jet

I'm using an OleDbDataAdapter (Microsoft.ACE.OLEDB.12.0 to be precise) to retrieve data from an Excel workbook. For one table I'm using a typed dataset but for another table I can't do that since the ...
3
votes
1answer
665 views

C#, Excel, OleDB, Insert statement not working

I haven't found anyone with a similar problem so I'm asking for help. I wrote a simple program that is supposed to read data from an Excel spreadsheet(A) and after doing some calculations will insert ...
3
votes
1answer
151 views

piece of code works in console application, but does not works inside nunit test

Simple console application open connection without any problems: static void Main(string[] args) { string connectionString = String.Format( ...
3
votes
2answers
596 views

Check if a database cell is empty first

I am accessing an MS Access 2007 database through C#, and I keep getting an exception whenever I try to read an empty cell. Specifically, I am trying to read a "Date/Time" cell that may or may not be ...
3
votes
1answer
102 views

ADODB strange behavior

Recently I had a very strange problem. The application is written in classic ASP, but I guess it is the same case for every connection that uses ADO/OLEDB. Those are connection parameters. ...

1 2 3 4 5 18