|
-
Sep 1st, 2009, 07:09 AM
#1
Thread Starter
Addicted Member
What Database can use in cellphone
My classmate create a program using vb.net and
they told me java is good to use in cellphone...
My question is what is the good Database i can use in cellphone....
Last edited by morkie; Sep 1st, 2009 at 09:28 AM.
-
Sep 1st, 2009, 07:11 AM
#2
Re: What Database can use in cellphone
Particularly if you're creating .NET apps for Windows Mobile, SQL Server CE is a good choice for a database. It integrates with VS so it's the easiest to work with and it's designed with mobile devices in mind.
-
Sep 1st, 2009, 07:12 AM
#3
Re: What Database can use in cellphone
If using .Net then SQL CE
Sometimes the Programmer
Sometimes the DBA
Mazz1
-
Sep 1st, 2009, 07:13 AM
#4
Thread Starter
Addicted Member
Re: What Database can use in cellphone
what is SQL CE?
and is .net can applied into mobile?, my classmate told me that we will convert it into java
-
Sep 1st, 2009, 07:14 AM
#5
Re: What Database can use in cellphone
 Originally Posted by morkie
what is SQL CE?
What is Google?
-
Sep 1st, 2009, 07:16 AM
#6
Thread Starter
Addicted Member
Re: What Database can use in cellphone
-
Sep 1st, 2009, 07:23 AM
#7
Re: What Database can use in cellphone
Hey,
SQL Server CE is SQL Server Compact Edition:
http://www.microsoft.com/Sqlserver/2...s/compact.aspx
Also, what sort of Mobile are you using?
Maybe this thread should be moved to the Mobile Development Forum?
Gary
-
Sep 1st, 2009, 07:25 AM
#8
Thread Starter
Addicted Member
Re: What Database can use in cellphone
so that's means SQL CE is the one the best i can use in windows mobile application....
any other database can be consider it to mobile application....
-
Sep 1st, 2009, 07:27 AM
#9
Re: What Database can use in cellphone
Hey,
You could always have an Access Database, but I personally wouldn't recommend that approach.
You could also just have an XML file.
But personally, I would use a SQL Server Compact Edition Database. It gives you so many options, in terms of Merge Replication with a backend database etc.
Gary
-
Sep 1st, 2009, 08:54 AM
#10
Re: What Database can use in cellphone
 Originally Posted by gep13
Maybe this thread should be moved to the Mobile Development Forum?
Indeed it should - thread moved.
(thanks for letting us know )
-
Sep 1st, 2009, 09:27 AM
#11
Thread Starter
Addicted Member
Re: What Database can use in cellphone
sorry i post a wrong section....
Anyway thanks for your help....
-
Sep 22nd, 2009, 12:54 PM
#12
New Member
Re: What Database can use in cellphone
I've been kind of looking around the forums and the web. Is SQL Server CE usable as a local DB? I am trying to create a sports simulator and need a database for players, etc...
And I can't seem to get a straight answer. So basically what I am asking for is this:
Can a SQL Server CE DB be used as a local file on the mobile device and have vb.net access it?
-
Sep 22nd, 2009, 12:57 PM
#13
Re: What Database can use in cellphone
Short answer....
Yes. 
Slightly longer answer...
SQL Server Compact Edition creates an SDF file, which you will need to deploy to your mobile device, and from there you can access it.
Gary
-
Sep 22nd, 2009, 01:00 PM
#14
New Member
Re: What Database can use in cellphone
Awesome! Thanks. One other question... This SDF file can be accessed from VB.NET and it wont need a local SQL CE Server to be running on the device? It wouldn't need other dependencies?
-
Sep 22nd, 2009, 01:06 PM
#15
Re: What Database can use in cellphone
Hey,
You don't get a SQL Server CE instance, there are only a couple DLL files that you need to deploy to the mobile device.
Gary
-
Sep 22nd, 2009, 01:08 PM
#16
New Member
Re: What Database can use in cellphone
Cool. Thanks for the info and help.
-
Sep 22nd, 2009, 01:12 PM
#17
Re: What Database can use in cellphone
-
Sep 22nd, 2009, 07:25 PM
#18
Re: What Database can use in cellphone
 Originally Posted by jdiperla
I've been kind of looking around the forums and the web. Is SQL Server CE usable as a local DB? I am trying to create a sports simulator and need a database for players, etc...
And I can't seem to get a straight answer. So basically what I am asking for is this:
Can a SQL Server CE DB be used as a local file on the mobile device and have vb.net access it?
You probably should have read this thread before asking a question that's already been answered. From post #2:
 Originally Posted by jmcilhinney
Particularly if you're creating .NET apps for Windows Mobile, SQL Server CE is a good choice for a database.
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
|