SQLServerCE Installation
Thu, 12 Jun 2008 04:59:01 -0700
Hi,
Is it safe to install sql server compact edition on Flashdisk instead of
RAM. Will it cause any problem?
Also is it possible to somehow change the default destination directory for
SqlServerCE installation and also to do a silent installation on the device.
ie., i would like to do a silent installat ...
|
SQLServerCE Installation
Thu, 12 Jun 2008 04:55:01 -0700
Hi,
Is it safe to install sql server compact edition on Flashdisk instead of
RAM. Will it cause any problem?
Also is it possible to somehow change the default destination directory for
SqlServerCE installation and also to do a silent installation on the device.
ie., i would like to do a silent installat ...
|
Full text index, catalog create Msg 1833, Level 16, State 3, Line
Wed, 11 Jun 2008 12:59:02 -0700
I need to create a full text solution for one application. Application on sql
server 2005 sp2 server will need data refresh on a table every week. I will
need to upload table with new data and refresh full text index.
This is how I planed to do:
====
-- Built Full text catalog and index
-- switch to datab ...
|
msf to sdf
Wed, 11 Jun 2008 11:37:59 -0300
How to convert mdf files (sql2005) to sdf file (sqlce 3.1)
Thanks a lot.
--
Diego
...
|
Operating System Does not support encryption
Fri, 6 Jun 2008 06:35:53 -0700 (PDT)
hi
I integrated the sqlce 3.0 into my wince 4.2 and wana using oledb to
access db.
All things seem to be ok but when the program wanna create a new
database the error occured .
The same program works good with the enviroment(wince 4.2+sqlce
2.0). And the error is "Operating System Does not support encr ...
|
Re: SQL CE v3.5 error referencing
Thu, 05 Jun 2008 10:35:31 -0700
Instead of 'System.Data.Common.DbConnection', you might try
'System.Data.SqlServerCe'. Just a thought...
*** Sent via Developersdex http://www.developersdex.com *** ...
|
sqlce 3.0 and Wince 5.0
Thu, 5 Jun 2008 06:42:04 -0700 (PDT)
Hi everone:
I wanna install sqlce 3.0 on wince 5.0 and use oledb.
My questions are:
1) If I wanna integrate the sqlce 3.0 into the nk.bin how can I do
with the pb 5.0?
2) What's the way to install sqlce 3.0 on the wince 5.0 and where
are the resources?
thanks a lot. ...
|
|
|
Create Procedure to issue invoice number
Wed, 4 Jun 2008 20:37:00 -0700
Hi,
I am new to SQL and I have a problem within the Web based application. The
problem is that when creating invoices the invoice number has reached the max
and therefore every invoice has the same invoice number. I would like to find
out what would be the script that I need to create that will issue a new ...
|
sequence
Wed, 4 Jun 2008 18:19:00 -0700
Hi,
We have a web based application running on SQL Server 2000 that has a Table
that uses the invoice number but it has reached the max.
Select Max(invoicenum) as num from invoices(NO LOCK). The result is 99999,
therefore when the application is generating a new invoice number the result
is 100000 on e ...
|
Question about Synchronization
Wed, 4 Jun 2008 22:30:54 +0100
Hi,
I'm a newby to SQL CE Synchronization with Windows Mobile / SQL Server, I
gather the approaches are RDA over IIS and Web Services over the IP. There
seems to be a lot of examples of RDA but I am struggling to find samples of
Synchronization using Webservices. Can anyone help?
Thanks,
Mike
...
|