Results 1 to 3 of 3

Thread: [2005] Use Microsoft Access For Mobile

  1. #1

    Thread Starter
    Addicted Member Tengkorak's Avatar
    Join Date
    Nov 2006
    Posts
    240

    [2005] Use Microsoft Access For Mobile

    Can i use the microsoft access for mobile application with .net 2005 programming ?

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [2005] Use Microsoft Access For Mobile

    I just had a quick look and the SqlConnection class, which is for connecting to SQL Server, is supported by the CF, while the OleDbConnection and OdbcConnection are not. That would indicate to me that you can't use an Access database on the CF as you'd need to use one of those data connectors. I'd guess that one of the junior versions of SQL Server would probably be better in all regards any way.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3
    Member
    Join Date
    May 2005
    Posts
    53

    Re: [2005] Use Microsoft Access For Mobile

    You can use access but Microsoft do not provide any default connection operator for you to use, you would have to create your own wrapper.

    I am writing something at the moment and I would recommend using either SQL Mobile, nice and simple, or using the latest SQL Everywhere which has greater support for syncing data backwardes and forwards between a desktop and mobile device.

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