Steve
Fri Apr 01 12:41:49 CST 2005
Great article.
I use it for prototyping and simple apps all the time...solid. First cut my
teeth on Jet, hemmed and hawed when ADO first came out, but eventually
absorbed it.
Kinda feel the same about XML and quote-comma-delimited files...but I won't
win any arguments there, lol!
"smith" <rcsTAKEOUT@smithvoiceTAKEOUT.com> wrote in message
news:1sg3e.1763$EE2.877@newsread2.news.pas.earthlink.net...
> :)
>
> As a bulletproof mulituser database it's value will always be hotly
debated,
> and I really don't want to step into that particular fire today ;-)
>
> Did you see the previous post about MS announcing that they will be
> "overhauling" Jet and releasing a 64bit version? I think Exchange 200x
using
> Jet under the hood (and MSMQ too, right? Or am I mistaken on that one) is
> pretty telling about its power when used correctly for the right goals.
>
http://redmondmag.com/reports/article.asp?EditorialsID=128
>
> For things like mixing datasources and simply converting ISAMs or
converting
> big irons to end-user ISAMs without 3rd party costs, Jet is still the king
> of the hill.
>
> smith
>
>
> "Steve Schroeder" <sschroeder@merchant-gould.com> wrote in message
> news:OHaWleuNFHA.2520@tk2msftngp13.phx.gbl...
> > Jet still has it's uses??? <gasp>
> >
> > <wink>
> >
> > "smith" <rcsTAKEOUT@smithvoiceTAKEOUT.com> wrote in message
> > news:s1g3e.1756$EE2.1337@newsread2.news.pas.earthlink.net...
> >> VB is a general programming tool, Paradox is a database engine. Look
to
> > the
> >> database engines for the functionality. In this case the Jet engine
can
> > be
> >> used (with VB/C#/Delphi/Whatever speaks COM) to help you out.
> >>
> >> If you create a temporary Jet mdb file and programmatically link the
> >> SQLServer and Paradox tables to it (and/or lotus and/or excel and/or
> > Oracle
> >> and/or xBase and/or other Jet files/tables) then you can run SQL
against
> > the
> >> linked tables since the Jet engine treats linked tables pretty much the
> > same
> >> as native tables. With this you could possibly get the general results
> >> you're looking for. The Jet engine's unique advantage among engines is
> > that
> >> it makes great middleware.
> >>
> >> Look up ADOX for information on doing table linking.
> >>
> >> Robert Smith
> >> Kirkland, WA
> >> www.smithvoice.com
> >>
> >> "Roger" <davisro@netins.net> wrote in message
> >> news:%23m5flJuNFHA.3188@TK2MSFTNGP10.phx.gbl...
> >> > Has anyone done this yet? I know it is easily done in Paradox, but I
> >> > would
> >> > like to do it in VB.Net.
> >> >
> >> > Can anyone point me in the right direction?
> >> >
> >> >
> >> > Thanks,
> >> >
> >> > Rog
> >> >
> >> >
> >>
> >>
> >
> >
>
>