|
-
Mar 16th, 2005, 09:56 AM
#1
Thread Starter
Member
Data Menu in toobox ?
Im currently developing an IM application to work with windows CE , however within the development in VB.NET i was going to use the data adapters etc which are usually found under the data tab in the toobox but they dont seem to exsist when developing a mobile application.
Does anybody know how to get round this to create a connection to a database ?
The database im using is a MS Access 2002 one.
Please Help
Zed
-
Mar 16th, 2005, 12:09 PM
#2
Fanatic Member
Re: Data Menu in toobox ?
access databases do not exist on windows ce, only sql server ce (free licence).
So there is no way to connect to it unless you are using a wifi or gprs and pulling the data from the access database on the desktop and sending it to the device via a webservice.
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
-
Mar 21st, 2005, 03:40 PM
#3
Thread Starter
Member
Re: Data Menu in toobox ?
Cheers for the reply mate.
Hummm ok now im really stuck, have no idea where to begin , me thinks i have a problem
-
Mar 22nd, 2005, 04:20 AM
#4
Fanatic Member
Re: Data Menu in toobox ?
if you write a web service you can get it to extract whatever tables you want from the access database and add then to a dataset.
Webservices can pass datasets back and forth so if you include a web reference in your mobile application you can call a method on the webservice to retrieve the database tables and pass them to the mobile application.
now you can store these on the device's sql server database
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
-
Mar 23rd, 2005, 07:32 AM
#5
Lively Member
Re: Data Menu in toobox ?
you can still use access databases but you need to use a third party component that acts as a wrapper for adoce in .net because microsoft does not support it. It is called adoce in the hand and you can get it from In the hand
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
|