Tagged Questions

2
votes
2answers
462 views

ADODB COM object not found

I am using ADODB COM object in my c# application which is developed on Windows 2008 R2 Standard 64bit. Now I have moved application on prod server with Windows 2008 Standard 64bit(not R2) and now I ...
1
vote
2answers
1k views

OleDbConnection.Open() throws a “No error message available” error before even contacting the SQL Server

Using a connection string of "Provider=SQLOLEDB;Data Source=localhost;User ID=foo;password=bar;Database=CodeLists;Pooling=true;Min Pool Size=20;Max Pool Size=30;" I get the following stack trace ...
0
votes
1answer
320 views

Problem with MDAC using windows 7

I'm working on an application using c# that needs to connect to a database to get the information of excel file that I have. The problem is that until i did a registry clean, I always get the follow ...
0
votes
1answer
244 views

No data exists for the row/column

While executing the following code in ASP.NET with C#, I am getting an exception like "No data exists for the row/column." OdbcConnection DbConnection = new ...
0
votes
1answer
297 views

MDAC OLEDB Command Prompt 32-Bit Problem

A couple years ago I wrote a C#.NET program that used Microsoft ACE and JET OLEDB to convert Excel spreadsheets to CSV files. Recently we upgraded to a Windows Server 2008 x64 server. Since JET was ...
0
votes
1answer
926 views

Microsoft Access - The 'Miccrosoft.Jet.OLEDB.4.0' provider is not registered on the local machine

I get the following error: The 'Miccrosoft.Jet.OLEDB.4.0' provider is not registered on the local machine When I run this code: string dbConn = @"Provider=Miccrosoft.Jet.OLEDB.4.0;Data ...