|
-
Jan 8th, 2007, 12:52 AM
#1
Thread Starter
Addicted Member
[2005] Use Microsoft Access For Mobile
Can i use the microsoft access for mobile application with .net 2005 programming ?
-
Jan 8th, 2007, 01:54 AM
#2
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.
-
Jan 8th, 2007, 08:56 AM
#3
Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|