Dear all,

I'm just wanna access a mdb file or any local database solution,
why so diffcult in VS.Net 2005 ?!
We need 3rd party or install many large application to finish this simpe
requirement ?!
Or just using .txt file is easy and simply way ?!

I can't understand why M$ trying to make diffcult to do this simple
requirement.
I almost lost my patience...

Chris

Re: Why the easy way in eVB 3.0 but too diffcult in VS.Net 2005 ?! by Victor

Victor
Mon Nov 06 10:41:54 CST 2006

The reason is the same since allways: they want to push you to use their
new technologies, SQL Server in this case.

So you need to access data of current applications that is stored in MDB
format? that's your problem my friend.. not M$'s... they are giving you
a workaround (if this tricky-round-trip can be called so) and if you
don't like it... well, that is, AGAIN, your problem, not theirs.

This is the kind of things that keep many programmers far away of MS
development tools and technologies.

Sorry if I sounded ironic... is just that I HAD LOSTED my patient a long
ago with M$.

Victor Espina

Chris wrote:
> Dear all,
>
> I'm just wanna access a mdb file or any local database solution,
> why so diffcult in VS.Net 2005 ?!
> We need 3rd party or install many large application to finish this simpe
> requirement ?!
> Or just using .txt file is easy and simply way ?!
>
> I can't understand why M$ trying to make diffcult to do this simple
> requirement.
> I almost lost my patience...
>
> Chris
>
>

Re: Why the easy way in eVB 3.0 but too diffcult in VS.Net 2005 ?! by ctacke/>

ctacke/>
Mon Nov 06 11:42:21 CST 2006

The primary reason is becasue the CDB file is obsolete and no longfer
supported. Adding the capability to use it would encourage people to waste
time using a format that will no longer be used and waste developer
resources that could be spent making features that are useful. If you must
use CDB formats then there are existing workarounds and products.


--
Chris Tacke
OpenNETCF Consulting
Managed Code in the Embedded World
www.opennetcf.com
--



"Chris" <edu.chris.nospam@spamaway.gmail.com> wrote in message
news:O0Hyv2bAHHA.4496@TK2MSFTNGP02.phx.gbl...
> Dear all,
>
> I'm just wanna access a mdb file or any local database solution,
> why so diffcult in VS.Net 2005 ?!
> We need 3rd party or install many large application to finish this simpe
> requirement ?!
> Or just using .txt file is easy and simply way ?!
>
> I can't understand why M$ trying to make diffcult to do this simple
> requirement.
> I almost lost my patience...
>
> Chris
>



Re: Why the easy way in eVB 3.0 but too diffcult in VS.Net 2005 ?! by Chris

Chris
Mon Nov 06 13:20:50 CST 2006

Thanks for your reply my complain mail.
I'm just wanna know that the other developer how to solve this problem ?
It's just a easy function because the chance of who have office-Access is
more bigger
that who have SQL Server right ?

Chris

"Victor Espina" <vespinas@cantv.net>
???????:ucjy5JcAHHA.4496@TK2MSFTNGP02.phx.gbl...
> The reason is the same since allways: they want to push you to use their
> new technologies, SQL Server in this case.
>
> So you need to access data of current applications that is stored in MDB
> format? that's your problem my friend.. not M$'s... they are giving you a
> workaround (if this tricky-round-trip can be called so) and if you don't
> like it... well, that is, AGAIN, your problem, not theirs.
>
> This is the kind of things that keep many programmers far away of MS
> development tools and technologies.
>
> Sorry if I sounded ironic... is just that I HAD LOSTED my patient a long
> ago with M$.
>
> Victor Espina
>
> Chris wrote:
>> Dear all,
>>
>> I'm just wanna access a mdb file or any local database solution,
>> why so diffcult in VS.Net 2005 ?!
>> We need 3rd party or install many large application to finish this simpe
>> requirement ?!
>> Or just using .txt file is easy and simply way ?!
>>
>> I can't understand why M$ trying to make diffcult to do this simple
>> requirement.
>> I almost lost my patience...
>>
>> Chris



Re: Why the easy way in eVB 3.0 but too diffcult in VS.Net 2005 ?! by Peter

Peter
Mon Nov 06 14:55:30 CST 2006

there is a microsoft product in Beta which allows you to synchronize desktop
Access with SQL Mobile on the device:-
http://blogs.msdn.com/sqlservereverywhere/archive/2006/08/29/729730.aspx

Peter

--
Peter Foot
Device Application Development MVP
www.peterfoot.net | www.inthehand.com

"Chris" <edu.chris.nospam@spamaway.gmail.com> wrote in message
news:ug4lWjdAHHA.4808@TK2MSFTNGP03.phx.gbl...
> Thanks for your reply my complain mail.
> I'm just wanna know that the other developer how to solve this problem ?
> It's just a easy function because the chance of who have office-Access is
> more bigger
> that who have SQL Server right ?
>
> Chris
>
> "Victor Espina" <vespinas@cantv.net>
> ???????:ucjy5JcAHHA.4496@TK2MSFTNGP02.phx.gbl...
>> The reason is the same since allways: they want to push you to use their
>> new technologies, SQL Server in this case.
>>
>> So you need to access data of current applications that is stored in MDB
>> format? that's your problem my friend.. not M$'s... they are giving you a
>> workaround (if this tricky-round-trip can be called so) and if you don't
>> like it... well, that is, AGAIN, your problem, not theirs.
>>
>> This is the kind of things that keep many programmers far away of MS
>> development tools and technologies.
>>
>> Sorry if I sounded ironic... is just that I HAD LOSTED my patient a long
>> ago with M$.
>>
>> Victor Espina
>>
>> Chris wrote:
>>> Dear all,
>>>
>>> I'm just wanna access a mdb file or any local database solution,
>>> why so diffcult in VS.Net 2005 ?!
>>> We need 3rd party or install many large application to finish this simpe
>>> requirement ?!
>>> Or just using .txt file is easy and simply way ?!
>>>
>>> I can't understand why M$ trying to make diffcult to do this simple
>>> requirement.
>>> I almost lost my patience...
>>>
>>> Chris
>
>