Can't I access an Access(.mdb) file from Pocket Pc using .NET CF ??

  • Thread starter Thread starter Rahman
  • Start date Start date
R

Rahman

Hi,

I am creating one server side application for pocket pc.
My client's existing database is in Access(.mdb).

Is there any way to acess the database from pocketPc
application which will be running in server and the
database is stored in the server as well.

I am using vs.net 03 for this purpose.

I am trying to find out a way for last two months and I
am hopeless now. Can anyone help me plz!!

Rahman
 
You want to create a web service that would access Access Db on behalf of
your CF application. Then simply consume the web service - CF has support
for it
 
Hi Alex,

Thanks for the hint. I don't know much about web service
though as I am new to .net. But, I will try to learn more
about it and see what can I do.

So you mean web service will access the acess db and then
I will call that web service from my ppc application and
it will work! Cool.. I will try .. thanks for the hints..
do you have any web address where I can learn more about
it?

Rahman
 
Back
Top