Wrox Home  
Search P2P Archive for: Go

  Return to Index  

beginning_vb thread: Problem with DAO data control.


Message #1 by "irwandih" <salad_my@h...> on Mon, 24 Jun 2002 01:36:03
Hi friends,

I'm a new in programming. I have problem to develope my own database 
system using vb6 here.  I try to using DAO Data Control ( Data1 )to bind 
with my database in msAccess but the error message "Unrecognized database 
format 'C:\2In1\Inventori2.mdb'" is appear. Is it my msAccess is out of 
date? What version is compatible for the vb6?

Please help me!..
Message #2 by "Richard Lobel" <richard@a...> on Sun, 23 Jun 2002 18:17:39 -0700
If you are using an Access 2000 database you must make sure you have
Visual Basic Service Pack 5 installed. Otherwise it will not recognize
the database file (as you have already discovered). The service packs
are freely downloadable from microsoft's web site although they are
quite huge.

Richard Lobel
President
NoClassroom.com
Software Training
Live over the Internet
richard@n...
Tel:   (xxx) xxx-xxxx
Fax:  (xxx) xxx-xxxx

***original message***
I'm a new in programming. I have problem to develope my own database 
system using vb6 here.  I try to using DAO Data Control ( Data1 )to bind

with my database in msAccess but the error message "Unrecognized
database 
format 'C:\2In1\Inventori2.mdb'" is appear. Is it my msAccess is out of 
date? What version is compatible for the vb6?

Message #3 by "Bliven, Corinne" <Corinne.Bliven@o...> on Tue, 25 Jun 2002 16:44:49 -0400
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C21C89.2612F8B0
Content-Type: text/plain;
	charset="iso-8859-1"

Hi,
You should use ADO instead of DAO. ADO is much more powerfull and also will
work with ACCESS (I assume you have access 97 or 2000)
Let me know

-----Original Message-----
From: irwandih [mailto:salad_my@h...]
Sent: Sunday, June 23, 2002 9:36 PM
To: beginning vb
Subject: [beginning_vb] Problem with DAO data control.


Hi friends,

I'm a new in programming. I have problem to develope my own database 
system using vb6 here.  I try to using DAO Data Control ( Data1 )to bind 
with my database in msAccess but the error message "Unrecognized database 
format 'C:\2In1\Inventori2.mdb'" is appear. Is it my msAccess is out of 
date? What version is compatible for the vb6?

Please help me!..

Message #4 by "Kim, Cardyin" <CKim@s...> on Tue, 25 Jun 2002 13:59:35 -0700
Also,

You will get the error you mentioned when you don't have the
latest MSAccess OLEDB drivers installed on your machine.
My suggestion in this case would be to download and install
Visual Basic 6.0 Service Pack 5.

Not only does this service pack update the DAO, but it
also installs the latest version of ADO as well as many,
many other fixes to VB itself.  The download is quite
sizable (approx 58 mb), but well worth the time and
effort to install.

Here is a link you can use:

http://msdn.microsoft.com/vstudio/downloads/updates/sp/vs6/sp5/dnldoverview.
asp

Make sure you get the whole URL on one line, the newsgroup
tends to wrap lines that are too long.

Cardyin

----------------------------------------- 
Cardyin Kim 
Client/Server and Web Development Analyst 
San Antonio Community Hospital 
Upland, California 
ckim@s...        (xxx) xxx-xxxx  
----------------------------------------- 

-----Original Message-----
From: Bliven, Corinne [mailto:Corinne.Bliven@o...]
Sent: Tuesday, June 25, 2002 1:45 PM
To: beginning vb
Subject: [beginning_vb] RE: Problem with DAO data control.


Hi, 
You should use ADO instead of DAO. ADO is much more powerfull and also will
work with ACCESS (I assume you have access 97 or 2000)
Let me know 
-----Original Message----- 
From: irwandih [mailto:salad_my@h...] 
Sent: Sunday, June 23, 2002 9:36 PM 
To: beginning vb 
Subject: [beginning_vb] Problem with DAO data control. 


Hi friends, 
I'm a new in programming. I have problem to develope my own database 
system using vb6 here.  I try to using DAO Data Control ( Data1 )to bind 
with my database in msAccess but the error message "Unrecognized database 
format 'C:\2In1\Inventori2.mdb'" is appear. Is it my msAccess is out of 
date? What version is compatible for the vb6? 
Please help me!.. 
--- 
--- Change your mail options at http://p2p.wrox.com/manager.asp or to
unsubscribe send a blank email to  

  Return to Index