[AccessD] DAO and ADO problem =>urgent! <SOLVED!>

Charlotte Foust cfoust at infostatsystems.com
Wed Aug 13 19:17:04 CDT 2003


Actually, it's ADODB.Recordset for ADO.

Charlotte Foust

-----Original Message-----
From: Bob Hall [mailto:rjhjr at cox.net] 
Sent: Wednesday, August 13, 2003 4:13 PM
To: Access Developers discussion and problem solving
Subject: Re: [AccessD] DAO and ADO problem =>urgent! <SOLVED!>


On Wed, Aug 13, 2003 at 03:36:06AM -0700, Sad Der wrote:
> AAHRG, did some testing and DAO 3.0 instead of 3.6 was referenced! Now

> it works again.
 
You should still follow Stuart's suggestion; e.g.
	Dim rs As ADO.Recordset
Otherwise, VBA won't know whether you want an ADO or DAO recordset, 
and may choose the wrong one. 

Bob Hall
_______________________________________________
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com


More information about the AccessD mailing list