Click here to Skip to main content
15,892,674 members
Home / Discussions / Database
   

Database

 
AnswerRe: INSERT INTO sql Pin
pmarfleet24-Sep-07 19:41
pmarfleet24-Sep-07 19:41 
GeneralRe: INSERT INTO sql Pin
phowarso25-Sep-07 0:32
phowarso25-Sep-07 0:32 
GeneralRe: INSERT INTO sql Pin
pmarfleet25-Sep-07 0:52
pmarfleet25-Sep-07 0:52 
AnswerRe: INSERT INTO sql Pin
Pete O'Hanlon25-Sep-07 2:21
mvePete O'Hanlon25-Sep-07 2:21 
Question[Message Deleted] Pin
Hari Om Prakash Sharma24-Sep-07 18:59
Hari Om Prakash Sharma24-Sep-07 18:59 
AnswerRe: from_unixtime() function Pin
pmarfleet24-Sep-07 19:47
pmarfleet24-Sep-07 19:47 
AnswerRe: from_unixtime() function Pin
Pete O'Hanlon25-Sep-07 2:36
mvePete O'Hanlon25-Sep-07 2:36 
QuestionTransfering data problem Pin
Pamela198424-Sep-07 11:06
Pamela198424-Sep-07 11:06 
hi guys

Im transfering data from sql server 2005 to
comapact framework database (*.sdf)
My way to do so is :
Export the table into an XML file (using DataTable)

dt.WriteXml(FName, System.Data.XmlWriteMode.IgnoreSchema)

And on the mobile device I load the XML and save the Dataset

dt.ReadXml(FileName)
da.Update(DataSet11)

Everything is working only my table contains about 1500 records (20 fields)
and it takes about 6 minutes to load and save.

Is there any way or Method to do this any faster ?

Thanks in Advance
Pam.


AnswerRe: Transfering data problem Pin
Paul Conrad3-Nov-07 7:49
professionalPaul Conrad3-Nov-07 7:49 
QuestionBackup SQL Server Pin
Bonsta24-Sep-07 7:01
Bonsta24-Sep-07 7:01 
AnswerRe: Backup SQL Server Pin
Paul Conrad3-Nov-07 7:48
professionalPaul Conrad3-Nov-07 7:48 
QuestionProblem with certificate Pin
DerekFL24-Sep-07 5:27
DerekFL24-Sep-07 5:27 
Questionhelp me with outstanding rental payments Pin
twsted f824-Sep-07 5:17
twsted f824-Sep-07 5:17 
AnswerRe: help me with outstanding rental payments Pin
pmarfleet24-Sep-07 9:45
pmarfleet24-Sep-07 9:45 
QuestionFind Exact match Pin
jebin k24-Sep-07 5:12
jebin k24-Sep-07 5:12 
AnswerRe: Find Exact match Pin
DerekFL24-Sep-07 7:50
DerekFL24-Sep-07 7:50 
QuestionSQL type statements without a connection Pin
Evan St. John24-Sep-07 4:34
Evan St. John24-Sep-07 4:34 
AnswerRe: SQL type statements without a connection Pin
Paddy Boyd24-Sep-07 4:48
Paddy Boyd24-Sep-07 4:48 
GeneralRe: SQL type statements without a connection Pin
Evan St. John24-Sep-07 4:59
Evan St. John24-Sep-07 4:59 
GeneralRe: SQL type statements without a connection Pin
Paddy Boyd24-Sep-07 5:02
Paddy Boyd24-Sep-07 5:02 
AnswerRe: SQL type statements without a connection Pin
Mike Dimmick24-Sep-07 5:08
Mike Dimmick24-Sep-07 5:08 
Questionproblem with create trigger Pin
Mohammed Elkholy24-Sep-07 2:28
Mohammed Elkholy24-Sep-07 2:28 
AnswerRe: problem with create trigger Pin
kubben24-Sep-07 8:07
kubben24-Sep-07 8:07 
GeneralRe: problem with create trigger Pin
Mohammed Elkholy24-Sep-07 9:29
Mohammed Elkholy24-Sep-07 9:29 
GeneralRe: problem with create trigger Pin
kubben24-Sep-07 10:49
kubben24-Sep-07 10:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.