Click here to Skip to main content
16,011,508 members
Home / Discussions / C#
   

C#

 
AnswerRe: Datatable to Excel Pin
Kedar Potdar18-Jan-06 21:48
Kedar Potdar18-Jan-06 21:48 
GeneralRe: Datatable to Excel Pin
Sriharsha R20-Jan-06 2:05
Sriharsha R20-Jan-06 2:05 
QuestionMimicing Outlook To: TextBox Pin
DanielMoto18-Jan-06 20:26
DanielMoto18-Jan-06 20:26 
QuestionWhat is the maximum number of threads can be start from windows 2003 service Pin
Ankit Sgl18-Jan-06 20:21
Ankit Sgl18-Jan-06 20:21 
GeneralRe: What is the maximum number of threads can be start from windows 2003 service Pin
CWIZO18-Jan-06 20:37
CWIZO18-Jan-06 20:37 
AnswerRe: What is the maximum number of threads can be start from windows 2003 service Pin
nericson18-Jan-06 20:50
nericson18-Jan-06 20:50 
QuestionHow can i play live stream from nework with Media player? Pin
Divyang Mithaiwala18-Jan-06 20:04
Divyang Mithaiwala18-Jan-06 20:04 
Questionmoving data from a web service to Windows CE SQL Pin
LongRange.Shooter18-Jan-06 17:54
LongRange.Shooter18-Jan-06 17:54 
We have a big response-time issue getting xml data from a webservice and loading it into the CE SQL database (like 1/2 hour for 8K records)

I'm looking for suggestions on how we can improve this --- the load itself seems to be about 15 minutes.

The process is as follows:
The CE application asks for items the signed in person ownes
The webservice gets them and formats them into a string that is really XML
The string is passed via SOAP to the handheld and loaded into XML
The XML is then used to populate the database.

My first concern is the webservice-generated code which does the following
object[] blah = GetData();
return (string) blah[0];

Would this be more efficient if we just built an XML object and passed it as such? (Seems we'd bypass the convert to string and load to XMLDocument)

Would an alternative improve the connection? (remoting)

We are doing a VPN tunnel from the CE client into the intranet and then into the web service.

Thanks for any input -- Michael
QuestionCasting an System.Object type to ArrayList Pin
Tony D. Abel18-Jan-06 14:41
Tony D. Abel18-Jan-06 14:41 
AnswerRe: Casting an System.Object type to ArrayList Pin
LongRange.Shooter18-Jan-06 17:56
LongRange.Shooter18-Jan-06 17:56 
QuestionDatabinding Pin
monrobot1318-Jan-06 14:16
monrobot1318-Jan-06 14:16 
Questionanimated gif in c# form Pin
Manu_8118-Jan-06 13:17
Manu_8118-Jan-06 13:17 
AnswerRe: animated gif in c# form Pin
Christian Graus18-Jan-06 17:56
protectorChristian Graus18-Jan-06 17:56 
GeneralRe: animated gif in c# form Pin
AB777118-Jan-06 18:05
AB777118-Jan-06 18:05 
Questionprotect my database connection string Pin
Sasuko18-Jan-06 13:01
Sasuko18-Jan-06 13:01 
AnswerRe: protect my database connection string Pin
Guffa18-Jan-06 13:42
Guffa18-Jan-06 13:42 
GeneralRe: protect my database connection string Pin
Sasuko18-Jan-06 13:48
Sasuko18-Jan-06 13:48 
GeneralRe: protect my database connection string Pin
tarasn18-Jan-06 21:05
tarasn18-Jan-06 21:05 
AnswerRe: protect my database connection string Pin
OldDog.Net18-Jan-06 14:47
OldDog.Net18-Jan-06 14:47 
AnswerRe: protect my database connection string Pin
LongRange.Shooter18-Jan-06 18:01
LongRange.Shooter18-Jan-06 18:01 
GeneralRe: protect my database connection string Pin
Sasuko19-Jan-06 4:49
Sasuko19-Jan-06 4:49 
QuestionDynamically adding ActiveX controls Pin
pyro_3k18-Jan-06 12:04
pyro_3k18-Jan-06 12:04 
AnswerRe: Dynamically adding ActiveX controls Pin
Judah Gabriel Himango18-Jan-06 12:51
sponsorJudah Gabriel Himango18-Jan-06 12:51 
GeneralRe: Dynamically adding ActiveX controls Pin
pyro_3k18-Jan-06 14:34
pyro_3k18-Jan-06 14:34 
Questionproblem when starting application automatically Pin
hvtin18-Jan-06 10:59
hvtin18-Jan-06 10:59 

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.