Delphi Wrong Mdac Version Download Latest Mdac Version
Download File ---> https://urlin.us/2t7Twc
As an ADO developer, you should regularly check the MDAC pages on Microsoft's site at www.microsoft.com/data. From there you can download the latest version of MDAC for free. At the time of writing, this is MDAC 2.6, which you can download from www.microsoft.com/ data/down1oad_260rtm.htm (5.2 MB), but you should check for a more recent version first.
Note: This is an archived page of older versions. For the latest Oracle .NET and Visual Studio (Code) downloads, please visit the .NET Download Page.ODAC 12.2c Release 1 and Oracle Developer Tools for Visual Studio (12.2.0.1.1)Download Release notesODTwithODAC122011.zip 411 MB (431,571,252 bytes) [Released August 6, 2018]ODAC Installation Instructions Important: If installing ODAC into an existing Oracle 12c home, review the "Common Install and Setup Issues" section of the ODAC installation instructions.
RE: 'The specified module could not be found' error LucieLastic (Programmer)(OP)12 May 04 13:55Also, W2K is running on my PC and the server. The form is also very basic with not many components on it.lou RE: 'The specified module could not be found' error whosrdaddy (Vendor)12 May 04 14:03Lou,did you try to update MDAC? what database are you connecting to?daddy -------------------------------------- What You See Is What You Get RE: 'The specified module could not be found' error LucieLastic (Programmer)(OP)12 May 04 14:06hi, whorsdaddy, thanks for the quick reply.The app was originally connecting to Sybase and is now connecting to SQLServer 2000(processing of moving everything from Sybase to SQLServer). We only installed the Client Tools on the server as this is not the main database server, just one that runs the .exes. How can I check the version of MDAC on my pc and on the server to see if they are different?lou RE: 'The specified module could not be found' error Oppenhiemer (Programmer)12 May 04 14:07Hi -Think you may have to give more information about the "module" in question (the one that cant be found.)If Delphi is installed on the Server, the simplest way would be to step through the code till the error is generated - that way you can identify the module in question.Alternatively, place some debug code in the app to show you precisely where the error occurs. That way you may have a good idea as to where the problem may lay.It may be that some needed support library (DLL whatever) or dependant system file is missing.Opp. RE: 'The specified module could not be found' error whosrdaddy (Vendor)12 May 04 14:11lou,check this link for checking MDAC versions : =8f0a8df6-4a21-4b43-bf53-14332ef092c9&displaylang=encheers,Daddy -------------------------------------- What You See Is What You Get RE: 'The specified module could not be found' error LucieLastic (Programmer)(OP)12 May 04 14:12hi Oppenhiemer"Think you may have to give more information about the "module" in question "That's the problem, it doesn't give me any more info, very frustrating. The full error message is 'The specified module could not be found' with the app name in the dlg caption.I reckon it's to do with the MDAC. The SQL stuff was installed on the server as a client machine because we only want the connectivity things on there rather than full blown SQL Server.I will try your suggestion, Opp, of debug messages in the app too. Can't really debug it on the server as unable to put delphi on it and never done any remote debugging - could remote debugging help?lou RE: 'The specified module could not be found' error Oppenhiemer (Programmer)12 May 04 14:14Lou -I think to find MDAC version you need to locate the relevant DLL (I think its called msado15.dll - probably something starting with MSADO and ending in .DLL and will probably found in system directory in windows.) Right-click on this file and select "properties" from the pop-up menu in Explorer. Opp. RE: 'The specified module could not be found' error whosrdaddy (Vendor)12 May 04 14:46Lou,I searched the web a bit, and it looks like an error related with MDAC to me. installing the latest version on the problem pc will not hurt you anyway.here's the M$ link : =6c050fe3-c795-4b7d-b037-185d0506396c&DisplayLang=en -------------------------------------- What You See Is What You Get RE: 'The specified module could not be found' error LucieLastic (Programmer)(OP)12 May 04 14:50Thanks everyone. I will try it tomorrow as at home now (in the UK). I'll let you know how I get on.cheerslou googletag.cmd.push(function() { googletag.display('div-gpt-ad-1406030581151-2'); }); Red Flag This PostPlease let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.CancelRed Flag SubmittedThank you for helping keep Tek-Tips Forums free from inappropriate posts.The Tek-Tips staff will check this out and take appropriate action.
RE: ADO+Microsoft.Jet.OLEDB.4.0 michaenh (Programmer)(OP)20 Jan 04 16:26Hi.It does not help with the latest MDAC.It does not even help that the computer have office package installed.. 1.databasefile-corruptNo the database is not corrupt.. it is on a server and other clients work except for one special computer2.no permission to read filefull permission 3.no permission to write filefull permission 4.no permission to create file (msaccess lockfile for ex)full permission 5.mdac not installednewest mdac from MicrosoftI'll be back... for more info.. this is strange... by the way thanks..cheers,mha RE: ADO+Microsoft.Jet.OLEDB.4.0 michaenh (Programmer)(OP)20 Jan 04 16:30I will try this:try InfoDB.ConnectionString := 'Provider=Microsoft.Jet.OLEDB.4.0;User ID=Admin;Data Source.. ' with InfoDB do begin Open; if Connected then Result := True end;except on e:exception do ShowMessage('fail to connect to database'+e.message); //failend;to see the error info on..cheers,mha RE: ADO+Microsoft.Jet.OLEDB.4.0 VintageWine (IS/IT--Management)21 Jan 04 02:55Try ComCheck. It is a Microsoft utility to check out installed version and integrity of MDAC Simon RE: ADO+Microsoft.Jet.OLEDB.4.0 michaenh (Programmer)(OP)21 Jan 04 08:00Hi.I will try that.. thanks..Seems to be cool...cheers,mha googletag.cmd.push(function() { googletag.display('div-gpt-ad-1406030581151-2'); }); Red Flag This PostPlease let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.CancelRed Flag SubmittedThank you for helping keep Tek-Tips Forums free from inappropriate posts.The Tek-Tips staff will check this out and take appropriate action.
Quote>I have a terrible time trying to find anything on microsoft.com. Do you have the >URL of where I can download the lastest version of this file and any others that go >with it? I haven't it found standalone , but as already mentioned it is part of Microsoft ADO Components, you find the latest one here. I remember, there has been a notice on Inprise Site, too, about this ( known issues of BDE or something like that ). Bernd -- Bernd Ua - Software-Haus Brumund GmbH u...@nospambrumund.de // to reply, remove nospam from email adress :-) // obviously this needs to be stated, too : please no unsolicited private email unless explicitly invited dgg7();Other Threads1. BDE Error - "Operation not Applicable"
This document refers to zMUD versions 7.0 and later. If you are runningan earlier version of zMUD, you should upgrade to the latest public version bydownloading it from the Download page. Upgrades arefree.
As an ADO developer, you should regularly check the MDAC pages on Microsoft's website at www.microsoft.com/data. From there you can download the latest version of MDAC for free. While you are on this website, you should take the opportunity to download the MDAC SDK (13 MB) if you do not already have it or the Platform SDK (the MDAC SDK is part of the Platform SDK). The MDAC SDK is your bible: Download it, consult it regularly, and use it to answer your ADO questions. You should treat it as your first port of call when you need MDAC information. 2b1af7f3a8