Welcome to dbFreaks.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

DAO350.dll vs. DAO360.dll

 
   Database Help (Home) -> Visual Basic -> DAO RSS
Next:  unexpected error 80004005 opening a report from D..  
Author Message
BlueIguana

External


Since: Jul 06, 2005
Posts: 1



(Msg. 1) Posted: Wed Jul 06, 2005 11:50 am
Post subject: DAO350.dll vs. DAO360.dll
Archived from groups: microsoft>public>vb>database>dao (more info?)

I have a program written in VB 6.0 that uses an Access database. The project
reference is set to "Microsoft DAO 3.6 Object Library" which I assume is
DAO360.dll. However, when the program is run it is using DAO350.dll. Is there
a way to force the program to use the 3.6 version or do I need to install the
3.5 version on users machines?

Thank you

 >> Stay informed about: DAO350.dll vs. DAO360.dll 
Back to top
Login to vote
Ken Halter

External


Since: Sep 23, 2003
Posts: 5



(Msg. 2) Posted: Fri Jul 08, 2005 7:20 am
Post subject: Re: DAO350.dll vs. DAO360.dll [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"BlueIguana" <BlueIguana RemoveThis @online.nospam> wrote in message
news:1EE0B5C7-ECF6-4C73-89FE-99F851F22933@microsoft.com...
>A data object from the toolbox is dropped onto a form then connected up in
> the code:
> Data1.DatabaseName = gsUnitDB
> Data1.RecordSource = "Unit"

The intrinsic Data control only works with Jet 3.51. You may have some luck
with the "Fix" suggested in the article below, so try that... if "no go",
try switching to the ADO datacontrol.

FIX: Unrecognized Database Format Error with Data Control or Data Form
Wizard
http://support.microsoft.com/default.aspx?scid=kb;en-us;257780


--
Ken Halter - MS-MVP-VB - http://www.vbsight.com
DLL Hell problems? Try ComGuard - http://www.vbsight.com/ComGuard.htm
Please keep all discussions in the groups..

 >> Stay informed about: DAO350.dll vs. DAO360.dll 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
DAO360 Error - My application access an mdb database using dao360 and works fine in the VB6 SP6 IDE. When I create a deployment package and try to run it it fails at the first attempt to access a field value. The recordcount is correct and ..movefirst works, but..

DAO 3.6 record locking - Hi, Is it possible to programmatically lock a single record in a VB application using DAO 3.6? I would like to lock users' records when they log on to the app. Later I can check if a user's record is locked to see if they are logged in or not. (I....

Fixes for VB4 or DAO 3.0 - I've got VB4 (32-bit) and it seems to use DAO 3.0. Is there a service pack for either of these that I can use? I'm having issues with DAO and > 2GB of RAM on the machine, and don't want to have to move to a newer version of VB if I can help it, just t...

Jet error - I've just started getting this error message on a seemingly random basis. 'The Microsoft Jet database engine does not recognize 'CID' as a valid field name or expression.' CID is a text field, and it is a valid column name. The line of code that..

DAO reference / Access 2007 - while using an Access 2007 .accdb file I can access the dao. object very easily. the following code in VBA works well : Function getrecordcount(strTableName As String) As Long Dim dbCurrent As DAO.Database Set db = CurrentDb Dim rstRecords A...
   Database Help (Home) -> Visual Basic -> DAO All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]