Click here to Skip to main content
15,887,485 members
Home / Discussions / C#
   

C#

 
GeneralRe: I love the C# syntax Pin
Pete O'Hanlon14-Jan-14 7:25
mvePete O'Hanlon14-Jan-14 7:25 
GeneralRe: I love the C# syntax Pin
OriginalGriff14-Jan-14 8:06
mveOriginalGriff14-Jan-14 8:06 
GeneralRe: I love the C# syntax Pin
Pete O'Hanlon14-Jan-14 8:16
mvePete O'Hanlon14-Jan-14 8:16 
GeneralRe: I love the C# syntax Pin
jschell14-Jan-14 13:05
jschell14-Jan-14 13:05 
Questionhow to export data to sql uploaded in web Pin
fatemehsoleimani13-Jan-14 23:51
fatemehsoleimani13-Jan-14 23:51 
AnswerRe: how to export data to sql uploaded in web Pin
Pete O'Hanlon13-Jan-14 23:57
mvePete O'Hanlon13-Jan-14 23:57 
GeneralRe: how to export data to sql uploaded in web Pin
fatemehsoleimani14-Jan-14 0:06
fatemehsoleimani14-Jan-14 0:06 
GeneralRe: how to export data to sql uploaded in web Pin
Pete O'Hanlon14-Jan-14 0:33
mvePete O'Hanlon14-Jan-14 0:33 
In order to upload the data you have to connect to the database server. There are many ways you can do this. You could use a web service, or you could open a direct connection to that database and fire your commands directly. If, you are talking about exporting the data at the server side, then as long as you have uploaded it, you may not need an active connection at that end. Depending on what database you are using, you should be able to schedule a task that runs at the database server that exports the data.

The key thing is - you don't need to be connected to export data that exists at the client side. You only need the connection to get the data from the client to the server or to get data from the server to the client.
GeneralRe: how to export data to sql uploaded in web Pin
fatemehsoleimani14-Jan-14 5:34
fatemehsoleimani14-Jan-14 5:34 
GeneralRe: how to export data to sql uploaded in web Pin
Pete O'Hanlon14-Jan-14 5:58
mvePete O'Hanlon14-Jan-14 5:58 
GeneralRe: how to export data to sql uploaded in web Pin
Dave Kreskowiak14-Jan-14 7:28
mveDave Kreskowiak14-Jan-14 7:28 
GeneralRe: how to export data to sql uploaded in web Pin
Pete O'Hanlon14-Jan-14 8:06
mvePete O'Hanlon14-Jan-14 8:06 
GeneralRe: how to export data to sql uploaded in web Pin
Dave Kreskowiak14-Jan-14 11:13
mveDave Kreskowiak14-Jan-14 11:13 
JokeRe: how to export data to sql uploaded in web Pin
Paul Conrad14-Jan-14 15:34
professionalPaul Conrad14-Jan-14 15:34 
GeneralRe: how to export data to sql uploaded in web Pin
fatemehsoleimani14-Jan-14 11:59
fatemehsoleimani14-Jan-14 11:59 
GeneralRe: how to export data to sql uploaded in web Pin
Paul Conrad14-Jan-14 15:40
professionalPaul Conrad14-Jan-14 15:40 
GeneralRe: how to export data to sql uploaded in web Pin
fatemehsoleimani14-Jan-14 22:30
fatemehsoleimani14-Jan-14 22:30 
GeneralRe: how to export data to sql uploaded in web Pin
Pete O'Hanlon14-Jan-14 23:13
mvePete O'Hanlon14-Jan-14 23:13 
GeneralRe: how to export data to sql uploaded in web Pin
Paul Conrad15-Jan-14 5:39
professionalPaul Conrad15-Jan-14 5:39 
GeneralRe: how to export data to sql uploaded in web Pin
Pete O'Hanlon15-Jan-14 5:42
mvePete O'Hanlon15-Jan-14 5:42 
GeneralRe: how to export data to sql uploaded in web Pin
Paul Conrad15-Jan-14 5:50
professionalPaul Conrad15-Jan-14 5:50 
GeneralRe: how to export data to sql uploaded in web Pin
Paul Conrad15-Jan-14 5:38
professionalPaul Conrad15-Jan-14 5:38 
GeneralRe: how to export data to sql uploaded in web Pin
fatemehsoleimani16-Jan-14 4:26
fatemehsoleimani16-Jan-14 4:26 
AnswerRe: how to export data to sql uploaded in web Pin
Prabhu S M15-Jan-14 0:48
Prabhu S M15-Jan-14 0:48 
QuestionMySQL connection [solved] Pin
V.13-Jan-14 2:36
professionalV.13-Jan-14 2:36 

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.