No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Re: I hope this is not too late. VB6 (and even VB5) can work with Access 2000 and 2003 databases using either ADO or DAO object. For ADO, just specify Jet 4.0 as a prvider: [code]Provider = Microsoft.Jet.OLEDB.4.0;[/code] With DAO it is something different. VB5 and VB6 use MS Jet 3.5 … | |
Re: WBSP is definitely the best! I can tell, because I've programmed it. :cool: | |
Re: I have similar problem with VB 5 / DAO 3.6 / Jet 4.0 When I run program on XP SP1 (also Me, Server 2003, Server 2000) everything works fine, but on XP SP2 I get error num. 3011 "The Microsoft Jet database engine could not find the object <fieldname>. Make … |
The End.