I am developing a simple WPF Application that requires a database. My question is, can I use an online database to run with my application. That is, can my WPF Application access an onlline database? If yes, then how do I do it? Will the conventional way of accessing the SQL Server work? Also, is there any free online database website available that I can use. I do not need a lot of space....Just need to store 9-10 tables, and about 15-20 storeprocedures. That's all. Please help me.

link|improve this question

40% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Take a look at "SQL AZURE". The call it Database as Service: http://msdn.microsoft.com/en-us/sqlserver/dataservices/default.aspx

Additionally you could look at Amazon SimpleDB http://aws.amazon.com/simpledb/.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.