Groups | Blog | Home
all groups > dotnet compact framework > june 2005 >

dotnet compact framework : Insert rows from a database.sdf to another database.sdf


João Paulo Figueira [eMVP]
6/21/2005 12:00:00 AM
With SQL CE 2.0 you will have to create some intermediary storage because
the database engine only allows one one open database at a time. Maybe you
can use a file for this?

--
João Paulo Figueira
Embedded MVP
http://nativemobile.blogspot.com/

[quoted text, click to view]

Saep
6/21/2005 12:00:00 AM
Hi,
I'm not sure to understand... You tell to export my table (A.sdf) to a
text file and then import the text file to the table in B.sdf?

Marco

João Paulo Figueira [eMVP] <joao.figueira@primeworks.takethisout.pt> ha
scritto:

[quoted text, click to view]


--
Marco
Chris Tacke, eMVP
6/21/2005 9:55:14 AM
Pull the data from A into a dataset, disconnect, then connect to B and push
it in.

--
Chris Tacke
Co-founder
OpenNETCF.org
Are you using the SDF? Let's do a case study.
Email us at d c s @ o p e n n e t c f . c o m
http://www.opennetcf.org/donate


[quoted text, click to view]

Saep
6/21/2005 10:36:04 AM
Hi,
I developed an application that use SqlCe.
I would insert rows of a table from A.sdf to B.sdf with a Sql String.
How Can I make this?

Thanks
Marco Figini

--
Marco
AddThis Social Bookmark Button