Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Other SQL Server Topics (2005)
 Creating Database

Author  Topic 

If
Starting Member

3 Posts

Posted - 2008-02-20 : 06:10:45
Hi,
I am developing a Translator for a Mobile Phone and i have to create a database for storing English, Esperanto and French words. What are the SQL statements should i write to create the database and how can i deploy the database in a Mobile Phone/PDA?

harsh_athalye
Master Smack Fu Yak Hacker

5581 Posts

Posted - 2008-02-20 : 06:40:34
Firstly you need SQL Server Compact Edition for deploying database to Mobile phone/PDA device.
See here: http://support.microsoft.com/kb/920700

You can learn about creating databases and SQL Server in general here:
http://msdn2.microsoft.com/en-us/library/ms130214.aspx

Harsh Athalye
India.
"The IMPOSSIBLE is often UNTRIED"
Go to Top of Page
   

- Advertisement -