|
-
Jun 23rd, 2005, 09:47 AM
#1
Thread Starter
Addicted Member
database programming
i want to build a pocket access program. do i write the program for the access database it will sync with. could someone put in the right direction? i also dont see a textbox binding fields anywhere.
-
Jun 24th, 2005, 03:37 AM
#2
Fanatic Member
Re: database programming
Do you want to develop a .Net application for windows ce that will integrate with a database on the device.
If so pocket access is not the best way to go as you will need to buy 3rd party tools to access pocket access.
SQLServerCE is free for the device so id recommend using this
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
-
Jun 24th, 2005, 07:46 AM
#3
Thread Starter
Addicted Member
Re: database programming
i installed sqlce yesterday. i assume i have to sync with that server whenever i dock this thing. that doesnt look to hard but i dont know anything about coding connections. i always used to wizard for windows apps. therefore i have a couple questions.
1. how do i get a database on the mobile so i can write to it?
2. how do i bind fields to the data?
-
Jun 24th, 2005, 08:28 AM
#4
Fanatic Member
Re: database programming
this URL=http://samples.gotdotnet.com/quickstart/CompactFramework/]link[/URL] will answer your questions.
sqlce is to be installed on the windows ce device.
yes you can sync this with a sql server. there are two ways.
by replication or just pulling data down and push it up
other option would be to use csv files
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
-
Jun 24th, 2005, 01:11 PM
#5
Thread Starter
Addicted Member
Re: database programming
if i cant have a property box that just tells me what i can bind and to what i have to know how to hard code the bindings.
i am getting there. i successfully made the database and made a few tables(coded). the problem is that i cant see what i put in there on the pocket pc. nor can i tell if the code even worked.
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
|