Re: JRO replacement?
- From: "Brendan Reynolds" <anonymous at discussions dot microsoft dot com>
- Date: Fri, 22 Apr 2005 23:23:59 +0100
An 'Access database' is a Jet database. You can't use an 'Access database'
and not use Jet. If you don't want to use deprecated components, you'll have
to stop using an 'Access database'. Alternatively, you could just stop
worrying about it. Deprecated or not, Jet is not going to go away anytime in
the foreseeable future.
--
Brendan Reynolds (Access MVP)
"JMB" <JMB@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:48BB183D-FD21-4B34-ADE3-A6DA2E091525@xxxxxxxxxxxxxxxx
> Thanks for your response, but I'm still confused. The Data Access
> Technologies Roadmap lists Jet right along with JRO as a deprecated
> component
> that shouldn't be used. The solution in the article you referenced says
> it's
> using Jet 4.0.
>
> Also, I don't know C++ so don't really understand the sample code in the
> 2nd
> article. Is there a VB.NET or C#.NET code sample?
>
> "Frank Hickman [MVP]" wrote:
>
>> "JMB" <JMB@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
>> news:7623BEF3-61B6-4FEA-B2F5-C613E11A7022@xxxxxxxxxxxxxxxx
>> >I was just reading Microsoft's Data Access Technologies Road Map. It
>> >says
>> > that JRO is a deprecated component and that new applications should not
>> > use
>> > it and existing applications should be modified to not use it.
>> >
>> > I've also read that ADO.NET does not include the ability to compact an
>> > Access database. I use JRO to do this task. The roadmap says I
>> > shouldn't
>> > use
>> > JRO, but doesn't say what I should use instead. I need the ability to
>> > compact
>> > an Access database from my application. How should I do this instead of
>> > using
>> > JRO?
>>
>> The Jet 4.0 Provider exposes a IJetCompact interface for this purpose.
>>
>> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/oledb/htm/oledbprovjet_ijetcompact.asp
>>
>> example;
>>
>> http://support.microsoft.com/default.aspx?scid=kb;en-us;230496
>>
>> --
>> ============
>> Frank Hickman
>> Microsoft MVP
>> NobleSoft, Inc.
>> ============
>> Replace the _nosp@m_ with @ to reply.
>>
>>
>>
.
- References:
- JRO replacement?
- From: JMB
- Re: JRO replacement?
- From: Frank Hickman [MVP]
- Re: JRO replacement?
- From: JMB
- JRO replacement?
- Prev by Date: Re: JRO replacement?
- Next by Date: ADO->Jet, seek method EOF, all subsequent setting the index fails
- Previous by thread: Re: JRO replacement?
- Next by thread: Re: JRO replacement?
- Index(es):
Relevant Pages
|
|