Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
1k views

VB6 App won't work on Server 2008 after recompile

I'm trying to move web servers. Our app (be kind) was written back in 1998 (I think) in VB6. I've got it working on our new server (Windows Server 2008 R2 64 bit). However, when I take the source ...
3
votes
3answers
181 views

How do I use an ADO.NET managed provider in Excel?

I have an ADO.NET Managed Data Provider that is registered in machine.config in DbProviderFactory - It is available for use from, say, Analysis Services, so I know it is correctly registered. ...
3
votes
1answer
316 views

How do I know which version of MDAC is installed? [closed]

How can I find out which version of MDAC is stalled on a computer?
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
1answer
3k views

MDAC and ActiveSync for Windows 7 64bit - need help

i try to install my C# program on Windows 7 64bit and i got error. i need to install MDAC and ActiveSync on computer. from where i can download MDAC (that fit for Win-7 64 bit) and ActiveSync ? ...
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 ...
1
vote
3answers
1k views

SQL through classic ADO - Undefined Function 'Round'?

I'm working on a legacy product and i have some SQL being executed through ADO, to an Access database with linked tables to SQL Server. I'm getting the error 'Undefined function 'Round' when i ...
1
vote
3answers
2k views

Automation Error when using ADO/MDAC

OK, struggling to get a definitive answer to this one... I have an application written in VB6 which requires MDAC (2.8 for this installation). MDAC is included in the installer for my application. ...
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
245 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
133 views

Is MDAC supported in Sql Server 2011 (“Denali”)?

I have been told that next version of SQL Server (2011 - "Denali") won't use MDAC but a "vendor dll" as other RDBMS do. Is this true or MDAC will work anyway? If this is true the zero installation I ...
0
votes
1answer
298 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
81 views

Comparing DLL sets from the same app on two different machines

Is there a good way to compare the DLLs loaded between two machines running the same app. (And to replicate the process between N other machines, two at a time?) Background: I am trying to track down ...
0
votes
1answer
190 views

Problem wit MDAC when trying to compile in VS2008 using x64 bit target platform

I am trying to compile an 32 bit application. I am aware of problems with it but that is why its being compiled on 64 bit version. I am hanging at this problem. Application uses lots of sql stuff. ...
0
votes
2answers
176 views

VB.net Setup Issue

While creating the setup for VB.net application I am getting the following warning: "Warning 1 'msado15.dll' should be excluded because its source file 'C:\Program Files\Common ...
0
votes
5answers
662 views

Problems opening Access Database from Delphi 7

I am developing Delphi 7 application, which is operating with Access Database (MDB format). It works fine on my PC, and some other PCs as well. But on some machines application gives error when trying ...
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 ...
0
votes
3answers
680 views

How do I know if my program needs MDAC?

I have a set of Windows programs that is mostly created with VB6 and VC++ 6. Its installer is created using InstallShield. A couple users have recently reported a problem trying to install it on ...
0
votes
3answers
20k views

How to re-install MDAC on SQL server 2008?

I am having problems when connecting to my SQL server 2008 and think it might be a problem related to MDAC. Is there a download to re-install these?