Home All Groups Group Topic Archive Search About

vb.net 2008 resources for ms access database manipulation?

Author
5 May 2009 9:22 PM
Rob W
Hi,

Can anyone recommend good tutorials,ebooks or other resources for ms access
2007 manipulation in vb.net 2008?

There's plenty of tutorials for manipulating older access databases (*.mdb)
which all seem very straight forward, I would appreciate if anyone can
advise if working with access 2007 is a different kettle of fish over
previous versions?

I'm at the planning stage at the moment and deciding which version of access
to use.


Thanks
Rob

Author
6 May 2009 2:57 PM
sloan
I think you need to differentiate between a
JET database
and the Microsoft Access FrontEnd.

As previously stated, if you're using the .mdb file without the Access
Frontend, then using the
Jet 4.0 OleDB provider
will accomplish what you need.

I have some basic samples here in this downloadable example:
http://sholliday.spaces.live.com/Blog/cns!A68482B9628A842A!176.entry

My samples rely on the Microsoft.Practices.EnterpriseLibrary.Data library.



Show quoteHide quote
"Rob W" <Whll***@aol.com> wrote in message
news:ewzIoeczJHA.480@TK2MSFTNGP06.phx.gbl...
> Hi,
>
> Can anyone recommend good tutorials,ebooks or other resources for ms
> access
> 2007 manipulation in vb.net 2008?
>
> There's plenty of tutorials for manipulating older access databases
> (*.mdb)
> which all seem very straight forward, I would appreciate if anyone can
> advise if working with access 2007 is a different kettle of fish over
> previous versions?
>
> I'm at the planning stage at the moment and deciding which version of
> access
> to use.
>
>
> Thanks
> Rob
>
>
Author
13 May 2009 9:28 PM
Rob W
Thanks I will check this out .. back and forth between multiple issues at
the moment, hard work for a newbie!

Show quoteHide quote
"sloan" <sl***@ipass.net> wrote in message
news:efZP3rlzJHA.3988@TK2MSFTNGP05.phx.gbl...
>
> I think you need to differentiate between a
> JET database
> and the Microsoft Access FrontEnd.
>
> As previously stated, if you're using the .mdb file without the Access
> Frontend, then using the
> Jet 4.0 OleDB provider
> will accomplish what you need.
>
> I have some basic samples here in this downloadable example:
> http://sholliday.spaces.live.com/Blog/cns!A68482B9628A842A!176.entry
>
> My samples rely on the Microsoft.Practices.EnterpriseLibrary.Data library.
>
>
>
> "Rob W" <Whll***@aol.com> wrote in message
> news:ewzIoeczJHA.480@TK2MSFTNGP06.phx.gbl...
>> Hi,
>>
>> Can anyone recommend good tutorials,ebooks or other resources for ms
>> access
>> 2007 manipulation in vb.net 2008?
>>
>> There's plenty of tutorials for manipulating older access databases
>> (*.mdb)
>> which all seem very straight forward, I would appreciate if anyone can
>> advise if working with access 2007 is a different kettle of fish over
>> previous versions?
>>
>> I'm at the planning stage at the moment and deciding which version of
>> access
>> to use.
>>
>>
>> Thanks
>> Rob
>>
>>
>
>