microsoft.public.sqlserver.ce
  Home FAQ Contact Sign in
microsoft.public.sqlserver.ce only
 
Advanced search
March 2008
motuwethfrsasuw
     12 9
3456789 10
10111213141516 11
17181920212223 12
24252627282930 13
31       14
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
microsoft.public.sqlserver.ce Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Using IF-ELSE conditions in SqlCe         


Author: vikash
Date: Mar 31, 2008 23:12

Hello All,

I wish to prepare one query that should be based on some IF-ELSE
conditions in SqlCe.

The situation is like i have 2 radio buttons, and a search textbox.
And i want to search the data based on the search textbox input and
the radio button selected.

Please give some clue on how to execute block statements in sqlce.

Thanks n Regards
Vikash
1 Comment
  table copy         


Author: svnatraj
Date: Mar 27, 2008 02:08

hai...

Am using sql server ce2.0 in my target device.. and i would like to
copy my database table to other database... by using the following
query but it doesn't work..(following code embedded with evc++ &
wince platform)

" create table table2 like db1.table1;
"insert into table2 select * from db1.table1;

sql server ce2.0 support this query..?. it display the error message
always... plz help if anyone have an idea about how to copy the table
from one database to an other database...it would be fine...
5 Comments
  can't find pinvoke dll 'sqlceme30.dll'         


Author: Kev Westwood
Date: Mar 25, 2008 02:33

I am having trouble with SQL Server Compact Edition 3.1 on windows CE 5 on a
PAXAR Monach Pathfinder Ultra 6039 device.

After I have installed it and then try and do this :

Dim CeEngine As SqlCeEngine
Dim ConnString As String = "\mydatabase.sdf"
CeEngine = New SqlCeEngine("Data Source = " & ConnString) <-- error is
thrown on this line!
CeEngine.CreateDatabase()

I get the following error :

can't find pinvoke dll 'sqlceme30.dll'

Running the same code on another windows ce 5 device works fine.

I have manually installed the following cab files into the default
installation directory i.e \windows :

sqlce30.wce5.armv4i.CAB
sqlce30.repl.wce5.armv4i.CAB
sqlce30.dev.ENU.wce5.armv4i.CAB

These install without a problem and are listed in the add/remove programs.

I have noticed a couple of other things.
Show full article (1.13Kb)
3 Comments
  SQL CE 3.5 on CE6         


Author: Brian K. Williams
Date: Mar 21, 2008 08:26

I am having problems using SQL CE 3.5 on CE6, not finding a lot of
information on compatibility only one blog posting I found said SQL CE 3.5
"will be" compatible with CE6.

Any help will be greatly appreciated.

Regards,

Brian K. Williams
9 Comments
  CASE A TIVOLI         


Author: yui
Date: Mar 21, 2008 06:26

Ciao, a tutti quelli come me che vivono nella Provincia di Roma, ho trovato
due siti dove sono inserite tutte le case a Tivoli, le case a Guidonia, a
Villanova, a Settecamini, le case a Setteville, case a Castel Madama, a
Vicovaro, a Marcellina, a Palombara, a Rocca Santo Stefano, le case a
Monterotondo e molte altre città di questa zona. Inoltre ho visto che su
molti immobili sono presenti anche delle visite virtuali e praticamente è
possibile navegare all'interno delle abitazioni. i Siti sono
http://www.caseativoli.it oppure su http://www.casedavedere.it
no comments
  I can read, but delete and write actions dont change the database         


Author: Stivo
Date: Mar 19, 2008 09:16

My app is a .NET CF 2.0
I m working with SQL Server CE 3.5

I can read data in my database but write or delete operations raise no
exception but they dont have any influence on the database...

where can be the problem ? any clue ?
3 Comments
  Help!!Transfer the SQL CE 2.0 to 3.0 Problem         


Author: Tommy
Date: Mar 18, 2008 03:01

hi,
We have developed applications on the wince 4.2 using SQL CE 2.0.
Now we wanna transfer the sqlce to 3.0 edition but dont wana update
the wince to 5.0.

From the internet I got some information which tell me it would get
some truble of this progress and I have tried many times and failed!

Does anybody have experience on this work?

Please give me your help.

Thank you all.
3 Comments
  MSResultSetGenerator - Create Partial Class of Typed Result Set to select data subset.         


Author: doug
Date: Mar 14, 2008 15:56

Using VS2005
Sqlce 3.1
I have changed the dataset designer to generate ResultSets. The
generated code seems to open the table with no ability to select the
items i want. I want to select a subset within the tables (Select *
from Item where prodline = "foo") .I have tried creating a partial
class but i cant seem to get it to work. Below is an example
Show full article (1.10Kb)
2 Comments
  retrieving identity upon insert using a strongly typed data set         


Author: Serge Wautier
Date: Mar 14, 2008 14:54

Env.: SqlCE 3.5, Windows Mobile 6

Hi All,

I use .xsd based strongly typed data sets to access my DB.
Is it possible to retrieve @@identity from an Insert method?

TIA,

Serge.
2 Comments
  sqlserver compact 3.5 - double precision in tables not possible         


Author: aberger
Date: Mar 13, 2008 13:52

Hi,

I'm evaluating sqlserver compact and I have detected an ugly
restriction.
Apparently, its not possible to create a table containing 'double
precision' values, like

Create Table myTab (myDbl DOUBLE PRECISION);

The result is:
SQL Execution Error.
Executed SQL statement: Create Table myTab (myDbl DOUBLE PRECISION);
Error Source: SQL Server Compact ADO.NET Data Provider
Error Message: There was an error parsing the query. [ Token line
numer = 1, Token line offset = 27, Tiken in error = DOUBLE ]

While spending some time with the problem, I have found MS
documentations that claims double precision is a valid data type for
sqlserver compact. This is also what I expect from a database system.

I got the sqlserver compact 3.5 by installing VS 2008. I also ran an
update to the latest runtime version, but this seems to have changed
nothing.
Show full article (1.34Kb)
1 Comment
1 2