Results 1 to 5 of 5

Thread: database programming

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2005
    Posts
    162

    Question 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.

  2. #2
    Fanatic Member Strider's Avatar
    Join Date
    Sep 2004
    Location
    Dublin, Ireland
    Posts
    612

    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

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    May 2005
    Posts
    162

    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?

  4. #4
    Fanatic Member Strider's Avatar
    Join Date
    Sep 2004
    Location
    Dublin, Ireland
    Posts
    612

    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

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    May 2005
    Posts
    162

    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
  •  



Click Here to Expand Forum to Full Width