i am triying to use the adofiltr.dll, it works perfectlly in Pocket PC 2002,
i run the runtime, the program in the 2003 runs fine, but when i try to copy
the mdb to the device send me this message: -2147024864, Any help or hint
will be apreciate.
THANK YOU

Re: problem with pocket PC 2003 by Peter

Peter
Thu Oct 21 13:26:56 CDT 2004

Are you trying to overwrite an existing .cdb file? The behaviour has changed
and this will fail. The workaround is to delete or rename the existing .cdb
file first then convert your .mdb.

Peter

--
Peter Foot
Windows Embedded MVP
www.inthehand.com | www.opennetcf.org

Do have an opinion on the effectiveness of Microsoft Windows Mobile and
Embedded newsgroups? Let us know!
https://www.windowsembeddedeval.com/community/newsgroups

"ernita" <ernita@discussions.microsoft.com> wrote in message
news:FBC544A1-1332-43F6-9466-24C48EE149C4@microsoft.com...
>i am triying to use the adofiltr.dll, it works perfectlly in Pocket PC
>2002,
> i run the runtime, the program in the 2003 runs fine, but when i try to
> copy
> the mdb to the device send me this message: -2147024864, Any help or hint
> will be apreciate.
> THANK YOU



Re: problem with pocket PC 2003 by ernita

ernita
Thu Oct 21 18:19:01 CDT 2004

Thank You Peter, that is right because i copy this file in some other dir an
it work fine, so tell me ,how can i do to delete this file from VB?


"Peter Foot [MVP]" wrote:

> Are you trying to overwrite an existing .cdb file? The behaviour has changed
> and this will fail. The workaround is to delete or rename the existing .cdb
> file first then convert your .mdb.
>
> Peter
>
> --
> Peter Foot
> Windows Embedded MVP
> www.inthehand.com | www.opennetcf.org
>
> Do have an opinion on the effectiveness of Microsoft Windows Mobile and
> Embedded newsgroups? Let us know!
> https://www.windowsembeddedeval.com/community/newsgroups
>
> "ernita" <ernita@discussions.microsoft.com> wrote in message
> news:FBC544A1-1332-43F6-9466-24C48EE149C4@microsoft.com...
> >i am triying to use the adofiltr.dll, it works perfectlly in Pocket PC
> >2002,
> > i run the runtime, the program in the 2003 runs fine, but when i try to
> > copy
> > the mdb to the device send me this message: -2147024864, Any help or hint
> > will be apreciate.
> > THANK YOU
>
>
>

Re: problem with pocket PC 2003 by Peter

Peter
Fri Oct 22 02:18:23 CDT 2004

To delete the file on the device from the desktop you can use RAPI. If you
are using VB.NET you can use OpenNETCF's Desktop library
(http://www.opennetcf.org/PermaLink.aspx?guid=d7b7cbef-4ab6-477b-924c-0498a523beaf)
Within which the RAPI class contains a DeleteDeviceFile method

Peter

--
Peter Foot
Windows Embedded MVP
www.inthehand.com | www.opennetcf.org

Do have an opinion on the effectiveness of Microsoft Windows Mobile and
Embedded newsgroups? Let us know!
https://www.windowsembeddedeval.com/community/newsgroups

"ernita" <ernita@discussions.microsoft.com> wrote in message
news:CFAC1E6A-5DE3-4630-9185-C59AB58C6334@microsoft.com...
> Thank You Peter, that is right because i copy this file in some other dir
> an
> it work fine, so tell me ,how can i do to delete this file from VB?
>
>
> "Peter Foot [MVP]" wrote:
>
>> Are you trying to overwrite an existing .cdb file? The behaviour has
>> changed
>> and this will fail. The workaround is to delete or rename the existing
>> .cdb
>> file first then convert your .mdb.
>>
>> Peter
>>
>> --
>> Peter Foot
>> Windows Embedded MVP
>> www.inthehand.com | www.opennetcf.org
>>
>> Do have an opinion on the effectiveness of Microsoft Windows Mobile and
>> Embedded newsgroups? Let us know!
>> https://www.windowsembeddedeval.com/community/newsgroups
>>
>> "ernita" <ernita@discussions.microsoft.com> wrote in message
>> news:FBC544A1-1332-43F6-9466-24C48EE149C4@microsoft.com...
>> >i am triying to use the adofiltr.dll, it works perfectlly in Pocket PC
>> >2002,
>> > i run the runtime, the program in the 2003 runs fine, but when i try to
>> > copy
>> > the mdb to the device send me this message: -2147024864, Any help or
>> > hint
>> > will be apreciate.
>> > THANK YOU
>>
>>
>>



Re: problem with pocket PC 2003 by ernita

ernita
Fri Oct 22 09:49:02 CDT 2004

i tried with rapid and it always returns False. any other hint? Thank you Peter

"Peter Foot [MVP]" wrote:

> To delete the file on the device from the desktop you can use RAPI. If you
> are using VB.NET you can use OpenNETCF's Desktop library
> (http://www.opennetcf.org/PermaLink.aspx?guid=d7b7cbef-4ab6-477b-924c-0498a523beaf)
> Within which the RAPI class contains a DeleteDeviceFile method
>
> Peter
>
> --
> Peter Foot
> Windows Embedded MVP
> www.inthehand.com | www.opennetcf.org
>
> Do have an opinion on the effectiveness of Microsoft Windows Mobile and
> Embedded newsgroups? Let us know!
> https://www.windowsembeddedeval.com/community/newsgroups
>
> "ernita" <ernita@discussions.microsoft.com> wrote in message
> news:CFAC1E6A-5DE3-4630-9185-C59AB58C6334@microsoft.com...
> > Thank You Peter, that is right because i copy this file in some other dir
> > an
> > it work fine, so tell me ,how can i do to delete this file from VB?
> >
> >
> > "Peter Foot [MVP]" wrote:
> >
> >> Are you trying to overwrite an existing .cdb file? The behaviour has
> >> changed
> >> and this will fail. The workaround is to delete or rename the existing
> >> .cdb
> >> file first then convert your .mdb.
> >>
> >> Peter
> >>
> >> --
> >> Peter Foot
> >> Windows Embedded MVP
> >> www.inthehand.com | www.opennetcf.org
> >>
> >> Do have an opinion on the effectiveness of Microsoft Windows Mobile and
> >> Embedded newsgroups? Let us know!
> >> https://www.windowsembeddedeval.com/community/newsgroups
> >>
> >> "ernita" <ernita@discussions.microsoft.com> wrote in message
> >> news:FBC544A1-1332-43F6-9466-24C48EE149C4@microsoft.com...
> >> >i am triying to use the adofiltr.dll, it works perfectlly in Pocket PC
> >> >2002,
> >> > i run the runtime, the program in the 2003 runs fine, but when i try to
> >> > copy
> >> > the mdb to the device send me this message: -2147024864, Any help or
> >> > hint
> >> > will be apreciate.
> >> > THANK YOU
> >>
> >>
> >>
>
>
>