|
-
Mar 29th, 2007, 03:37 PM
#1
Thread Starter
New Member
Connecting to a Access DB from a mobile device
I have a regular Access DB on a desktop PC, I am trying to retrieve data from it through a mobile device running Windows Mobile (both are on a network). I didn't have any luck so far. I'm doing this .net 2003. Any input would be greatly appreciated.
My 1st post BTW Until now I was able to find pretty much everything by searching.
-
Mar 30th, 2007, 02:21 AM
#2
Re: Connecting to a Access DB from a mobile device
I don't know much about .net ....
I take it that if you had the vb.net program on the desktop it connects ok?
I cannot see a problem otherwise apart from specifying the drive letter (if the mobile device acts lik a normal comp).
May be you need to use unc path or something to specify the connection.
If you find out or discover how to do this post back - I'd be interested in how you solved it. Also you may want to move/ask about connections in the .Net forum too?
Feeling like a fly on the inside of a closed window (Thunk!)
If I post a lot, it is because I am bored at work! ;D Or stuck...
* Anything I post can be only my opinion. Advice etc is up to you to persue...
-
Mar 30th, 2007, 09:24 AM
#3
Thread Starter
New Member
Re: Connecting to a Access DB from a mobile device
Now when I think about it, you are right, this question would be better off in the .Net forum. Could a mod move it there please?
-
Mar 30th, 2007, 11:15 AM
#4
Re: Connecting to a Access DB from a mobile device
Moved to the (.Net) Mobile Development forum, which should get the best results for you.
-
Mar 30th, 2007, 12:54 PM
#5
Frenzied Member
Re: Connecting to a Access DB from a mobile device
Hi,
out of the box, .NET CF only supports connecting to SqlServer databases on the desktop, using the SqlClient namespace.
We have a product, SqlLinkCE at www.gui-innovations.com that supports accessing any ODBC compliant database from the PPC environment.
Pete
-
Mar 30th, 2007, 07:10 PM
#6
Fanatic Member
Re: Connecting to a Access DB from a mobile device
you could use a webservice to extract that data you need from the access database using odbc or oledb.
Then the device could retieve the data from the webservice and store locally on sqlce.
Barry
Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
.NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0
SQL Server 2005/2000/SQL Server CE 2.0
If you like, rate this post
Compact Framework for Beginners
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|