I am answering Bob' questions re: my problem. (1) I have checked the ADO dc
control properties,
(2) I am connected thru the "connesction string" which definitely specifies
the correct path and
filename, (3) I used the wizard to create the connection string, (4) I am
using a string to specify
the recordsource ('SELECT * From Apmst Order by Vendor"), (5) I have used
the "find" feature
multiple times. I'll appreciate any additional help or comments.
DRG
>From: "Bob" < usewillow%40verizon.net">usewillow
verizon.net>
>Reply-To: helpwithvb%40yahoogroups.com">helpwithvb
yahoogroups.com
>To: < helpwithvb%40yahoogroups.com">helpwithvb
yahoogroups.com>
>Subject: Re: [helpwithvb] Deployment of Project
>Date: Mon, 15 Oct 2007 23:14:01 -0700
>
>In addition to checking the code for the data control have you looked at
>the properties of the control? Perhaps that has a stray reference to the
>Accounting master. Which data control are you using (ADO ... DAO)? How did
>you connect to the Db? Did you use the wizard or write the code? Are you
>using any SQL statements? These are a few additional places to look. You
>might also try using the "find" section of VB6 to search your code.
>Bob
> ----- Original Message -----
> From: Donald Gaither
> To: helpwithVB%40yahoogroups.com">helpwithVB
yahoogroups.com
> Sent: Monday, October 15, 2007 3:30 PM
> Subject: [helpwithvb] Deployment of Project
>
>
> I have two VB6 programs on my C: drive ("Accounting Master"
> and "Budget Master"). I am near completion for the Budget
> Master and am trying to create the necessary files through the
> Package and Deployment feature. When I compile and load
> the program to another machine, I get this message:
>
> "C:Accounting MasterGeneral Ledger.mdb is not a valid path"
>
> Of course, there is no AccountingMaster directory on the second
> machine. I have numerous orms in the project, all of which I
> have checked meticulously (multiple times( to be certain that each
> Data Control specifies the Budger Master General Ledger.mdb. I
> have not discovered any reference in this project to "Accounting
> Master". I have searched all attributes of the Budget Master data
> file (General Ledger) for a reference to Accounting Master, but
> found none. Any ideas about where I might look?
>
> DRG
>
>
>
>
.