Missing Microsoft ActiveX Data Objects Library 2.7
Hi,
I have Microsoft ActiveX Data Objects Library 2.1 & 2.5 Libray in my VB 6.0 (Service pack );
I am wondering how I would update to Microsoft ActiveX Data Objects Library 2.7.
thanks
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Missing:Microsoft ActiveX Data Objects 2.8 Library
I've downloaded a code from planet-source code, but as I run the program a message pops up saying the library could not be found, and as I look at the reference, I have a missing data objects 2.8 library. Anyone who knows where I could get this library or update?
Missing Microsoft ActiveX Data Objects 2.8 Library
I keep getting this error in VB6 when I try to create an EXE from my project, Missing Microsoft ActiveX Data Objects 2.8 Library, I look where it points to and the file is there, Msado15.dll...but it will not register that it is there...any ideas of what is wrong? I am using XP Pro and VB6 SP5.
Thanks,
Missing: MS ActiveX Data Objects 2.8 Library
I installed VB 6 Enterprise edition from the CD onto another PC of mine. I then downloaded and Installed SP6.
When I ran the source code of an application, I got an error "Missing ActiveX Data Objects 2.8 Library" I looked in the "References.." list and it was NOT there. The highest Data Objects Library was 2.7.
What do I need to do to get this loaded. Do any of the dll's(specifically msado15.dll) need to be registered? If so how do I do it?
Thanks,
Microsoft ActiveX Data Objects 2.5 Library
Hi Guys,
Does anyone out there know where I can download the Microsoft ActiveX Data Objects 2.5 Library? I was all over the Microsoft website but couldn't find it. I need it to finish a project. Thanks in advance.
Microsoft ActiveX Data Objects 2.5 Library
Does anyone know where i can download
microsoft ActiveX data objects 2.5 library.I have tried the microsoft website but for some reason the download does not work.Is their any other site to get this????
Thankyou
Microsoft Activex Data Objects 2.7 Library
where can i download this: microsoft activex data objects 2.7 library?
i have searched on google but no real luck, hopefully someone can give me a direct url where i can download this.
thanks in advance.
Edited by - Shandy on 5/24/2004 7:32:04 PM
Microsoft ActiveX Data Objects 2.7 Library Question
Hi Guys,
I have this code in my software:
Code:
dim f as field
If Not (ClassList And UCase(f.Name) = "CLASSX") Then
Yesterday I changed the references in my project to the 2.8 Library and then back to 2.7 library now I get an error on the above line of code.
It says method or data member not found. When I type f. the intellisense doesn't contain the name property.
What do I need to do guys. plz help.
MS ActiveX Data Objects X.x Library
Can someone please explain the differences between the different Library's? On my machine under References I show :
Microsoft ActiveX Data Objects 2.0 Library
Microsoft ActiveX Data Objects 2.1 Library
Microsoft ActiveX Data Objects 2.5 Library
Microsoft ActiveX Data Objects 2.6 Library
Microsoft ActiveX Data Objects 2.7 Library
What are the differences in them?
Thanks for your time and guidance in advance.
Missing Microsoft ActiveX Data Object 2.7
Compile Error: Can't find object or library
I wrote a program that works perfectly on my home computer which is running Windows XP & VB 6.0. However, when I get to work and try to compile my code through a Win2000, VB 6.0 machine I get a "Compile Error: Can't find object or library".
After this it opens my references window and I see this at the top of the list
"Missing Microsoft ActiveX Data Object 2.7"
Some guy's webpage said to fix this I have to find the location of the file manually. So i go to find it manually and the file I am looking for "msado27.tbl" isn't there, there is only "msado21.tbl".
How do I fix this?
Which Version - MS ActiveX Data Objects ?.? Library
How do I know which of the ActiveX data object libraries to references? I've gone through my entire application and changed the references to the database as follows
[quote]
'In public module
Public m_Connection As ADODB.Connection
'In Form_Load
Set m_Connection = New ADODB.Connection
m_Connection.Open sConn
'In sub
dim rsClasses as adodb.recordset
sql = "SELECT Course_Title FROM COURSE;"
Set rsClasses = New ADODB.Recordset
rsClasses.Open sql, m_Connection, adOpenForwardOnly, adLockReadOnly, adCmdText
If Not rsClasses.EOF And Not rsClasses.BOF Then
...
End If
rsClasses.Close
Set rsClasses = Nothing
I am trying to install on a 98 machine and compiling on an XP machine. I have options for ActiveX Data Objects 2.1, 2.5. 2.6, and 2.7 libraries.
2.6, 2.7 work fine on my XP development machine, but I get an error 429-ActiveX component can't create object on any form that creates the adodb connection on load.
Thanks for ANY insight. I'm stumped!
ActiveX Data Objects Library *RESOLVED*
For my current projects (Access/VB) I have been using the references;
Microsoft ActiveX Data Objects Recordset 2.7 Library
The second one is titled the same but without the word "Recordset", however, it has 2 version. 2.7 and 2.8.
Usually I would simply choose the latest one but as the Recordset Library is 2.7 I thought maybe the non-Recordset Library should be the same version number. Which should I use and does it really matter?
Edited by - rickyoswaldiow on 12/6/2004 5:50:06 AM
Microsoft ActiveX Data Objects 2.0+ With ASE Drivers V4.1x
Hi there, been a long time since I posted hope all is well with everyone........
Has anyone logged any issues with using Microsoft ActiveX Data Objects 2.0 [or 2.1 | 2.5] Library [Using ASE v4.1 drivers to connect to the dB], in particular the Adodb.Connection.Execute Command through VB.
We have noticed that the RowsAffected property is not being returned in this function and therefore failing to update. All works fine using the old Intersolve 11.9.2[+] drivers..........
does any one have any ideas in this one...
Thanks Rocks
Missing Microsoft Excel 8 0 Object Library
A customer gave me code to download, and I am getting the following error. I do not have Excel loaded on my machine -- is there any way that I can just download the Excel object library ? Or do I need to be running a version of Excel ?
Microsoft Outlook Object Library Missing In References
I am trying to add Microsoft Outlook Object Library from the references. It is not there. I also searched for a library named like "MSOL.OBL", but did not find anything.
I also tried to add "msoe.dll" (hoping it will work) but it also generated error and was not added.
Kindly show me a way out.
Regards,
Pir Qaiser Zaman
Missing: Crystal Reports 8.5 ActiveX Designer Run Time Library
Hi all.
I have a source code in VB6. The database used is in Access and reporting tools in Crystal Report.
I open this source code using VB6 Enterprise and I got the missing file in references which is Crystal Reports 8.5 ActiveX Designer Run Time Library. There is no Crystal Report installed in my pc. What can I do so that I can skip this Crystal Report missing file ? I have commented all the var that I think is referring to the Crystal Report stuff. But still there is the missing references.
I also read from the other forum that if I havent included any missing references I will get error messages like "Cannot find project or library" error which is the problem I am having now. And that problem is referring to string manipulation statements which is Trim.
Code:
txtpass.SelLength = Len(Trim(txtpass.Text))
I think the above code should not have any problem as it only trim the input in text box.
So, what can I do to solve this problem without installing the Crystal Report?
Project Reference, &"MISSING: Microsoft Excel 10.0 Object Library&"
I am writing a program that requires the Microsoft Excel 10.0 Object Library. I just moved the project to a new development machine that does not have Microsoft Excel installed on it, and I do not have my Excel cd with me here. Is there anyplace that I can get download the object library, or will I have to wait until I have the cd with me?
Missing Microsoft Data Environment
I've reinstalled VB6 on my machine after reformatting & rebuilding my hard drive.
When I try to run any VB6 app, I get a 'Can't find project or library' error, and one of my variable declarations is highlighted (eg Public FOO As Node). This is a red herring. The real culprit shows up immediately: the References window opens itself up and Microsoft Data Environment Instance 1.0 – whatever that is - is flagged as MISSING.
I've seen this problem in the past and was able to correct it by reinstalling VB6 Service Pack 6, but this time that fix is not helpful.
So . . .???
Thanks in advance!
Missing: Microsoft Data Environment Instance 1.0
I am using VB6. I am opening a project developed by somebody else and when i open it on my machine, under Project-->References it says
Missing: Microsoft Data Environment Instance 1.0
I have Windows XP on my machine.
What could be the issue? how do i correct it?
Microsoft Data Formatting Object Library
When I run my application under Windows 98 it works but when i run it under Windows 2000 it says that MSSTDFMT.DLL is missing. What is microsoft data formatting object library? Will it work if I just register that file under Windows 2000? Will anything be corrupted?
No Dependency Info For (MS Act-X Data Objects 2.7 Library)
The files name is (msado27.tlb)
I do have an 2.8 version as well. its file name is msado15.dll
Should I use the 2.8 version? Why is it named msado15.dll?
Thom Boglino
CLC Education
Thom Boglino :)
The Computer Learning Center
727-847-6955
352-683-7255
email@removed
email@removed
*Copyright (c) confidential message. No redistribution.
This message is intended for the use of the addressee
only and may contain confidential or privileged information.
If you have received it in error please notify the sender
and destroy it. You may not use it or copy it to anyone else.
Missing ActiveX Data Object 2.7
Hi,
I need help on the missing library. I copy the project from one computer and try to run it from other computer. But I got the compile error that I this conputer missing the Microsoft ActiveX Data Object 2.7 Library & microsoft Active Data Object recordset 2.7 Library. Does anyone know how I can these libraries? Thanks
Activex Data Object 2.5/2.6 Library
Hi
What is the difference between the Activex Data Object 2.5 Library and 2.6. I ask because when I use the preselected reference of 2.5 my app doesn't work. When I replace it with 2.6 it seems to work. I have discovered this by long hours of trial and error as I am very new to using the deployment wizard so can someone help.
Cheers
Toby
ACtiveX Data Object 2.5 Library
Hi,
I am making a project and in documentation I need to write that what components of VB should be installed and I have used Microsoft ActiveX Data Object 2.5 Library...
With what version of VB 6 Service Pack It will be there...
I just need to write minimum requirement for developer PCs.
Microsoft ActiveX Data Object 2.8
Hi, i have a little problem with an app.
My problem is that, in that app, may occour multiple read and write at the same time in a Mysql database. When that multiple read or write occour, ado will crash. Can someone tell me why ado crash in that way?
MS ActiveX Data Objects Version?
I was lookiong at my VB6 app references and noticed that there is a "Microsoft ActiveX Data Objects 6.0 Library". I'm currently using "2.8", is "6.0" a newer version and should I use it. It seems strange to go from 2.8 to 6.0. There is also a "Microsoft ActiveX Data Objects Recordset 6.0 Library" reference. I'm confused, does it have to do with "VS 2005 .NET"?
any information will be appreciated, thanks
ActiveX Data Objects - Known Issue
Just a bit of info you people may or may not be aware of:
Recently I was suffering a problem when trying to distribute a database application I had developed.
After suffering through ****loads of problems, I finally changed a program reference from ActiveX Data Objects 2.5 to version 2.0. And the problem went bye-byes.
Anyone else meet this issue?
Missing Library... What Should I Do?
when i run my program i get error message : can't find project or library
i go to Reference, i found that :
MISSING : vbAccelerator (M) Popup Menu DLL.
MISSING : Crystal Report Engine 7 Object library
where to get back this library ?
Anybody can help me?
Missing ADO 2.8 Library??
A project is not running . One error message is comming:
MISSING ActiveX Data Object 2.8 Library..
But I have installed the ADO 2.5 installer...
How can I get the 2.8 Library
Thanx
Chr Library Missing
Hi team
I get "Cannot find project or Library" when I call Chr(13).
Do anyone know what the issue is here?
Thanks
FW
Missing Library
I seem to be missing the Form 2.0 Library How can I get it back again...?
the form2.0 library seems to be the reason I cant put a ComboBox on my page again...
not the combo box that is standard but the ComboBox that is in the forms 2.0 library
mmetcalf@insightbb.com
Missing Project Or Library
Hi,
I´m new to this so first of all a big hello to everyone.
My VB- project use the 'Visual Basic for Application Library'. I don't know what I have changed but since yesterday, the compiler nags about a missing project/library. So I looked at the specific line(s) and noticed that there are simple String-functions in use (Left$, Mid$ ...). So, when I changed the line to e.g VBA.Left$(...) it compiles without any error.
In the references dialog the 'Visual Basic for Application Library' is at the first position.
Does anyone know what the problem is? I don´t want to change every single function call in my project...since it is not small (46 classes, 52 forms).
Regards,
Kalle
(sorry for the bad English)
Missing SQLDMO Library
Is there anyway I can get the above reference in my VB.
I use SQL Server at work and I have been writting a program to use the SQLDMO library however, I brought it home to do some programming on it but I don't have the object library.
Short of installing Enterprise manager at home which is definitely not an option, how can I resolve this?
Mega.
Missing Active DS Type Library
hi,
i'm a beginner to Visual Basic. I have problem "Missing Active DS Type Library". So, how i want to solve it? Please help me, this is urgent about my final project?
Missing Library Or Project Files
Hi Friends,
when i run a project i get error saying "Can't find project or library" and then references dialog box opens up. It shows MISSING: macro hierarchy type library". Can i know which file is missing or how should i go about this error??
I get the error at this place of code:
VB Code:
Public Sub SetCurrentCellText(FlexGridObj As MSFlexGrid, X As Integer, Y As Integer)
Looking forward for your suggestions...
**RESOLVED** Problem With A Missing Library??
I just finished installing Microsoft VB6 on my NT workstation...I have created an application on my laptop, so I moved the project over to my NT...
When I attempt to run the project I am getting a Compile error, saying that it cannot locate the project or Library...within the debug..it is highlighting Format$ within the line of code.
How am I to make sure that I have all the appropriate libraries that were on my laptop so that this project will run properly?
Thank you in advance!!
Problem With Date Function - Missing Library?
So I have a report that many people are running on their local machines. Basically the report has an update function that runs a giant macro. One user is complaining that as soon he updates the report he gets an error saying "cannot find project or library" and this line is highlighted in Visual Basic: dateRange.value = Date
So basically it can't find the VBA Library? I checked in his references, and the Visual Basic for Applications reference is selected. I can't figure out what else to check on his machine to figure out why this would be happening. Any ideas?
Incomplete Query Clause - Missing Library??
When I run code via a form I receive the following error - syntax error. Incomplete query clause. I receive the error even with the most basic update queries. My conclusion is that a ref library has been turned off, but I do not know which one. Any ideas?
The following ref libraries are on - VBA, MS Access 9.0 Object Library, MS DAO 3.6 Object Library, MS ActiveX Data Objects Library. It has been a while since I looked at what libraries have been turned on. However, my recollection is that it was 5.
Missing MS Script Control 1.0 Reference Library
Hi,
I've got a problem with a VB6 reference library, and I hope all u VB experts out there can help me.
I tried to compile and make my project as an .exe file, but when the project was compiling, there was an error, stating that the library 'MS Script Control 1.0' is missing, and thus, could not compile. I checked my reference libraries, and true to the word, that reference library is missing.
Any ideas on where to download and install the MS Script Control 1.0 reference library? I tried to search the Microsoft website, and nothing came up
Any help is greatly appreciated.
Missing:Autocad/objectDBX Common Type Library
Okay hopefully this thread is in the right place. I have been working on a VB6 project at home. When I tried to load VB6 on my computer at work and run the program in development I received and error that VB could not find the Autocad type library. I went to the references and there I found that the Autocad type library and autocad/objectDBX common type library were missing. I reinstalled VB6 but to no avail. Can someone point me in the right direction to resolve this issue. I am using VB6 professional edition, Autocad 2002 light and my OS is windows XP. Thank you
Missing Library Running Excel 98 Project On 2003
Not really a VB query, but a VBA one. I have this project which was developed using Excel from Office 98. When it is run on a machine with Office 2003, there are "Library missing" bugs everywhere (e.g., it chokes on the Chr function). It appears to me that the project itself is storing the reference to the C:Program FilesCommon FilesMicrosoft SharedVBAVBA6VBE6.DLL library and when it runs on the 2003 machine, it's looking for the older version of the DLL. This is because on the 2003 machine, I can create a new project where the Chr function works. Any ideas on how I can get the older 98 project running on the 2003 machine without having to create a new project and port all the data?
MSDN Library Missing Disk 2 / Resolved By KaZaa
Hi,
I purchased VB6 learning edition through an eBay auction and it arrived in a sealed by Microsoft package complete with MSDN Library disk 1 but no disk 2. Microsoft denied knowledge of the missing disk 2 issue and inquired as to where I purchased the software. When informed that it was purchased through an eBay auction they excuse themselves from liability even though it was sealed.
Seeing as how I wasn't learning anything from the learning edition I decided to purchase VB6 Pro which I also acquired through an eBay auction and it arrrived in a sealed by Microsoft package complete with MSDN Library disk 1 but again no disk 2.
I finally got a reply back from a MS representative and he acknowleged that he was aware of the missing disk 2 issue and vowed that he would sent it to me. I received another e-mail that referenced the previous REP and stated that I was not eligable for a replacement disk because I did not purchased the software from an authorized vendor.
Is there anyone in the reading audience that has had this problem and if so were you able to find a means of correcting it?
Servo
Edited by - ServoWizard on 7/1/2004 8:02:07 PM
|