I'm confused. Are you trying to access the sdf file from a CE device or from
a desktop/server? On PocketPC 2002 you only have the choice of the older SQL
CE 2.0.

Signature
Ginny Caughey
Device Application Development MVP
On Sep 13, 2:24 am, "Ginny Caughey [MVP]"
<ginny.caughey.onl...@wasteworks.com> wrote:
> I'm confused. Are you trying to access the sdf file from a CE device or from
> a desktop/server? On PocketPC 2002 you only have the choice of the older SQL
[quoted text clipped - 104 lines]
>
> - Show quoted text -
hi,
Mine is ARMV4I based cpu.
The thing is i just copied database(Northwind.sdf) from \SQL Server
2005 Mobile edition and i put in target device.
In my target device i added SQL CE 2.0 from OS design.
I copied adoce31. dll, etc.... from Pocket PC/dataaccess/ARM
Since u said its because the problem of OLEDB on mobile edition
database (Northwind.sdf) i just put sqlceoledb.dll from Microsoft SQL
Server 2005 Mobile Edition\Device\Mobile\v3.0\wce500\armv4i and put
in target.
With my firmware i was able to open database.
But it reports the following error when try to open from desktop
application (sqlce console application)
You are trying to access an older version of a SQL Server Compact
Edition database. If this is a SQL Server CE 1.0 or 2.0 database, run
upgrade.exe. If this is a SQL Server Compact Edition 3.0 or later
database, run Compact / Repair. [Db version,Requested version,,File
name,,]
Whether i can create database but with what extension.. (.sdf)
Yah i am confused. Pls .help.
Regards,
kiruthika.
Ginny Caughey [MVP] - 12 Sep 2007 23:37 GMT
Here's the bottom line: the older devices can only handle SQL CE 2.0, but
SQL Mobile is the same is SQL CE 3.0, and the databases are somewhat
different. That is the source of the error message you're getting. You can
only use SQL Mobile and above on the desktop. If you need to work with SQL
CE 2.0 data from a desktop app, there are 3rd party products that can make
this work. I'm still not clear exactly what you want to do.

Signature
Ginny Caughey
Device Application Development MVP
> On Sep 13, 2:24 am, "Ginny Caughey [MVP]"
> <ginny.caughey.onl...@wasteworks.com> wrote:
[quoted text clipped - 143 lines]
> Regards,
> kiruthika.