Tagged Questions

0
votes
1answer
28 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. …
0
votes
5answers
148 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
29 views

VB.net Setup Issue

Hi, 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 …
1
vote
2answers
185 views

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

Hi all 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 …
0
votes
0answers
15 views

MDAC Componeted issue in VB.Net application

Hi, I have a VB.net application which is using the MS-Access database. I created setup for this application to deploy it on to the other machine. When I connect it to the database it is showing the …
0
votes
1answer
76 views

How do I know which version of MDAC is installed?

How can I find out which version of MDAC is stalled on a computer?
0
votes
1answer
335 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
214 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
440 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 …
0
votes
3answers
2k 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?
1
vote
3answers
369 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. …