Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB 6 Visual Basic 6 > VB Databases Basics
|
VB Databases Basics Beginning-level VB coding questions specific to using VB with databases. Issues not specific to database use will be redirected to other forums.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VB Databases Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 23rd, 2003, 08:14 PM
Authorized User
 
Join Date: Jun 2003
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Default distributing runtime for DB access

hello, having trouble when distributing my DB app. letting setup wizard include every last file it thinks is a depency, still getting an error stating the provider isn't found or isn't installed. here is the relevant part of my connection string..

DSN=MS Access Database;DriverId=25;FIL=MS Access

works ok on the developement machines, but on an end-user machine without VB installed when the referenced ADO connection object tries to execute the connection string, ole pops an error stating that the provider cannot be found, or is not installed. any help on what files or package I need to distribute with the app to avoid this?
~hunter
 
Old June 23rd, 2003, 09:19 PM
Authorized User
 
Join Date: Jun 2003
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Default

new question...where can I download microsoft's JET distribution. I checked all over msdn downloads..just service packs, can't find just the jet engine.
 
Old June 27th, 2003, 03:08 AM
Authorized User
 
Join Date: Jun 2003
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I don't think there is a jet distribution (it comes with M$-Access). What you need IMHO, is the Access Run Time (it enables people to open Access-DB without having M$-Access installed), but I think this comes only with the Office Developer Edition.
 
Old June 27th, 2003, 03:10 AM
Authorized User
 
Join Date: Jun 2003
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Default

CORRECTION! Quick thought try downloading MDAC 2.6 or 2.7 and install it on cus. maschine.
HTH
alun





Similar Threads
Thread Thread Starter Forum Replies Last Post
Setting Runtime DB connection from JSP ssivakumar76 BOOK: Beginning Java 2, JDK 5 Edition 0 June 16th, 2006 03:07 AM
ServerFileReportService Db Info at Runtime jason_l_riley BOOK: Professional Crystal Reports for VS.NET 0 January 15th, 2006 09:29 PM
Ch4 Runtime Error 91 using db source code zip file Matrix_zero BOOK: Beginning Access 2003 VBA 0 March 1st, 2005 08:25 PM
access db to sql server db mikersantiago Classic ASP Basics 4 November 16th, 2004 03:33 AM
Distributing Access Files ChavisD Access 5 February 6th, 2004 03:29 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.