Using databases in Windows Phone 7 applications - windows-phone-7

I'm new to the windows phone 7 application project. I dont know how to use the database in windows phone 7. Would u please help me for this one?

As far as I'm aware you cannot use any form of a MS SQL database at the moment - you have to use IsolatedStorage. However, I believe there is an update coming later in the year codenamed 'mango' that will introduce the ability to use a SQL CE database.
I have found this though which demonstrates how to use SQLite: http://www.wirebear.com/blog/2010/11/12/using-sqlite-in-your-wp7-app

I would recommend the Sterling database. Lightweight, supports tombstoning and great support. Install using NuGet or download here

There are lots of database options for Windows Phone 7. See Local Sql database support for Windows phone 7

Related

Difference between 10.0.19041 and 10.0.22000 SDK

while understanding the differences between 10.0.19041.0 and 10.0.22000.0 SDK ,I encountered
https://developer.microsoft.com/en-us/windows/downloads/windows-sdk/ this page. After looking into it , I understood 10.0.22000.0 is mainly for windows 11 applications .
If we select 10.0.019041 as the package and build the application, won't it run on windows 11.
If we want our application to be run on windows 11 do we need to choose 10.0.22000.0 over 10.0.19041.0.
Please correct me if my understanding is wrong.
Thanks for the help!
TLDR: No, your understanding is wrong. You can likely use whatever version you want and your application will run on both, Windows 10 and Windows 11.
Long with details:
It's true, the 10.0.19041 SDK is for Windows 10.
It's also true, 10.0.22000 SDK is for Windows 11.
Let's have a look from a user perspective:
When you download software, how often do you need to select the correct operating system? Not very often. So, somehow, the SDK version does not seem to be very important.
Let's have a look from a Microsoft perspective:
Does Microsoft want all developers require a rebuild of their Windows 10 programs once they release Windows 11? Certainly not, because this would mean that with the release of Windows 11, there wouldn't be a single application which runs on Windows 11. Microsoft couldn't even perform inhouse tests for multi-million-user software such as Adobe Reader.
Let's have a look from a technical perspective:
The Windows SDK provides the API definitions of Windows. The Windows API is very old. And since Microsoft does not want developers to rebuild and, even worse, let them fix breaking changes, Microsoft keeps that API incredibly stable. They will not change the API, they will only add new API methods.
The chance that the Windows API you use already existed in Windows 10 and still exists in Windows 11 is almost 100%. So your application compiled for Windows 10 will still work on Windows 11.
Likewise, if you compile with the Windows 11 API and don't use the most recent fancy API, your application will still work on Windows 10.
Example
Let's say you developed an application that manages Fonts. You have used the interfaces IDWriteFontSet, IDWriteFontSet2 and IDWriteFontSet3. With Windows 11, Microsoft has added IDWriteFontSet4. As long as you don't use that interface and stick to the previous 3 interfaces, your application will run fine. Once you start using IDWriteFontSet4, your application may crash on Windows 10 (potentially only if the user invokes the functionality, not so sure).

Oracle get data from Windows Mobile SDK(Pocket PC)

I am developing a windows app for windows mobile sdk(Pocket PC) on vs2008 with .NET FRAMEWORK 2.0 . I wanna get data from oracle to windows mobile SDK(Pocket PC). I try Oracle SQLite but it wont work. Do you have any suggestions? Thanks.
I have also the same problem, But i resolve by using an API. It connect oracle db and device through (HttpWebRequest), it works 100%
In this case we need an apache/nginx server.
here is some examples
https://csharp.hotexamples.com/examples/System.Net/HttpWebRequest/-/php-httpwebrequest-class-examples.html

Coldfusion 5x upgrade

My customer has an existing coldfusion server version 5.x running on windows 2003. They would like to upgrade it to windows 2008/12. We are new to coldfusion, hence want to understand if coldfusion 5.x is supported on 2008/12. If not what should be our migration strategy to upgrade to coldfusion 10.x. Stepped or one shot.
Appreciate your time, thanks in advance.

Siebel 7.8.2.16 on Windows 8/IE10

Does anyone know if Siebel 7.8 is supported on IE10 and above? One application is about to be sunset, but will continue for a few months, but the desktops will be upgraded to Windows 8.
Any link to sources from Oracle for supporting or not supporting IE10 will be appreciated, since the official docs (http://docs.oracle.com/cd/E11886_01/siebel/books/SRSP78/SRSP78.pdf) do not talk about Windows 8 support
The last supported platform for High Interactivity mode is Windows 7 and Internet Explorer 8 (that is mentioned in document you are linked to the question). As far as I know there is no option to use Windows 8 with IE8, so the plain answer is: no, you cannot use it to access Siebel applications. Still if you find a way to install IE8 there is a little chance that it will work. Consider using some type of virtualization (Windows 8 Pro includes HyperX VM software) or any other methods.

what are the difference between features of windows mobile(past Os) and windows phone 7 Os?

AnyOne please help me out i need to know the what are the features supported in windows mobile and what are supported in windows phone 7 and not supported compare to windows mobile.
For ex.getting current running processes list it will support in windows mobile but we are not able to find in windows phone 7 .
please let me know the reference links......
Thanks in advance..
The API references are found here: http://msdn.microsoft.com/en-us/library/ms123401
In general: if you don't find it, then it doesn't exist.
There's no such thing as a one-by-one comparison/translation table.

Resources