|
List Info
Thread: Opening DB
|
|
| Opening DB |

|
2006-11-22 22:44:07 |
|
Even better than pricey VB6, VB 2005 Express Edition includes many
tools to make accessing SQL databases easier.
That is the version I use, and it is free from Microsoft at http://msdn.microsoft.com/vstudio/express/vb/.
Instead of having to open access every time you want to change
databases, this newer version already comes with a similar thing in it.
I believe that you also have to install some extension which is on the
same page or a similar one to use the database interface, but it turns
out pretty good.
Also, for those who use C#, there is a newer version to that and also
some other languages.
Andreas...
Fred wrote:
web38207.mail.mud.yahoo.com"
type="cite">If anybody out there needs VB6 Professtional Edition, I
have it for sale for $50.00 dollars.
Donald Gaither msn.com"><donarco msn.com> wrote:
Steve,
I have tried the suggested fixes, but without success. Even with the
new
code I get the same error message ("Unrecogn ized format C:Budget
MasterGeneral Ledger.mdb"). I'm using Access 2003. When I look at
the
Convert Format screen from Database utilities, the "2003" version is
grayed out - I assume this means my current format is compatible with
Access
2002-2003. I have installed SP2 and SP6. I hope you may have further
suggestions.
Don Gaither
>From: "Steve Manser" < smanser%40twcny.rr.com">smanser twcny.rr.com>
>Reply-To: helpwithvb%40yahoogroups.com">helpwithvb yahoogroups.com
>To: < helpwithvb%40yahoogroups.com">helpwithvb yahoogroups.com>
>Subject: RE: [helpwithvb] Opening DB
>Date: Sun, 19 Nov 2006 10:24:07 -0500
>
>
>Good Morning Don,
>
>Two things:
>
>1) When super-gluing strings together
> use the ampersand character: &
> and not the math plus sign.
>
> 2) Your project needs to have
> a reference set to DAO or ADO.
>
>What flavor of MS Access are you using ?
>
>What is the latest Service Pack that you
>have installed / applied for VB-6 ?
>
>This error message was quite common
>when people had not applied SP4 or SP5,
>and they were trying to use Access 2000.
>
>Forget which SP did the trick
>to provide the Jet 4.0 engine.
>
>Also, when packaging everything up,
>after MDAC 2.5 the Jet Engine became
>a separate entity that had to be
>included in the shipping box.
>
>You might want to consider changing your code:
>
>Dim db As DAO.Database
>Dim Tmp As String
>
>Tmp = App.Path & "General Ledger.mdb"
>
>Tmp = Replace(Tmp, "\", "")
>
>set db = Opendatabase( Tmp )
>
>
>Every once-and-awhile Mr. App.Path decides
>to attend the party in tails, so we need
>to always double check for a double path-slash.
>
>All The Best,
>Steve
>
>10:15 AM EST Sunday, November 19, 2006
>.
>
>
>From: helpwithvb%40yahoogroups.com">helpwithvb yahoogroups.com
>[mailto: helpwithvb%40yahoogroups.com">helpwithvb yahoogroups.com]
On Behalf Of Donald Gaither
>Sent: Saturday, November 18, 2006 4:37 PM
>To: helpwithVB%40yahoogroups.com">helpwithVB yahoogroups.com
>Subject: [helpwithvb] Opening DB
>
>Help Group,
>
>You will recall the problem I wrote about yesterday dealing with
issues
>apparently stemming from the use of data controls. I'm now
attempting to
>remove the data controls, but am having some difficulty described as
>follows:
>
>"Dim db as Database
>
>set db = Opendatabase(App.Path + "General Ledger.mdb"
>
>When my program reads the second line I get an error message as
follows:
>"Unrecognized database format "C:Budget MasterGeneral
Ledger.mdb". When I
>open the database in Access it appears to be OK. Any suggerstions
or help?
>
>Don Gaither
>_.
><< winmail.dat >>
Sponsored Link
$200,000 mortgage for $660/mo - 30/15 yr fixed, reduce debt, home
equity - Click
now for info
__._,_.___
__,_._,___
|
| Opening DB |

|
2006-11-27 18:14:25 |
|
|
Hi Andreas:
Do you (or does anyone) know if VB.NET Express '05 will
live nicely on a machine with VS.NET '03 on it?
-Bruce
Even better than pricey VB6, VB 2005 Express Edition includes many tools to
make accessing SQL databases easier. That is the version I use, and it is
free from Microsoft at http://msdn.microsoft.com/vstudio/express/vb/.
Instead
of having to open access every time you want to change databases, this newer
version already comes with a similar thing in it. I believe that you also
have to install some extension which is on the same page or a similar one to use
the database interface, but it turns out pretty good.
Also, for those who
use C#, there is a newer version to that and also some other
languages.
Andreas...
.
__._,_.___
__,_._,___
|
| Opening DB |

|
2006-11-27 18:57:05 |
|
Hey Bruce,
At one time I had VB6, VS2003, and VS2005
on the same machine without problems. I haven̵7;t tried your exact scenario
though…;I’m guessing it would work just fine.
Let us know how it turn out. ;)
/tr
From: helpwithvb@yahoogroups.com [mailto:helpwithvb@yahoogroups.com] On Behalf Of Neiger, Bruce D
Sent: Monday, November 27, 2006
1:14 PM
To: helpwithvb@yahoogroups.com
Subject: RE: [helpwithvb] Opening
DB
Hi Andreas:
Do you (or does anyone) know if VB.NET
Express '05 will live nicely on a machine with VS.NET '03 on it?
-Bruce
From: helpwithvb yahoogroups.com [mailto:helpwithvb yahoogroups.com] On Behalf Of Andreas Renberg
Sent: Wednesday, November 22, 2006
5:44 PM
To: helpwithvb yahoogroups.com
Subject: Re: [helpwithvb] Opening
DB
Even
better than pricey VB6, VB 2005 Express Edition includes many tools to make
accessing SQL databases easier.
That is the version I use, and it is free
from Microsoft at http://msdn.microsoft.com/vstudio/express/vb/.
Instead of having to open access every time you want to change databases, this
newer version already comes with a similar thing in it.
I believe that you also have to install some extension which is on the same
page or a similar one to use the database interface, but it turns out pretty
good.
Also, for those who use C#, there is a newer version to that and also some
other languages.
Andreas...

__._,_.___
__,_._,___
|
| Opening DB |

|
2006-11-27 22:07:15 |
|
I don't see why not. Unless you try to run them at the same time maybe.
Also, if you want to keep some of your projects from earlier editions,
some can be converted to Express Edition.
This has not worked with all of my programs, though.
Andreas...
Neiger, Bruce D wrote:
exchdal06.Parsons.com"
type="cite">
Hi Andreas:
Do you (or does anyone) know if
VB.NET Express '05 will live nicely on a machine with VS.NET '03 on it?
-Bruce
Even better than pricey VB6, VB 2005 Express Edition includes many
tools to make accessing SQL databases easier.
That is the version I use, and it is free from Microsoft at http://msdn.microsoft.com/vstudio/express/vb/.
Instead of having to open access every time you want to change
databases, this newer version already comes with a similar thing in it.
I believe that you also have to install some extension which is on the
same page or a similar one to use the database interface, but it turns
out pretty good.
Also, for those who use C#, there is a newer version to that and also
some other languages.
Andreas...
.
__._,_.___
__,_._,___
|
[1-4]
|
|