Upgrade tool
Tue, 19 Feb 2008 15:16:25 +0100
Hello,
Is it possible to upgrade an old database (version 2.0) with a
function/API (in C langage for example) or the command-line tool
"upgrade.exe" is the only way to do this ? It seems Compact/Repair
function can upgrade from 3.0 version, but not 2.0 ...
Thanks in advance. ...
|
Sql ce server process
Mon, 18 Feb 2008 11:58:00 -0800
I posted this on the compact framework board, as the reasoning behind the
direction described here is compact framework - related, but I though there
might be an expert over here on this board that might be more familiar with
possible past attempts in this direction....
We are running out of VM in our main ...
|
Managing SSCE v3.5 thru VS2008 and/or SSMS
Fri, 15 Feb 2008 15:00:27 -0500
Hi all,
I just found out that if I want to edit the schema for a table within
VS 2008 I can't. (for instance change the 'Allow Nulls' property in a field
from 'No' to 'Yes').
I tried it using SSME but the tool apparently does choke when it finds
that the table has a different format. Even though I select ...
|
SQL CE v3.5 error referencing
Thu, 14 Feb 2008 21:12:23 -0500
Hi all, for this line of code,
public SqlCeConnection conn = null;
I get the following error when trying to connect to a SQL CE v3.5
The type 'System.Data.Common.DbConnection' is defined in an assembly that is
not referenced. You must add a reference to assembly 'System.Data,
Version=2.0.0.0, Cultur ...
|
Our new website
Fri, 8 Feb 2008 15:32:54 -0800
This website is for artist, freelancers, programmers, writers, translators. All who is looking for work.
If you are a skilled professional use page "Add profile" to create your profile.
Also this website is for those who is looking for skilled professional.
If you are looking for a professional use page "Pr ...
|
Search fails, but only for a specific sequence
Fri, 8 Feb 2008 07:19:03 -0800
This is weird! My medical database works just fine and has done since ages,
until someone treid to look for a medicin begining with 'ney...'
Major Error 0x8007007A, Minor Error 0
> SELECT * FROM t_artikel WHERE NAME LIKE 'ney%'
Der an einen Systemaufruf übergebene Datenbereich ist zu klein.
OK, so it's a ...
|
Sql CE 3.0 Mobile Edition and PPC2003SE
Thu, 7 Feb 2008 15:35:00 -0800
Hello,
I have a serious problem while developing CF2.0 .NET application on
PPC2003SE. I installed all 3 SQLCE cabs but cannot perform compact database
operation - it throws me away from application. Is it possible to use
compacting on PPC2003SE (mine is hx4700) - I tested on WM5 and WM6 devices -
worked f ...
|
|
|
SqlCeUpdatableRecord and SqlCeResultSet
Wed, 6 Feb 2008 10:40:11 -0800 (PST)
Is it possible to access an existing data from SqlCeResultSet as
SqlCeUpdatableRecord object?
I understand that SqlCeUpdatableRecord is used when Inserting a record
to SqlCeResultSet, but it would be nice to retrieve an existing record
from a SqlCeResultSet as SqlCeUpdatableRecord in order to use a common
rou ...
|
How do I change sort order when all numeric values are in a text
field?
Mon, 4 Feb 2008 07:12:03 -0800 (PST)
I have this SQL:
Select ta_point from tblTally Group By ta_point
which gives:
1
10
2
21
etc
All values are numeric but it is a NVARCHAR field.
I tried:
Select ta_point from tblTally Group By ta_point Order By ta_point
which does not change results
Select convert(float, ta_point) from tblT ...
|
Copying Tables between two databases
Mon, 4 Feb 2008 05:21:00 -0800
Is there another way to copy tables from one database to another without
using the DTS package?
Does anyone have any code?
Thanks! ...
|